From 758da822ead069c3e69dc600bb962d7c297cd29e Mon Sep 17 00:00:00 2001 From: monkyman64 <168941314+monkyman64@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:27:50 -0600 Subject: [PATCH 1/4] Remove experience block to nugget recipe Remove the 1 experience block to 9 nuggets crafting recipe, using other sources you can get 81 nuggets from the block. --- kubejs/server_scripts/removals.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubejs/server_scripts/removals.js b/kubejs/server_scripts/removals.js index 2dd9828f1..5f13b96f1 100644 --- a/kubejs/server_scripts/removals.js +++ b/kubejs/server_scripts/removals.js @@ -182,6 +182,11 @@ onEvent("recipes", (event) => { output: "create:andesite_alloy", input: "minecraft:andesite", }, + { + output: "create:experience_nugget", + input: "create:experience_block", + }, + { type: "create:milling", output: "minecraft:gunpowder" }, { type: "create:milling", output: "minecraft:flint" }, From 96c9cf34ead8cb78b0bd5947780666d4a382d753 Mon Sep 17 00:00:00 2001 From: monkyman64 <168941314+monkyman64@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:40:11 -0600 Subject: [PATCH 2/4] Update en_us.json Fix spelling error --- resources/createastral/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/createastral/lang/en_us.json b/resources/createastral/lang/en_us.json index 376634667..636f9ec18 100644 --- a/resources/createastral/lang/en_us.json +++ b/resources/createastral/lang/en_us.json @@ -2620,7 +2620,7 @@ "ftbquests.chapter.chapter_5.quests27.title": "Let's press this sheet!", "ftbquests.chapter.chapter_5.quests27.subtitle": "OK, you may use the Press for this one :)", "ftbquests.chapter.chapter_5.quests27.description0": "&6Desh&r is tough, and requires a Compressor to turn into sheets. However, Lead is highly malleable, so kinetic energy and a big block of Iron will be plenty to form sheets of it.", - "ftbquests.chapter.chapter_5.quests27.description2": "Simply through it into whatever highly sophisticated Mechanical Press setup you have!", + "ftbquests.chapter.chapter_5.quests27.description2": "Simply throw it into whatever highly sophisticated Mechanical Press setup you have!", "ftbquests.chapter.chapter_5.quests28.title": "Trojan Horse", "ftbquests.chapter.chapter_5.quests28.subtitle": "Oh...", "ftbquests.chapter.chapter_5.quests28.description0": "Why is there methane in this? Is this ethical?", From 0d168087200dc51f966a096b40c2cf02c6094829 Mon Sep 17 00:00:00 2001 From: monkyman64 <168941314+monkyman64@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:58:32 -0600 Subject: [PATCH 3/4] Quest typo and sponge recipe fix Correct information about coal dust in quest "Let there be LED" and switch the outputs of wet sponge+sand compacting recipe to allow filtering for clay to disable the wet sponge into fish recipe. --- kubejs/server_scripts/create.js | 2 +- resources/createastral/lang/en_us.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/create.js b/kubejs/server_scripts/create.js index f72d1dbfd..d54853f28 100644 --- a/kubejs/server_scripts/create.js +++ b/kubejs/server_scripts/create.js @@ -3433,7 +3433,7 @@ function compactingRecipes(event) { inputs: ["9x create:experience_block"], }, { - output: ["minecraft:sponge", "minecraft:clay"], + output: ["minecraft:clay", "minecraft:sponge"], inputs: ["minecraft:wet_sponge", "minecraft:sand"], }, { diff --git a/resources/createastral/lang/en_us.json b/resources/createastral/lang/en_us.json index 636f9ec18..543f47aa3 100644 --- a/resources/createastral/lang/en_us.json +++ b/resources/createastral/lang/en_us.json @@ -2161,7 +2161,7 @@ "ftbquests.chapter.chapter_4.quests36.title": "Let There be LED.", "ftbquests.chapter.chapter_4.quests36.subtitle": "Light up the world with snazzy new lights.", "ftbquests.chapter.chapter_4.quests36.description0": "Requires an adjacent power source to turn on.", - "ftbquests.chapter.chapter_4.quests36.description3": "Lamps require Coal Dust, which can be made from the Grinder or Crushing Wheels.", + "ftbquests.chapter.chapter_4.quests36.description3": "Lamps require Coal Dust, which can be made from the Grinder.", "ftbquests.chapter.chapter_4.quests37.title": "Upgrading storage units.", "ftbquests.chapter.chapter_4.quests37.subtitle": "Store 128 stacks in one block!", "ftbquests.chapter.chapter_4.quests37.description0": "Tech Reborn storage units can be upgraded to store many more objects.", From b1e3b88b2ce3d8962474068156e73452820733de Mon Sep 17 00:00:00 2001 From: monkyman64 <168941314+monkyman64@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:47:10 -0600 Subject: [PATCH 4/4] Update en_us.json Replaced 4 mentions of pipelines in ftb quests with powerplants --- resources/createastral/lang/en_us.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/createastral/lang/en_us.json b/resources/createastral/lang/en_us.json index 543f47aa3..39b79ec2f 100644 --- a/resources/createastral/lang/en_us.json +++ b/resources/createastral/lang/en_us.json @@ -1584,7 +1584,7 @@ "ftbquests.chapter.chapter_25_the_automation_matrix.quests66.description2": "Opting to show you as much info as possible to know in advance what recipes may become available in the near future should help you begin to plan out your automation chains.", "ftbquests.chapter.chapter_25_the_automation_matrix.quests66.tasks0.title": "Understood.", "ftbquests.chapter.chapter_25_the_automation_matrix.quests125.title": "Moon", - "ftbquests.chapter.chapter_25_the_automation_matrix.quests125.subtitle": "Obtain Blazes from Lunar Reactors/Pipelines.", + "ftbquests.chapter.chapter_25_the_automation_matrix.quests125.subtitle": "Obtain Blazes from Lunar Powerplants.", "ftbquests.chapter.chapter_25_the_automation_matrix.quests127.title": "Optional substitute.", "ftbquests.chapter.chapter_25_the_automation_matrix.quests127.subtitle": "Scrap can be utilised in forming Nether Grout to reduce the amount of Scoria needed when mass-producing.", "ftbquests.chapter.chapter_25_the_automation_matrix.quests136.tasks0.title": "Any #c:coral_plants", @@ -2020,8 +2020,8 @@ "ftbquests.chapter.chapter_3.quests76.description2": "The recipes each require a liquid, a block (or two!) and a dye.", "ftbquests.chapter.chapter_3.quests76.description4": "Merging these production lines to end in an orestone farm can fund your factories for the foreseeable future.", "ftbquests.chapter.chapter_4.title": "3) Remnants of a Lost Civilisation", - "ftbquests.chapter.chapter_4.quests0.subtitle": "Obtain a Blaze from a lost Pipeline on the Moon!", - "ftbquests.chapter.chapter_4.quests0.description0": "Pipelines spawn with dangerous Wither Skeletons and guaranteed Blaze Spawners. With an empty Blaze Burner, you'll be able to Right-Click Blazes and scoop them up.", + "ftbquests.chapter.chapter_4.quests0.subtitle": "Obtain a Blaze from a lost Powerplant on the Moon!", + "ftbquests.chapter.chapter_4.quests0.description0": "Powerplants spawn with dangerous Wither Skeletons and guaranteed Blaze Spawners. With an empty Blaze Burner, you'll be able to Right-Click Blazes and scoop them up.", "ftbquests.chapter.chapter_4.quests0.description3": "Blaze Burners let you do heated (and later on, super-heated) recipes, where you can light a fire under a Basin for a Mixer or Press to operate on. A lot of recipes can only be made this way. It's the reason you really should have fuel automated.", "ftbquests.chapter.chapter_4.quests1.title": "The World of \"Smart\"", "ftbquests.chapter.chapter_4.quests1.subtitle": "Discover the most stylish alloy!", @@ -2090,7 +2090,7 @@ "ftbquests.chapter.chapter_4.quests17.description3": "Brass Casing is the final tier of casing, at least for Create machines. Future casings from Tech Reborn are more advanced still.", "ftbquests.chapter.chapter_4.quests17.description6": "Reminder that Tinkers' Faucets and Create Spouts are fully automatable; don't expose yourself to unnecessary manual labour!", "ftbquests.chapter.chapter_4.quests18.title": "The Path of Brass", - "ftbquests.chapter.chapter_4.quests18.subtitle": "This wasteland is littered with pipelines... what for?", + "ftbquests.chapter.chapter_4.quests18.subtitle": "This wasteland is littered with powerplants... what for?", "ftbquests.chapter.chapter_4.quests18.description0": "Both sides of this tree will converge at the end, making them both mandatory.", "ftbquests.chapter.chapter_4.quests18.description3": "The path of Brass will lead you to the ultimate ends of both the Tinkers' Construct and the Create mod. You'll have every tool you need to fully manage intricate production lines.", "ftbquests.chapter.chapter_4.quests19.title": "Essential Plate #2",