Topic category: Help with MCreator software
Hi everyone, I have put it upon myself to make chickens pluckable, as sometimes making a a grinder for feathers is annoying.
I have made a procedure and a separate model that the chicken will change into, I sort of have it working as I have made 2 separate procedures, the first is when you right click on a chicken it drops feathers and changes its texture to my custom featherless chicken model, I have made a entity spawns procedure next and made it that on spawn to wait a certain amount of time then changes back into a normal chicken again.
My issue is on testing that when the custom entity changes back, it spawns back at the place you right clicked on it initially, I don't know how to work the XYZ stuff properly yet so if anyone understands what I am saying, any help would be great TIA!
Can you share screenshots of your two procedures?
Without looking at your code, changing your x, y, z to "get x position of (event/target entity)" and thr get y and z equivalents should solve this.