Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Micro Block (China Edition): Difference between revisions

From SAS Gaming Wiki
imported>The Non Useful
m ja interwiki
 
SyncBot (talk | contribs)
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 [[Minecraft:wikipedia:Python|Python]] programming language.
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 [[Minecraft:texture]] is visible; however, upon placing the [[Minecraft:block]], it becomes transparent.
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]] [[Minecraft:texture]], but it is smaller than one pixel compared to the standard [[Minecraft:unknown]] [[Minecraft:texture]].
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 [[Minecraft:NBT]] data, or through [[Minecraft:addons]].
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 [[Minecraft:player]] to obtain it as a dropped [[Minecraft:item]].
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 [[Minecraft:sound]] [[Minecraft:effect]] of [[Minecraft:stone]].
<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}}


[[Minecraft:ja:Micro Block]]
ja:Micro Block
[[Minecraft:ko:Micro Block (China Edition)]]
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.

Template:Sound table/Block/Stone/BE

Data values

ID

Template:Edition: Template:ID table

History

Template:HistoryTable

Image

Screenshots

Navigation

Template:Navbox blocks

ja:Micro Block ko:Micro Block (China Edition)