fnar / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
14 stars 9 forks source link

Using with example settings causes EBWizardry Evil Wizards to be unequipped #83

Open brisingraerowing opened 12 months ago

brisingraerowing commented 12 months ago

When a spawner is generated with EBW evil wizards, they don't have armor or wands. The EBW spawner file is unmodified from the latest on Git.

brisingraerowing commented 12 months ago

Checking the spawner's NBT with CraftTweaker shows that the ArmorItems and HandItems arrays are empty. Looks like they aren't being loaded from the configs correctly.

fnar commented 12 months ago

Thanks for the report @brisingraerowing . This might be fixed already in the latest, unreleased version of the code.