Started by
Kid Justice Gaming
on
Topic category: Help with Minecraft modding (Java Edition)
So i was able to change up the code for a living entity to have the phantom AI and model, the only problem is that the hitbox is underneath where the actual entity is:
also if someone can also tell me how to remove the name tag that would help too.
Okay so, I had the same issue. I'm going to guess you used the Blockbench template, in which case you'll need to move it in Blockbench itself. If not, it's really not hard to do this with even no experience in Blockbench and it's either the only way, or by far easiest way, to fix your issue. As for the name tag, you should be able to just leave the field blank and it won't show.
why not make a new model on techne or blockbench? its so easy and fast :)
I actually used the vanilla model in code by importing net.minecraft.client.renderer.entity.model.PhantomModel;
Im about ready to try that but i wanna see if i can get this working