AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

Help with config please! (version 1.12.2) #499

Closed diploscat closed 6 months ago

diploscat commented 7 months ago

I don't know if the mob health factor affects only infernal/elite/ultra mobs? Also, under droppable items in the loot tables, can I pick from any mod and in what way do I list it? For example, do I list a transmutation table (from ProjectE) as transmutation_table or mod specific such as projecte:transmutation_table???

AtomicStryker commented 7 months ago

The health formula affects all modded mobs and amounts to: mob class modifier (per-mob configurable value) amount of infernal mods mod health factor (configurable)

You can put in any modded item in its nbt/json string format. If you don't know how to figure that out, i'm sure there is resources and mods for that. I don't have any built-in methods.

diploscat commented 7 months ago

Thank you! you are the best!

The health formula affects all modded mobs and amounts to: mob class modifier (per-mob configurable value) amount of infernal mods mod health factor (configurable)

You can put in any modded item in its nbt/json string format. If you don't know how to figure that out, i'm sure there is resources and mods for that. I don't have any built-in methods.