Minecraft Wiki
Register
Advertisement
[view | edit | history | purge]Documentation
Lua logo
This template uses Module:Infobox, a script written in Lua.
Please see wp:Lua and mw:Extension:Scribunto to learn more.
Technical Block
No image
Type

?

This template provides a uniform design for technical blocks.

{{Technical Block
|title=
|image=
|invimage=
|type=
|gravity=
|transparent=
|light=
|tntres=
|tool=
|stackable=
|flammable=
|availability=
|experience=
|drops=
|data=
|nameid=
|fluidspeed=
|movespeed=
|firstver=
|firstdev=
|notes=
}}

Note that if the item has multiple data values, use |multipledata= instead of |data=. See below:

Parameter Function Default value
title The text in the blue box
image Image of the block (should be approx. 150×150px) {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
imageN Other images for two-state blocks (also approx. 150×150px) None
invimage Image for object in inventory. Can use None to force no invimage. Uses Template:Grid. Grid {{{title}}}.png if it exists, otherwise None
invimageN Other images for object in inventory. Uses Template:Grid. None
type Type (solid block, solid, block, or fluid) ?
gravity Affected by gravity? None
transparent Can you see through some part of this block? Not as obvious as it seems, see Opacity. None
light Emits Light? If "Yes," add the light value like this: "Yes, 9" None
tntres Block's resistance to explosions. The value comes from the code; there aren't any units for it. None
tool Tool to use. Picture means, the block can only be broken with this tool (this quality or better). Outline means, the block can be broken with any tool, but this tool is the quickest. "Any tool" means that every tool is equally effective (or the block can be instantly broken with anything). "None" means the block cannot be broken. None
stackable Stackable None
flammable Whether the block is flammable or not None
availability The availability of an item None
experience The amount of experience dropped when mined or smelted None
drops The item entities dropped when destroyed None
data Single decimal data value None
multipledata Multiple decimal data values, use {{dv}} None
nameid The block's named identifier {{{title}}}
fluidspeed Speed of fluid movement None
movespeed Speed of walking through None
firstver First version that it was seen in (e.g. Alpha 1.0.17, classic 0.0.23a). None
firstdev First development snapshot it was seen in, requires firstver. None
notes Adds a centred column spanning across both rows at the bottom of the box None

See also[]

[view | edit | history | purge]The above documentation is transcluded from Πρότυπο:Technical Block/doc.
Advertisement