Non-Mob Entities

Started by Alpineer on

Topic category: Help with modding (Java Edition)

Last seen on 04:13, 2. Jan 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Non-Mob Entities

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?

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sure! You could use Tabula…
Sat, 02/08/2020 - 23:36

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.

Last seen on 11:55, 15. Feb 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do I import the model…
Tue, 11/23/2021 - 12:38

how do I import the model for the entity?

Last seen on 17:06, 2. Aug 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can make an…
Tue, 11/23/2021 - 13:20

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.