Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 13, 2020
1 parent 3e58ef7 commit 34cbd85
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion scripts/DankNull.zs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#modloaded danknull

recipes.remove(<danknull:danknull_dock>);
recipes.remove(<danknull:danknull_dock>);

recipes.remove(<danknull:dank_null_5>);
recipes.addShaped("danknull_dank_null_5_custom",
<danknull:dank_null_5>,
[[<danknull:dank_null_panel_5>, <danknull:dank_null_panel_5>, <danknull:dank_null_panel_5>],
[<danknull:dank_null_panel_5>, <appliedenergistics2:material:47>, <danknull:dank_null_panel_5>],
[<danknull:dank_null_panel_5>, <danknull:dank_null_panel_5>, <danknull:dank_null_panel_5>]]);

recipes.remove(<danknull:dank_null_panel_5>);
recipes.addShaped("danknull_dank_null_panel_5_custom",
<danknull:dank_null_panel_5>,
[[<ore:ingotBlackIron>, <ore:ingotBlackIron>, <ore:ingotBlackIron>],
[<ore:ingotBlackIron>, <ore:blockEmerald>, <ore:ingotBlackIron>],
[<ore:ingotBlackIron>, <ore:ingotBlackIron>, <ore:ingotBlackIron>]]);

0 comments on commit 34cbd85

Please sign in to comment.