Started by
Jose4T5Y
on
Topic category: Help with Minecraft modding (Java Edition)
How can you make a mountable block? in mcreator version 2021.2
Edited by Jose4T5Y on Fri, 09/17/2021 - 17:51
Topic category: Help with Minecraft modding (Java Edition)
How can you make a mountable block? in mcreator version 2021.2
make an entity with no AI, no movement, nothing, and make it so when you place the block it replaces it with a mob
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: