Make AA crate hand-craftable

This commit is contained in:
CrossTech 2022-05-11 15:35:34 +08:00
parent 85741f76f6
commit 7624a7be7b

View File

@ -322,6 +322,10 @@ assembler.recipeBuilder()
.inputs(<ore:chestWood> * 4, <metaitem:frameTreatedWood> * 4, <metaitem:crate.steel>)
.outputs(<actuallyadditions:block_giant_chest>)
.duration(100).EUt(7).buildAndRegister();
recipes.addShaped(<actuallyadditions:block_giant_chest>, [
[<ore:chestWood>, <metaitem:frameTreatedWood>, <ore:chestWood>],
[<metaitem:frameTreatedWood>, <metaitem:crate.steel>, <metaitem:frameTreatedWood>],
[<ore:chestWood>, <metaitem:frameTreatedWood>, <ore:chestWood>]]);
// Drawer Upgrades
recipes.remove(<storagedrawers:upgrade_template>);