Started by
nilek20
on
Topic category: Help with Minecraft modding (Java Edition)
I have a custome block that i want players to be able to sit on when the block is right clicked. this is a block not an entity so there is no parameter for this. is there a way to do this with procedures?
you could make your block and entity, when block placed remove it and add an entity, then when entity is killed spawn item gem
the problem with this is that i dont want you to be able to push it around like an entity. if it is an entity then when you walk into it it will move but i need it to stay in place for energy mechanics.
you might be able to remove any movement by making the block Teleport to its own
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei