[SOLVED] Falling block like an anvil

Started by 30k on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] Falling block like an anvil
Tue, 08/16/2022 - 20:27 (edited)

So i'm trying to make a falling block that makes damage when it falls on your head like an anvil. Anyone knows how? Help would be appreciated

Edited by 30k on Tue, 08/16/2022 - 20:27
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First you'll need to enable …
Tue, 04/12/2022 - 19:20

First you'll need to enable "does block have gravity" and then create a procedure so that when that block falls on the players head it does a set amount of damage.

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have this same problem too…
Thu, 02/15/2024 - 14:03

I have this same problem too. I found and enabled the "does block have gravity" thing, but how would i create a procedure that deals damage to an entity if it falls on their head?

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you explain how you…
Mon, 07/22/2024 - 20:51

Can you explain how you solved it? Im having the same issue as the previous user, I do not know how to detect when the block has dropped on the floor via gravity. Thanks.