How to use the events of a block?

Started by _Cr1ssG4m3r_ on

Topic category: User side tutorials

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to use the events of a block?

I want to create an event in a block "When the entity collides in the block" when the player passes through the block this is destroyed and gives me an object, but I do not know how to do it, I tried to find guides but I can not find them and the time Information is in English.
can you help me??

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I use version 1.8.3
Sat, 05/11/2019 - 21:52

I use version 1.8.3

Last seen on 14:44, 25. May 2019
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just run a procedure like…
Sun, 05/12/2019 - 12:15

Just run a procedure like below on the 'When entity collides in the block' event

An example procedure

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you  
Sun, 05/12/2019 - 16:15

Thank you

 

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Still nothing happens, the…
Sun, 05/12/2019 - 16:25

Still nothing happens, the player only collides with the block and it does not break or do anything

Last seen on 14:44, 25. May 2019
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If your block collides with…
Sun, 05/12/2019 - 21:54

If your block collides with the player, the 'When entity walks on block' event will work.

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks  
Mon, 05/13/2019 - 00:19

thanks