diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index 8c9e68bd9..45881d159 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -2084,18 +2084,33 @@ description: ["{quests.stone_age.crush_crushed_ore.desc}"] id: "050444CE0EA04FDF" subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" - tasks: [{ - id: "3138448022A39769" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:impure_dusts)" + tasks: [ + { + id: "3138448022A39769" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:impure_dusts)" + } } + title: "Any #forge:impure_dusts" + type: "item" } - title: "Any #forge:impure_dusts" - type: "item" - }] + { + disable_toast: true + id: "6D4743145560A61F" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:tools/hammers)" + } + } + title: "Any #forge:tools/hammers" + type: "item" + } + ] title: "{quests.stone_age.crush_crushed_ore.title}" x: 17.0d y: 11.0d diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index c118df0f4..11a2f418a 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -204,6 +204,7 @@ "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "tfc.jei.flint_knapping": "Flint Knapping", + "tfc.recipe.barrel.tfg.barrel.soak_hardwood_strip": "Soaking Hardwood Strips", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.vanadium_ingot": "Deprecated Item, Craft to Upgrade", @@ -1228,8 +1229,8 @@ "quests.stone_age.crush_ore.subtitle": "Getting more from your ores", "quests.stone_age.crush_ore.desc": "The Quern is only the first step into processing your ores! Proper ore processing is a large, complex beast that you'll learn more about as you progress, and can be used to extract much more usable metal and other byproducts per each ore you mine. To start with though, we'll turn those raw ores you mined into Crushed Ore by putting it through the Quern. Just this first step is enough to increase the amount of mB your ore will melt into.", "quests.stone_age.crush_crushed_ore.title": "Early Ore Processing - Part 2", - "quests.stone_age.crush_crushed_ore.subtitle": "Quern it, again", - "quests.stone_age.crush_crushed_ore.desc": "Crushing a Crushed Ore again yields Impure Dust, further increasing it's mB yield.\n\nThis may be slow and tedious for now, but you'll soon unlock ways to do this faster and automatically!", + "quests.stone_age.crush_crushed_ore.subtitle": "Smash it with a hammer", + "quests.stone_age.crush_crushed_ore.desc": "Combine the Crushed Ore with a hammer in a crafting grid to turn it into Impure Dust, further increasing it's mB yield.\n\nThis may all be slow and tedious for now, but you'll soon unlock ways to do this faster and automatically!", "quests.stone_age.clean_dust.title": "Early Ore Processing - Part 3", "quests.stone_age.clean_dust.subtitle": "Wash that dirty dust", "quests.stone_age.clean_dust.desc": "Finally, dropping Impure Dusts in some water and leaving them for a few seconds will wash them, yielding dust, which is your ore's final form. It might even be worth as much as a full ingot now!",