Skip to content

Commit

Permalink
feat: add recipe for wood slabs to sticks to bwm saw
Browse files Browse the repository at this point in the history
  • Loading branch information
artdude543 committed Aug 12, 2018
1 parent 045c0b0 commit 1018df3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scripts/crafttweaker/integrations/wood.zs
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,11 @@ function init() {
for log in logsToRemove {
mekanism.removeSawmill(log);
}

// Better stick recipes. (Lower tech recipe to use slabs to convert to sticks before players unlock higher tech)
for slab in <ore:slabWood>.items {
Saw.builder()
.buildRecipe(slab, [<minecraft:stick> * 4])
.build();
}
}

0 comments on commit 1018df3

Please sign in to comment.