[SOLVED] Falling block like an anvil

Started by 30k on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Apr 2022
Points:
449

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
[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
Active 1 week ago
Joined Sep 2018
Points:
850

User statistics:

  • Modifications: 6
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 77
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.

Active 2 months ago
Joined Sep 2021
Points:
967

User statistics:

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

Active 3 days ago
Joined Jul 2024
Points:
133

User statistics:

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