From 51082b73723a025d1ec7225e47b6cb913a191e94 Mon Sep 17 00:00:00 2001 From: BlueHero233 <87818077+BlueHero233@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:11:17 -0300 Subject: [PATCH] Add lepidopterology chest to Script (#1078) --- .../dreammaster/scripts/ScriptForestry.java | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/main/java/com/dreammaster/scripts/ScriptForestry.java b/src/main/java/com/dreammaster/scripts/ScriptForestry.java index 035d4470a..72e760b26 100644 --- a/src/main/java/com/dreammaster/scripts/ScriptForestry.java +++ b/src/main/java/com/dreammaster/scripts/ScriptForestry.java @@ -2778,6 +2778,32 @@ private void recipes1() { GTOreDictUnificator.get(OrePrefixes.screw, Materials.Steel, 1L), 'i', getModItem(Forestry.ID, "crate", 1, 0, missing)); + RecipeManagers.carpenterManager.addRecipe( + 60, + FluidRegistry.getFluidStack("seedoil", 1000), + getModItem(Minecraft.ID, "chest", 1, 0, missing), + getModItem(Forestry.ID, "lepidopterology", 1, 0, missing), + "abc", + "def", + "ghi", + 'a', + getModItem(Forestry.ID, "butterflyGE", 1, wildcard, missing), + 'b', + getModItem(Forestry.ID, "butterflyGE", 1, wildcard, missing), + 'c', + getModItem(Forestry.ID, "butterflyGE", 1, wildcard, missing), + 'd', + getModItem(Forestry.ID, "crate", 1, 0, missing), + 'e', + getModItem(Forestry.ID, "crate", 1, 0, missing), + 'f', + getModItem(Forestry.ID, "crate", 1, 0, missing), + 'g', + getModItem(Forestry.ID, "crate", 1, 0, missing), + 'h', + GTOreDictUnificator.get(OrePrefixes.screw, Materials.Steel, 1L), + 'i', + getModItem(Forestry.ID, "crate", 1, 0, missing)); RecipeManagers.carpenterManager.addRecipe( 60, FluidRegistry.getFluidStack("for.honey", 5000),