|
|
| Line 1: |
Line 1: |
| {{wip}}
| | #Redirect [[Minecraft:Micro Block]] |
| {{stub}}
| | {{Redr|Move}} |
| {{Exclusive|China}}
| |
| {{Infobox block
| |
| | title = <samp>tile.micro_block.name</samp>
| |
| | image = Missing Tile.png
| |
| | invimage = [tile.micro_block.name]Unknown
| |
| | renewable = No
| |
| | stackable = Yes (64)
| |
| | tool = Pickaxe
| |
| | light = No
| |
| | transparent = No
| |
| | flammable = No
| |
| | lavasusceptible = No
| |
| }}
| |
| '''<samp>tile.micro_block.name</samp>''' is an item used to shrink the shape of blocks in specific areas of the game into smaller individual blocks for display purposes. Currently, only pre-micro blocks are available in the game.
| |
| | |
| Pre-micro blocks are generated using the modsdk interface, which creates the corresponding micro block data. Developers can then save this data as a micro block file and integrate it into their [[Minecraft:mod]]. After restarting the game, the micro blocks function similarly to the game's native blocks and can be found and used in the [[Minecraft:item]] list. Debugging addons are used for customizing block combinations, and it is written in the [[Minecraft:wikipedia:Python|Python]] programming language.
| |
| | |
| == Behavior ==
| |
| When holding the [[Minecraft:item]], its [[Minecraft:texture]] is visible; however, upon placing the [[Minecraft:block]], it becomes transparent.
| |
| | |
| The handheld texture is an [[Minecraft:unknown]] [[Minecraft:texture]], but it is smaller than one pixel compared to the standard [[Minecraft:unknown]] [[Minecraft:texture]].
| |
| | |
| == Obtaining ==
| |
| The block can only be obtained from using {{cmd|/setblock}} or {{cmd|fill}}, by modifying the [[Minecraft:NBT]] data, or through [[Minecraft:addons]].
| |
| | |
| If this [[Minecraft:block]] is mined directly, it will take 13 minutes; however, using a pickaxe will allow the [[Minecraft:player]] to obtain it as a dropped [[Minecraft:item]].
| |
| | |
| == Sounds ==
| |
| <samp>tile.micro_block.name</samp> uses the [[Minecraft:sound]] [[Minecraft:effect]] of [[Minecraft:stone]].
| |
| | |
| {{Sound table/Block/Stone/BE}}
| |
| | |
| == Data values ==
| |
| === ID ===
| |
| {{edition|china}}:
| |
| {{ID table
| |
| |edition=bedrock
| |
| |shownumericids=y
| |
| |showforms=y
| |
| |generatetranslationkeys=y
| |
| |displayname=tile.micro_block.name
| |
| |spritetype=block
| |
| |nameid=micro_block
| |
| |id=-9735
| |
| |foot=1
| |
| |spritename=unknown-block
| |
| }}
| |
| | |
| == History ==
| |
| {{HistoryTable
| |
| |{{HistoryLine|china}}
| |
| |{{HistoryLine||1.16|[[File:Missing Tile BE1.png|32px]]{{verify}} Added mod.
| |
| Used to create early addons.}}
| |
| }}
| |
| | |
| == Image ==
| |
| === Screenshots ===
| |
| <gallery>
| |
| File:Standing on the microblock.png|The appearance when standing on top.
| |
| File:Handheld Microblock.png|Holding the item displays its material.
| |
| File:Microblock after placement.png|When placed, it is transparent.
| |
| </gallery>
| |
| | |
| == Navigation ==
| |
| {{Navbox blocks|Creative}} | |
| | |
| [[Minecraft:ja:Micro Block]]
| |
| [[Minecraft:ko:Micro Block (China Edition)]]
| |