Minecraft:Micro Block (China Edition): Difference between revisions
More actions
imported>The Non Useful m ja interwiki |
Remove broken links to missing pages |
||
| Line 16: | Line 16: | ||
'''<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. | '''<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 | 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 Python programming language. | ||
== Behavior == | == Behavior == | ||
When holding the [[Minecraft:item]], its | When holding the [[Minecraft:item]], its texture is visible; however, upon placing the [[Minecraft:block]], it becomes transparent. | ||
The handheld texture is an [[Minecraft:unknown]] | The handheld texture is an [[Minecraft:unknown]] texture, but it is smaller than one pixel compared to the standard [[Minecraft:unknown]] texture. | ||
== Obtaining == | == Obtaining == | ||
The block can only be obtained from using {{cmd|/setblock}} or {{cmd|fill}}, by modifying the | The block can only be obtained from using {{cmd|/setblock}} or {{cmd|fill}}, by modifying the NBT data, or through addons. | ||
If this [[Minecraft:block]] is mined directly, it will take 13 minutes; however, using a pickaxe will allow the | If this [[Minecraft:block]] is mined directly, it will take 13 minutes; however, using a pickaxe will allow the player to obtain it as a dropped [[Minecraft:item]]. | ||
== Sounds == | == Sounds == | ||
<samp>tile.micro_block.name</samp> uses the | <samp>tile.micro_block.name</samp> uses the sound effect of [[Minecraft:stone]]. | ||
{{Sound table/Block/Stone/BE}} | {{Sound table/Block/Stone/BE}} | ||
| Line 67: | Line 67: | ||
{{Navbox blocks|Creative}} | {{Navbox blocks|Creative}} | ||
ja:Micro Block | |||
ko:Micro Block (China Edition) | |||
Revision as of 15:55, 9 April 2026
Template:Wip Template:Stub Template:Exclusive Template:Infobox block tile.micro_block.name 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 Python programming language.
Behavior
When holding the Minecraft:item, its texture is visible; however, upon placing the Minecraft:block, it becomes transparent.
The handheld texture is an Minecraft:unknown texture, but it is smaller than one pixel compared to the standard Minecraft:unknown texture.
Obtaining
The block can only be obtained from using Template:Cmd or Template:Cmd, by modifying the NBT data, or through addons.
If this Minecraft:block is mined directly, it will take 13 minutes; however, using a pickaxe will allow the player to obtain it as a dropped Minecraft:item.
Sounds
tile.micro_block.name uses the sound effect of Minecraft:stone.
Data values
ID
History
Image
Screenshots
-
The appearance when standing on top.
-
Holding the item displays its material.
-
When placed, it is transparent.
ja:Micro Block ko:Micro Block (China Edition)