Mountable block ?

Started by Jose4T5Y on Fri, 09/17/2021 - 17:23

Topic category: Help with modding (Java Edition)

Last seen on 00:29, 23. Feb 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Mountable block ?
Fri, 09/17/2021 - 17:51 (edited)
How can you make a mountable block? in mcreator version 2021.2

 

 

Edited by Jose4T5Y on Fri, 09/17/2021 - 17:51
Last seen on 19:17, 8. Aug 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
make an entity with no AI,…
Fri, 09/17/2021 - 17:59

make an entity with no AI, no movement, nothing, and make it so when you place the block it replaces it with a  mob

Last seen on 04:33, 16. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
While Rex's solution would…
Fri, 09/17/2021 - 20:19

While Rex's solution would work, with that usage it'd be easier to simply make the block item function as a spawn egg.

In terms of keeping it as a block, I'm sure this should help:

This is an "On Right Click" procedure, and can be used on any block. Depending on the model used, it may not line up right from the start, but modifying height should be all it takes.

In terms of the entity, the main thing used is the "On entity tick update" procedure below: