Template:Infobox block/doc: Difference between revisions
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
| <code>transparent</code> || Can you see through some part of this block? Not as obvious as it seems, see [[Opacity]]. || ? | | <code>transparent</code> || Can you see through some part of this block? Not as obvious as it seems, see [[Opacity]]. || ? | ||
|- | |- | ||
| <code>light</code> || Emits Light? If "Yes," add the light value like this: "Yes | | <code>light</code> || Emits Light? If "Yes," add the light value like this: "Yes (9)" || ? | ||
|- | |- | ||
| <code>tntres</code> || Block's resistance to explosions. The value comes from the code; there aren't any units for it. || ? | | <code>tntres</code> || Block's resistance to explosions. The value comes from the code; there aren't any units for it. || ? | ||
Line 57: | Line 57: | ||
| <code>stackable</code> || Stackable || N/A | | <code>stackable</code> || Stackable || N/A | ||
|- | |- | ||
| <code>flammable</code> || Whether the block is flammable or not. Currently does not record flammability value. || Unspecified | | <code>flammable</code> || Whether the block is flammable or not. Currently does not record flammability value, however this may be added very soon. || Unspecified | ||
|- | |- | ||
| <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>experience</code> || The amount of experience dropped when mined or smelted || ''None'' | | <code>experience</code> || The amount of experience dropped when mined or smelted. May be deprecated soon, see [[Minecraft_Wiki_talk:Community_portal#Handling_loot_tables_on_the_wiki:_a_proposal|here]] for more info. || ''None'' | ||
|- | |- | ||
| <code>drops</code> || The [[Item (entity)|item entities]] dropped when destroyed || Itself | | <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>data</code> || Single decimal data value || ''None'' |