Skip to content

Commit

Permalink
23w43a add more tuff blocks
Browse files Browse the repository at this point in the history
slabs, stairs and walls and chiseled variants
for
normal, bricks and polished tuff
  • Loading branch information
EtlamGit committed Jun 3, 2024
1 parent fd9bfa6 commit b0775cf
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions definitions/vanilla_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6165,6 +6165,112 @@
"name": "minecraft:tuff",
"color": "#6c6d67"
},
{
"name": "minecraft:chiseled_tuff",
"color": "#5e635b"
},
{
"name": "minecraft:tuff_slab",
"color": "#71726c",
"transparent": true,
"variants": [
{
"blockstate": "type:top",
"spawnontop": true
},
{
"blockstate": "type:double",
"spawnontop": true
}
]
},
{
"name": "minecraft:tuff_stairs",
"color": "#666761",
"transparent": true,
"variants": [
{
"blockstate": "half:top",
"spawnontop": true
}
]
},
{
"name": "minecraft:tuff_wall",
"color": "#6c6d67"
},
{
"name": "minecraft:tuff_bricks",
"color": "#62675f"
},
{
"name": "minecraft:chiseled_tuff_bricks",
"color": "#6f726b"
},
{
"name": "minecraft:tuff_brick_slab",
"color": "#666c63",
"transparent": true,
"variants": [
{
"blockstate": "type:top",
"spawnontop": true
},
{
"blockstate": "type:double",
"spawnontop": true
}
]
},
{
"name": "minecraft:tuff_brick_stairs",
"color": "#5d615a",
"transparent": true,
"variants": [
{
"blockstate": "half:top",
"spawnontop": true
}
]
},
{
"name": "minecraft:tuff_brick_wall",
"color": "#62675f"
},
{
"name": "minecraft:polished_tuff",
"color": "#626864"
},
{
"name": "minecraft:polished_tuff_slab",
"color": "#666d69",
"transparent": true,
"variants": [
{
"blockstate": "type:top",
"spawnontop": true
},
{
"blockstate": "type:double",
"spawnontop": true
}
]
},
{
"name": "minecraft:polished_tuff_stairs",
"color": "#5d625f",
"transparent": true,
"variants": [
{
"blockstate": "half:top",
"spawnontop": true
}
]
},
{
"name": "minecraft:polished_tuff_wall",
"color": "#626864"
},
{
"name": "minecraft:powder_snow",
"color": "#f8fdfd"
Expand Down

0 comments on commit b0775cf

Please sign in to comment.