TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Hostile Vanilla Mob Drops

Allmoz opened this issue ยท 1 comments

commented

Mobs are not spawning with the supposed head armor because a tag mismatch

the tag "mob_head_armor" in:
https://github.com/TerraFirmaCraft/TerraFirmaCraft/blob/0d99731dd1048126ccdd6bb49fb3fccd03a82b4d/src/main/java/net/dries007/tfc/common/TFCTags.java#L199C77-L199C77

is created as "mob_helmet_armor" in:

rm.item_tag('mob_helmet_armor', *['tfc:metal/helmet/%s' % metal for metal in MOB_ARMOR_METALS])

So the mobs can spawn with vanilla helmets (leather, chainmail, iron, gold and diamond confirmed), that can be dropped.

Also zoombies can transform into drowned and skeletons to strays, and in
/src/main/resources/data/minecraft/loot_tables/entities/
there is no loot table to replace the vanilla loot, so they can drop vanilla copper ingots and tipped arrows. not sure if those should be generated from another place

:) cheers!

commented

No 1.18.x?