Skip to content

Commit

Permalink
feat: add recipe for lgc to bwm kiln
Browse files Browse the repository at this point in the history
  • Loading branch information
artdude543 committed Aug 12, 2018
1 parent 1018df3 commit dd89138
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scripts/crafttweaker/integrations/wood.zs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import crafttweaker.item.IIngredient;
import crafttweaker.item.IItemStack;

import mods.betterwithmods.Kiln;
import mods.betterwithmods.Saw;
import mods.primaltech.WaterSaw;

Expand Down Expand Up @@ -197,6 +198,10 @@ function init() {
.buildRecipe(log, [plank * 6, <ore:dustWood>.firstItem * 2])
.setInputBlockDrop(logItem as IItemStack)
.build();
Kiln.builder()
.buildRecipe(log, [<primal_tech:charcoal_block>])
.setHeat(2)
.build();

// Mekanism
mekanism.addSawmill(logItem, plank * 6, <ore:dustWood>.firstItem * 2, 0.25);
Expand Down

0 comments on commit dd89138

Please sign in to comment.