[SOLVED] Falling block like an anvil

Started by 30k on

Topic category: Help with modding (Java Edition)

Last seen on 16:41, 14. Jun 2023
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
Last seen on 15:20, 16. Feb 2024
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.

Last seen on 18:19, 28. Mar 2024
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?