Started by
BlockMan79
on
Topic category: Help with Minecraft modding (Java Edition)
I want to know how to make a block that do something when I land on it.
Edited by BlockMan79 on Mon, 07/03/2017 - 18:08
Topic category: Help with Minecraft modding (Java Edition)
I want to know how to make a block that do something when I land on it.
Its easy. At the Block Dimensions, set the Y coord to: min = 0; max = 0.9
And then, at the Events, Add a new event in the 'When mob/player colides block' part.
The only issue is that if you shot an arrow to the block, it will activate the Event
Now I finally know why collide events don't work! They don't work because I need to change the dimensions.
The arrow activates the event because it's an entity.
@#1 Thanks that really helped me!