attempt to fix mob HP bug

This commit is contained in:
sainagh
2023-11-14 07:09:40 -08:00
parent 4c42af6283
commit 14dc85f593
100 changed files with 15336 additions and 3257 deletions
+7 -5
View File
@@ -36,13 +36,15 @@ null, <tconstruct:large_plate>.withTag({Material: "fierymetal"}), <bigreactors:i
null, <aether_legacy:enchanted_gravitite>, null,
null, <bigreactors:ingotludicrite>, <appliedenergistics2:material:9>]]);
val fieryfluid = <ore:bottledFiery>;
fieryfluid.add(<twilightforest:fiery_blood>);
fieryfluid.add(<twilightforest:fiery_tears>);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:furatto_warper>,
[[<twilightforest:fiery_tears>, <aoa3:ice_crystal>, <thermalfoundation:coin:96>,
[[<ore:bottledFiery>, <aoa3:ice_crystal>, <thermalfoundation:coin:96>,
<divinerpg:aquatic_pellets>, <aoa3:ghostly_powder>, <divinerpg:aquatic_pellets>,
<thermalfoundation:coin:96>, <aoa3:ice_crystal>, <twilightforest:fiery_tears>],
<thermalfoundation:coin:96>, <aoa3:ice_crystal>, <ore:bottledFiery>],
[<aoa3:ice_crystal>, <botania:manaresource:0>, <thaumcraft:brain>,
<aoa3:flammable_dust>, <divinerpg:purple_blaze>, <aoa3:flammable_dust>,
@@ -72,9 +74,9 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:furatto_warper>,
<aoa3:flammable_dust>, <divinerpg:purple_blaze>, <aoa3:flammable_dust>,
<thaumcraft:brain>, <botania:manaresource:0>, <aoa3:ice_crystal>],
[<twilightforest:fiery_tears>, <aoa3:ice_crystal>, <thermalfoundation:coin:96>,
[<ore:bottledFiery>, <aoa3:ice_crystal>, <thermalfoundation:coin:96>,
<divinerpg:aquatic_pellets>, <aoa3:ghostly_powder>, <divinerpg:aquatic_pellets>,
<thermalfoundation:coin:96>, <aoa3:ice_crystal>, <twilightforest:fiery_tears>]]);
<thermalfoundation:coin:96>, <aoa3:ice_crystal>, <ore:bottledFiery>]]);