|
|
|
@ -85,6 +85,6 @@ onEvent("recipes", event => { |
|
|
|
|
R: "minecraft:redstone", |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
event.smithing("storagedrawers:controller" , "storagedrawers:controller_slave", "minecraft:piston"); |
|
|
|
|
event.smithing("storagedrawers:compacting_drawers_3", "storagedrawers:controller_slave", "create:electron_tube"); |
|
|
|
|
event.smithing("storagedrawers:controller" , "storagedrawers:controller_slave", "create:electron_tube"); |
|
|
|
|
event.smithing("storagedrawers:compacting_drawers_3", "storagedrawers:controller_slave", "minecraft:piston"); |
|
|
|
|
}); |
|
|
|
|