content updates

This commit is contained in:
sainagh
2026-02-11 18:42:38 -06:00
parent 45ccc16c43
commit c6137e9101
659 changed files with 32161 additions and 5105 deletions
+23 -1
View File
@@ -345,4 +345,26 @@ thaumrepl17me.addItemInput(<avaritia:resource:0>);
thaumrepl17me.addItemInput(<projectex:matter:10>);
thaumrepl17me.addItemInput(<contenttweaker:resonating_stone>*32);
thaumrepl17me.addFluidOutput(<fluid:resonating_matter>*5000);
thaumrepl17me.build();
thaumrepl17me.build();
val thaumrepl18 = RecipeBuilder.newBuilder("thaumrepl18","thaumic_replicator",800);
thaumrepl18.addAspectInput("caeles",20);
thaumrepl18.addFluidInput(<fluid:pre_baryonic_plasma>*100);
thaumrepl18.addFluidInput(<fluid:divine_resonance>*100);
thaumrepl18.addItemInput(<contenttweaker:freedomsteel_ingot>*4);
thaumrepl18.addItemInput(<contenttweaker:infinite_loving_plate>);
thaumrepl18.addFluidOutput(<fluid:whisper_of_right_and_just_creation>*100);
thaumrepl18.build();
val thaumrepl18me = RecipeBuilder.newBuilder("thaumrepl18me","thaumic_replicator",800);
thaumrepl18me.addAspectInput("caeles",20);
thaumrepl18me.addFluidInput(<fluid:pre_baryonic_plasma>*100);
thaumrepl18me.addFluidInput(<fluid:divine_resonance>*100);
thaumrepl18me.addItemInput(<contenttweaker:freedomsteel_ingot>*4);
thaumrepl18me.addItemInput(<contenttweaker:infinite_loving_plate>);
thaumrepl18me.addFluidOutput(<fluid:whisper_of_right_and_just_creation>*100);
thaumrepl18me.build();