Updated Addons (markdown)

IntegratedQuantum 2020-09-17 11:43:57 +02:00
parent a5d6664814
commit d7fc471d6f

@ -34,9 +34,9 @@ Syntax example: `class stone`
- a hardness which represents the time in seconds needed to break the block by hand. It can get significantly reduced by the right tools.<br>
Default value: `1`<br>
Syntax example: `hardness 1`
- a block drop, which is the item the player will get when they break the block.<br>
- a list of block drops (optionally with amount), which are the items the player will get when they break the block.<br>
Default value: `none`<br>
Syntax example: `drop auto`(to auto-generate the drop with the same name as the block) or `drop addon_name:item_name`
Syntax example: `drop auto`(to auto-generate the drop with the same name as the block) or `drop 3 addon_name:item_name, 0.5 addon_name2:item_name2, …`
- a 3d model<br>
Default value: `undefined`<br>
Syntax example: `model cubyz:block.obj`