Activate a block by landing on it

Started by BlockMan79 on

Topic category: Help with modding (Java Edition)

Last seen on 23:52, 6. Jul 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Activate a block by landing on it
Mon, 07/03/2017 - 18:08 (edited)

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
Last seen on 18:46, 16. Oct 2021
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its easy. At the Block
Tue, 07/04/2017 - 02:17

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

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Its easy. At the Block
Tue, 07/04/2017 - 07:03

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.

Last seen on 23:52, 6. Jul 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Its easy. At the Block
Tue, 07/04/2017 - 13:24

@#1 Thanks that really helped me!