This commit is contained in:
ZHAY10086
2026-03-15 17:17:48 +08:00
parent 707aa69c7b
commit 2b8ea95744
630 changed files with 14799 additions and 6169 deletions
+13
View File
@@ -95,5 +95,18 @@ erefor13.addItemInput(<contenttweaker:shard_of_nothingness>);
erefor13.addItemOutput(<contenttweaker:shard_of_nothingness>*5);
erefor13.build();
val erefor14 = RecipeBuilder.newBuilder("erefor14","cold_iron_forge",40);
erefor14.addItemInput(<contenttweaker:pale_metal>*4);
erefor14.addItemInput(<contenttweaker:gem_of_the_dying_constellation>*16);
erefor14.addItemInput(<contenttweaker:mask_of_the_free_stag>*1);
erefor14.addItemOutput(<contenttweaker:jewel_of_pure_void>*16);
erefor14.build();
val erefor15 = RecipeBuilder.newBuilder("erefor15","cold_iron_forge",40);
erefor15.addItemInput(<contenttweaker:whispering_meatball>);
erefor15.setChance(0.0);
erefor15.addItemInput(<appliedenergistics2:material:12>*64);
erefor15.addItemOutput(<contenttweaker:possessed_fluix>*64);
erefor15.build();