Globox1997 / RpgZ

https://modrinth.com/mod/rpgz
https://www.curseforge.com/minecraft/mc-mods/rpgz
GNU General Public License v3.0
2 stars 4 forks source link

Unable to exclude Entities. 1.16.5 Forge. #18

Closed FernoXL closed 2 years ago

FernoXL commented 2 years ago

rpgz-0.4.5-forge

Failure to exclude entities when configured to do so.

#Example: minecraft:zombie or adventurez.brown_fungus excluded_entities = ["minecraft.zombie"]

The Zombies still drop bodies. And this is also an issue for other mobs.

Stereowalker commented 2 years ago

Change it to "minecraft:zombie". The example is incorrect. Use : as a separator not .

Stereowalker commented 2 years ago

@FernoXL