Skip to content

Commit

Permalink
Add pyrotech charcoal support, related #62
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Oct 10, 2023
1 parent 1d394e4 commit 6531d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/CraftTweaker/Mods/Immersive_Engineering.zs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import mods.jei.JEI.hideCategory as hc;
import mods.jei.JEI.hide as h;
import mods.immersiveengineering.Fermenter as Fermenter;
import mods.immersiveengineering.Squeezer as Squeezer;
import mods.immersiveengineering.BlastFurnace as BlastFurnace;

import scripts.CraftTweaker.Vanilla.Water.allWater;
import scripts.CraftTweaker.Utils.RecipeUtils;
Expand Down Expand Up @@ -113,3 +114,6 @@ Squeezer.removeByInput(<minecraft:beetroot_seeds>);
// Tough Fabric
recipes.addShaped(<immersiveengineering:material:5>, RecipeUtils.createSurround(<ore:stickWood>, <harvestcraft:flaxitem>));
recipes.addShaped(<immersiveengineering:material:5>, RecipeUtils.createSurround(<ore:stickWood>, <biomesoplenty:double_plant>));

// Blast Furnace - pyrotech Charcoal Block
BlastFurnace.addFuel(<pyrotech:charcoal_block>, 3000);

0 comments on commit 6531d05

Please sign in to comment.