Started by
30k
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.
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?
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.