Skip to content

Commit

Permalink
Add lepidopterology chest to Script (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHero233 authored Nov 10, 2024
1 parent 40e4c19 commit 51082b7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/main/java/com/dreammaster/scripts/ScriptForestry.java
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 51082b7

Please sign in to comment.