Damage anvil after falling
This commit is contained in:
parent
32561ec658
commit
30be3e742f
3 changed files with 62 additions and 22 deletions
1
API.md
1
API.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue