Wiki ArticleArticles to be expandedMinecraft 4kBlocksBlocks with no item form

Grass Block (Minecraft 4k)

In Minecraft 4k, the grass block has a block ID of 1. It was originally the XOR Block. Unlike normal Minecraft, grass blocks do not turn into dirt when a block is placed above it.

The texture for the Grass block was generated by the game at runtime (similarly to what was done in Java Edition at that time for water and lava), rather than being stored inside of the jar as an image file.

A sinusoidal function is used to determine which of the pixels on the side belong to grass and which belong to dirt. This function becomes much more obvious when a higher-resolution version of the texture is generated.[1]

This feature is exclusive to Minecraft 4k.
 
Grass Block
4k-2 Grass Block.png: Infobox image for Minecraft infobox 'Grass Block'
Luminous No
Transparent No

In Minecraft 4k, the grass block has a block ID of 1. It was originally the XOR Block. Unlike normal Minecraft, grass blocks do not turn into dirt when a block is placed above it.

Texture

This section is missing information about: describe the code used - can be found at https://github.com/NeRdTheNed/MC-TextureGen
 
Please expand the section to include this information. Further details may exist on the talk page.
The grass block's side texture if it was 512×512 instead of 16×16

The texture for the Grass block was generated by the game at runtime (similarly to what was done in Java Edition at that time for water and lava), rather than being stored inside of the jar as an image file.

A sinusoidal function is used to determine which of the pixels on the side belong to grass and which belong to dirt. This function becomes much more obvious when a higher-resolution version of the texture is generated.[1]

Data values

ID

NameNumeric ID Form
BlockSprite grass-block-4k.png: Sprite image for grass-block-4k in Minecraft [No displayed name]1Block

History

Minecraft 4k
4k-2 Added grass block, replacing the XOR Block.

Textures

References