Jumping under block

Started by notpro123 on

Topic category: Help with modding (Java Edition)

Last seen on 08:56, 22. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Jumping under block

I'm trying to do mario like block that if you hit the bottom of the block something happens can anyone help me?

Last seen on 00:06, 23. Jul 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the 'When entity…
Thu, 08/10/2023 - 18:15

Use the 'When entity collides in the block' function. You may have to make your block model slightly smaller at the bottom (change your bounding box to start at Y = 1, instead of Y = 0).

To certify the player being below the block, build this in the procedure:
'If (y position of (Event/Target Entity)) < (y)'

do: (put the rest of your procedure here).

Last seen on 23:38, 6. Aug 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is the 'when entity collides…
Thu, 08/10/2023 - 20:49

is the 'when entity collides in the block' function based on the model?

Last seen on 20:39, 28. Aug 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes
Thu, 08/10/2023 - 23:24

yes

Last seen on 08:56, 22. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks  
Fri, 08/11/2023 - 04:19

Thanks

 

Last seen on 08:56, 22. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In what category is when…
Fri, 08/11/2023 - 04:55

In what category is when entity collides in the block function?

 

Last seen on 23:38, 6. Aug 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"is entity inside a solid…
Thu, 08/17/2023 - 00:23

"is entity inside a solid wall" inside the entity data section

I think the only way to determine if any entity is in specific block is through the blocks "when entity collides in block trigger"