Started by
Alpineer
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to create an entity that isn't alive? Is there a way to make an entity with the shape of a block?
Let's say I'm trying to make a block that moves from x, y, z to x, y, z+10 over a certain period of time. But I don't want a complex procedure for it. Is there a way to make it work?
Sure! You could use Tabula or Blockbench to make a model that looks like a block, then make an entity with no AI blocks and put your model on that. It should have the effect you're going for.
how do I import the model for the entity?
I think you can make an invunerable mod, by creating a procedure, when the entity is about to take damage event is called, you can check if the entity is that very entity and can cancle the procedure meaning it wont take any damage so it appears it not being alive in the first place.