hello, I made a texture on my server but I don't know how I can change the texture of the spawners, in this case I want to do it like this Item 52:32(zombie spawner mob) turn mob head instead of spawner I have all the heads I'm going to use but I don't know where to start to change the txt
It's a complex job, you must rewrite the mob spawner item to allow it to have its texture rendered with meta so it will become a complex item, however you will need a plugin which makes Pocketmine send addons to the player, it would be easier to create a custom item....
Creating a custom item would be a good idea, but would it be possible to get the functions of a certain block to make that custom item if a Spawner of a form could help me with a base?