MineInAbyss / Mobzy

Config-driven custom mobs for Spigot using ECS
https://mineinabyss.com/Mobzy/
MIT License
41 stars 8 forks source link

make tempt take serializable itemstack #111

Closed Boy0000 closed 2 years ago

Boy0000 commented 2 years ago

Seems better than just taking a Material. This also seems to have issues converting to nmsstack as the below error is because "itemstack is null". Example being server-configs ashimite tempt, but also beniguma doesnt have this issue rn?

image

0ffz commented 2 years ago

So does this change fix those console issues or cause them?

Boy0000 commented 2 years ago

So does this change fix those console issues or cause them?

No this doesnt fix or cause it. I have no clue why it happens. Beniguma has no issues with CHORUS_FRUIT but the moment i put it on ashimite it says that itemstack is null Only thing i can think of is that the nms conversion fails. But this doesnt solve either rn