Skip to content

Commit

Permalink
24w44a
Browse files Browse the repository at this point in the history
add Resin Blocks with all variants
add Eye Blossom
  • Loading branch information
EtlamGit committed Nov 20, 2024
1 parent 2f47db4 commit 92ef9fa
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion definitions/vanilla_blocks.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vanilla",
"type": "flatblock",
"version": "1.21.24w40a",
"version": "1.21.24w44a",
"data": [
{
"name": "minecraft:air",
Expand Down Expand Up @@ -3067,6 +3067,16 @@
"color": "#6e6a64",
"transparent": true
},
{
"name": "minecraft:potted_closed_eyeblossom",
"color": "#6c6265",
"transparent": true
},
{
"name": "minecraft:potted_open_eyeblossom",
"color": "#857d80",
"transparent": true
},
{
"name": "minecraft:carrots",
"color": "#158002",
Expand Down Expand Up @@ -7030,6 +7040,68 @@
"color": "#99542d"
}
]
},
{
"name": "minecraft:resin_clump",
"color": "#df701b"
},
{
"name": "minecraft:resin_block",
"color": "#d96319"
},
{
"name": "minecraft:resin_brick_slab",
"color": "#d85d19",
"transparent": true,
"variants": [
{
"blockstate": "type:top",
"spawnontop": true
},
{
"blockstate": "type:double",
"spawnontop": true
}
]
},
{
"name": "minecraft:resin_brick_stairs",
"color": "#c35416",
"transparent": true,
"variants": [
{
"blockstate": "half:top",
"spawnontop": true
}
]
},
{
"name": "minecraft:resin_brick_wall",
"color": "#ce5918",
"alpha": 0.7,
"transparent": true
},
{
"name": "minecraft:resin_bricks",
"color": "#ce5918"
},
{
"name": "minecraft:chiseled_resin_bricks",
"color": "#c95419"
},
{
"name": "minecraft:closed_eyeblossom",
"color": "#6c6265",
"alpha": 0.7,
"transparent": true,
"spawninside": true
},
{
"name": "minecraft:open_eyeblossom",
"color": "#857d80",
"alpha": 0.7,
"transparent": true,
"spawninside": true
}
],
"update": "https://github.com/mrkite/minutor/raw/master/definitions/vanilla_blocks.json"
Expand Down

0 comments on commit 92ef9fa

Please sign in to comment.