|
|
| Line 18: |
Line 18: |
| |flammable= | | |flammable= |
| |lavasusceptible= | | |lavasusceptible= |
| |drops=
| |
| |data=
| |
| |nameid=
| |
| |tags=
| |
| |notes=
| |
| }}</pre> | | }}</pre> |
|
| |
|
| Line 59: |
Line 54: |
| |- | | |- |
| | <code>lavasusceptible</code> || Whether the block catches fire from nearby [[lava]]. Not always the same as flammable. || Unspecified | | | <code>lavasusceptible</code> || Whether the block catches fire from nearby [[lava]]. Not always the same as flammable. || Unspecified |
| |-
| |
| | <code>drops</code> || The [[Item (entity)|item entities]] dropped when destroyed. May be deprecated soon, see [[Minecraft_Wiki_talk:Community_portal#Handling_loot_tables_on_the_wiki:_a_proposal|here]] for more info. || Itself
| |
| |-
| |
| | <code>data</code> || Single decimal data value || ''None''
| |
| |-
| |
| | <code>multipledata</code> || Multiple decimal data values, use {{tl|dv}} || ''None''
| |
| |-
| |
| | <code>nameid</code> || The block's named identifier. Can use '''None''' to force no name ID. || <code>title</code> or <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
| |
| |-
| |
| | <code>tags</code> || [[Tag]]s this block is a member of. || ''None''
| |
| |-
| |
| | <code>notes</code> || Adds a centred column spanning across both rows at the bottom of the box || ''None''
| |
| |} | | |} |
|
| |
|