Skip to content

Commit

Permalink
Merge pull request #105 from DerOli82/1.11.2
Browse files Browse the repository at this point in the history
Remove Shard of Laputa recipes & Add 8 Logs = 4 Chest recipe
  • Loading branch information
BakermanLP authored Sep 12, 2017
2 parents 4a76dae + f851698 commit 55dcb70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/botania.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Remove Shard of Laputa
recipes.remove(<botania:laputashard>);
recipes.remove(<botania:laputashard:4>);
recipes.remove(<botania:laputashard:9>);
recipes.remove(<botania:laputashard:14>);
recipes.remove(<botania:laputashard:19>);
2 changes: 2 additions & 0 deletions scripts/vanilla.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 8 Logs = 4 Chests
recipes.addShaped( <minecraft:chest> * 4, [ [ <ore:logWood>, <ore:logWood>, <ore:logWood> ], [ <ore:logWood>, null, <ore:logWood> ], [ <ore:logWood>, <ore:logWood>, <ore:logWood> ] ] );

0 comments on commit 55dcb70

Please sign in to comment.