beta-0.14.6

This commit is contained in:
sainagh
2023-07-31 14:55:15 -07:00
parent 8052c02679
commit 92e3a04cb4
1242 changed files with 248295 additions and 12753 deletions
+8 -1
View File
@@ -267,4 +267,11 @@ ast28.addItemInput(<minecraft:dye:4>);
ast28.addItemInput(<ore:dyeBlack>);
ast28.addItemInput(<astralsorcery:itemusabledust:0>);
ast28.addItemOutput(<astralsorcery:itemusabledust:1>*4);
ast28.build();
ast28.build();
val ast29 = RecipeBuilder.newBuilder("ast29","auto_astral_altar",1200);
ast29.addEnergyPerTickInput(1000);
ast29.addItemInput(<astralsorcery:blockinfusedwood:1>*4);
ast29.addItemInput(<astralsorcery:itemcraftingcomponent:0>);
ast29.addItemOutput(<astralsorcery:blockinfusedwood:5>*4);
ast29.build();