Switch heads to seperate ItemBlock instances for each type of head instead of using NBT
itsmeow opened this issue ยท 3 comments
Saves storage/network overhead and also makes spawning each one easier (also removes need for model mesher)
Hardest part of this is compatability with previous item versions. Perhaps make the original id into a blank item that can be crafted into the proper one type (use the nbt in the recipes)
Shouldn't cause any issues with breaking blocks as the blocks will just drop the correct ID.