diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 78062b116..a325d9661 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1228,6 +1228,7 @@ dependency_requirement: "one_completed" description: ["{quests.tfg_tips.refrigerator.desc}"] id: "58EC77A796979E68" + shape: "gear" size: 2.0d subtitle: "{quests.tfg_tips.refrigerator.subtitle}" tasks: [{ @@ -1236,8 +1237,8 @@ type: "item" }] title: "{quests.tfg_tips.refrigerator.title}" - x: 9.0d - y: -17.0d + x: 5.5d + y: -18.0d } { dependencies: ["2EFB241490502DB3"] @@ -1398,8 +1399,7 @@ dependency_requirement: "one_completed" description: ["{quests.tfg_tips.cellar.desc}"] id: "3D1FF501DE2E56FE" - shape: "gear" - size: 4.0d + size: 1.5d subtitle: "{quests.tfg_tips.cellar.subtitle}" tasks: [ { @@ -1422,8 +1422,8 @@ } ] title: "{quests.tfg_tips.cellar.title}" - x: 3.5d - y: -17.0d + x: 3.0d + y: -16.0d } { dependencies: ["3D1FF501DE2E56FE"] @@ -1443,8 +1443,8 @@ type: "item" }] title: "{quests.tfg_tips.cellar_blocks.title}" - x: 3.5d - y: -20.0d + x: 3.0d + y: -17.5d } { dependencies: ["2EFB241490502DB3"] @@ -1611,7 +1611,7 @@ }] title: "{quests.tfg_tips.passive_preservation.title}" x: 6.5d - y: -15.5d + y: -16.0d } { dependencies: ["4047EE998BC4CD03"] @@ -3637,8 +3637,8 @@ type: "item" }] title: "{quests.tfg_tips.vessel_preservation.title}" - x: 6.5d - y: -16.5d + x: 8.0d + y: -16.0d } { dependencies: ["173F6FA60A5B280B"] @@ -5314,6 +5314,68 @@ x: 4.75d y: -12.5d } + { + dependencies: ["13F7066858E923FF"] + description: ["{quests.tfg_tips.lunchbox.desc}"] + icon: { + Count: 1 + id: "tfclunchbox:lunchbox" + tag: { + SelectedSlot: 0 + } + } + id: "6C18E8F79A841620" + shape: "gear" + size: 2.0d + subtitle: "{quests.tfg_tips.lunchbox.subtitle}" + tasks: [ + { + id: "33971FCF02C81741" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfclunchbox:lunchbox)item(tfclunchbox:cooling_lunchbox))" + } + } + title: "{quests.tfg_tips.lunchbox.task}" + type: "item" + } + { + id: "5439AF9F5493A3D1" + item: { + Count: 1 + id: "tfclunchbox:universal_capsule" + tag: { + Damage: 0 + Durability: 10 + display: { + Name: "{\"translate\":\"item.tfclunchbox.universal_capsule.filled\"}" + } + } + } + match_nbt: false + optional_task: true + type: "item" + } + { + id: "134E8B8345E6DEE2" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfclunchbox:ice)" + } + } + optional_task: true + title: "Any #tfclunchbox:ice" + type: "item" + } + ] + title: "{quests.tfg_tips.lunchbox.title}" + x: 7.5d + y: -18.0d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 5454b4de1..f0a59c999 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -2411,5 +2411,9 @@ "quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in.", "quests.tfg_tips.trowel.title": "Trowel", "quests.tfg_tips.trowel.subtitle": "Inspired by Quark!", - "quests.tfg_tips.trowel.desc": "A &4Trowel&r is a tool for builders that can &brandomly place blocks&r located in the hotbar. Trowels can also use bricks and other useable items to randomize tiles for &5RNR Roads&r." + "quests.tfg_tips.trowel.desc": "A &4Trowel&r is a tool for builders that can &brandomly place blocks&r located in the hotbar. Trowels can also use bricks and other useable items to randomize tiles for &5RNR Roads&r.", + "quests.tfg_tips.lunchbox.title": "Lunch Box", + "quests.tfg_tips.lunchbox.subtitle": "A refrigerator in your pocket!", + "quests.tfg_tips.lunchbox.desc": "Lunch boxes have 9 slots for food, keeping it cold and longer lasting.\nThe Cooling Lunchbox has a stronger effect than the regular one, but needs to be provided with ice or capsules that will thaw over time.", + "quests.tfg_tips.lunchbox.task": "Any Lunch Box" } \ No newline at end of file