When entity walks on block.

Started by Zexmus on

Topic category: Help with modding (Java Edition)

Last seen on 03:38, 3. Dec 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When entity walks on block.

So idk if this should be in the bugs and solutions but ill put it here.

So i made a bear trap with a function when entity walks on block. but whenever I change the hitbox of the block it doesnt seem to work?

However if I change it to default hitbox it works. So idk if this is a bug or im doing something wrong.

If you lower the height of…
Sat, 09/14/2019 - 19:19

If you lower the height of the block, this trigger will not work anymore. This is how it is implemented in Minecraft.

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use On Entity collides in…
Sat, 09/14/2019 - 13:41

Use On Entity collides in the block Trigger for that instead

Last seen on 03:38, 3. Dec 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ahh ok.
Sun, 09/15/2019 - 04:10

Ahh ok.

Last seen on 15:27, 10. Oct 2022
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Odd... In mine i have a…
Sun, 09/15/2019 - 05:24

Odd... In mine i have a custom soulsand block that still effects you with slowness if an entity walks on it, so idk why it works for me

Last seen on 15:27, 10. Oct 2022
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Its a .9 max Y height, so…
Sun, 09/15/2019 - 05:29

(Its a .9 max Y height, so idk why it doesnt break)