Damage anvil after falling

This commit is contained in:
Wuzzy 2018-02-05 19:58:31 +01:00
parent 32561ec658
commit 30be3e742f
3 changed files with 62 additions and 22 deletions

1
API.md
View file

@ -21,6 +21,7 @@ All nodes can have these fields:
* `_mcl_hardness`: Hardness of the block, ranges from 0 to infinity (represented by -1). Determines digging times. Default: 0
* `_mcl_blast_resistance`: How well this block blocks and resists explosions. Default: 0
* `_mcl_after_falling(pos)`: Called after a falling node finished falling and turned into a node.
Use the `mcl_sounds` mod for the sounds.