Skip to content

Commit

Permalink
fix(recipes): ✏️Return [Bow][Fishing Rod] => [Sawdust] recipe in [Pul…
Browse files Browse the repository at this point in the history
…verizer]
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent 9fcca28 commit da2356f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/mods/thermalexpansion.zs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import crafttweaker.item.IItemStack;
import crafttweaker.liquid.ILiquidStack;
import crafttweaker.recipes.IRecipeFunction;

// Return disabled pulverizing of Bows and Fish rods
mods.thermalexpansion.Pulverizer.addRecipe(<thermalfoundation:material:800> * 2, <minecraft:bow:*>, 1000, <thermalfoundation:material:800>, 50);
mods.thermalexpansion.Pulverizer.addRecipe(<thermalfoundation:material:800> * 2, <minecraft:fishing_rod:*>, 1000, <thermalfoundation:material:800>, 50);

// Planks/Slabs -> Sticks
for plank in <ore:plankWood>.items {
mods.thermalexpansion.Sawmill.addRecipe(<minecraft:stick> * 6, plank, 500, <thermalfoundation:material:800>, 30);
Expand Down

0 comments on commit da2356f

Please sign in to comment.