How to use the events of a block?

Started by _Cr1ssG4m3r_ on

Topic category: User side tutorials

Active 1 year ago
Joined Jan 2018
Points:
846

User statistics:

  • Modifications: 3
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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??

Active 1 year ago
Joined Jan 2018
Points:
846

User statistics:

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

I use version 1.8.3

Active 6 years ago
Joined Dec 2017
Points:
720

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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

Active 1 year ago
Joined Jan 2018
Points:
846

User statistics:

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

Thank you

 

Active 1 year ago
Joined Jan 2018
Points:
846

User statistics:

  • Modifications: 3
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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

Active 6 years ago
Joined Dec 2017
Points:
720

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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.

Active 1 year ago
Joined Jan 2018
Points:
846

User statistics:

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

thanks