update to upstream

This commit is contained in:
ZHAY10086
2025-08-02 16:48:58 +08:00
parent bfe44b43bd
commit af17732b51
2814 changed files with 29788 additions and 17408 deletions
+2 -2
View File
@@ -206,7 +206,7 @@ val reci18 = RecipeBuilder.newBuilder("thaum18","arcane_autoworkbench",120);
reci18.addEnergyPerTickInput(100);
reci18.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aer"}]}));
reci18.addItemInput(<minecraft:leather>*2);
reci18.addItemInput(<minecraft:planks>*4);
reci18.addItemInput(<ore:plankWood>*4);
reci18.addItemInput(<minecraft:iron_ingot>);
reci18.addItemOutput(<thaumcraft:bellows>);
reci18.build();
@@ -1232,5 +1232,5 @@ thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1
thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "stellae"}]}));
thaum116.addItemInput(<contenttweaker:stormlight_sphere>);
thaum116.addItemInput(<thaumcraft:mechanism_complex>*8);
thaum116.addItemOutput(<contenttweaker:ice_construct>*8);
thaum116.addItemOutput(<contenttweaker:fire_construct>*8);
thaum116.build();