Drophead:true on conversion 5.4.6 > 5.4.7
SlimeDog opened this issue · 10 comments
Spigot 1.12.2
MH 5.4.7-b577
Auto-conversion yields
- mobs.*.head.drophead:true
for all mobs. I'm pretty sure that I configured for no head drops ever. What is the conversion rule?
5.4.6 config.yml
http://whitedog.straight8.com/drops/config.yml
There is no auto conversion for the head. Because the field did not exist in the old config.
There is no auto conversion for the head. Because the field did not exist in the old config.
In the old config the head was made using "mobhunt head give....." I cant convert from this?
Only the value when the head is dropped. I cant use this as a test.
But I could check the run_cmd for "mobhunt head give" and if found I set
mobs..head.drophead:true
if not
mobs..head.drophead:false
Thank you for the help with the testing. I REALLY appreciate this!!! Its impossible for me to test all compbinations.
@SlimeDog do you think I can make a release now?