Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import crafttweaker.api.tag.MCTag;
// Drawer Controllers
craftingTable.remove(<item:storagedrawers:controller>);
craftingTable.addShaped("storage_drawer_controller", <item:storagedrawers:controller>,
[[<item:minecraft:smooth_stone>, <item:minecraft:smooth_stone>, <item:minecraft:smooth_stone>],
[<item:refinedstorage:basic_processor>, <tag:items:storagedrawers:drawers>, <item:refinedstorage:basic_processor>],
[<item:minecraft:smooth_stone>, <tag:items:forge:wires/copper>, <item:minecraft:smooth_stone>]]);
craftingTable.remove(<item:storagedrawers:controller_slave>);
craftingTable.addShaped("storage_drawer_controller_slave", <item:storagedrawers:controller_slave>,
[[<item:minecraft:smooth_stone>, <item:minecraft:smooth_stone>, <item:minecraft:smooth_stone>],
[<item:refinedstorage:basic_processor>, <tag:items:storagedrawers:drawers>, <item:refinedstorage:basic_processor>],
[<item:minecraft:smooth_stone>, <tag:items:forge:wires/iron>, <item:minecraft:smooth_stone>]]);