Started by
wintermintleaf
on
Topic category: Help with Minecraft modding (Java Edition)
I have a hazardous block I want to make deal more fall damage than others. For example, I might want to make it deal double fall damage so a 12 block height landing on this block kills you rather than the normal 24.
Use global trigger entity falls and check which block is on y - 1 and if your custom block, deal additional damage.