This commit is contained in:
sainagh
2025-11-26 10:25:55 -06:00
parent 03a46a005c
commit 032d39f529
993 changed files with 40012 additions and 11910 deletions
+3 -3
View File
@@ -146,9 +146,9 @@ mods.thaumcraft.Crucible.registerRecipe("crucrecgluttony", "", <contenttweaker:r
val infbucketofundeath = RecipeBuilder.newBuilder("infbucketofundeath","arcane_autoinfuser",120);
infbucketofundeath.addEnergyPerTickInput(100);
infbucketofundeath.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "mortuus"}]})*30);
infbucketofundeath.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "infernum"}]})*20);
infbucketofundeath.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitium"}]})*10);
infbucketofundeath.addItemInput(makeVisCrystal(<aspect:mortuus> * 1)*30);
infbucketofundeath.addItemInput(makeVisCrystal(<aspect:infernum> * 1)*20);
infbucketofundeath.addItemInput(makeVisCrystal(<aspect:vitium> * 1)*10);
infbucketofundeath.addItemInput(<forge:bucketfilled>.withTag({FluidName: "liquid_death", Amount: 1000}));
infbucketofundeath.addItemInput(<contenttweaker:recursion_of_gluttony>*2);
infbucketofundeath.addItemInput(<contenttweaker:cuendillar_plate>*2);