Skip to content

Commit

Permalink
24w40a
Browse files Browse the repository at this point in the history
add Pale Oak with all variants
add Creaking Heart
add Pale Moss Block, Pale Moss Carpet and Pale Hanging Moss
  • Loading branch information
EtlamGit committed Oct 22, 2024
1 parent dcce4d0 commit 009c565
Showing 1 changed file with 150 additions and 1 deletion.
151 changes: 150 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.24w11a",
"version": "1.21.24w40a",
"data": [
{
"name": "minecraft:air",
Expand Down Expand Up @@ -399,6 +399,13 @@
"transparent": true,
"spawninside": true
},
{
"name": "minecraft:pale_oak_sapling",
"color": "#6e6a64",
"alpha": 0.3,
"transparent": true,
"spawninside": true
},
{
"name": "minecraft:bamboo",
"color": "#5e9014",
Expand Down Expand Up @@ -668,6 +675,75 @@
"color": "#e3b3ad",
"transparent": true
},
{
"name": "minecraft:pale_oak_planks",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_button",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_door",
"color": "#d8d0cf"
},
{
"name": "minecraft:pale_oak_fence",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_fence_gate",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_pressure_plate",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_slab",
"color": "#efe4e2",
"transparent": true,
"variants": [
{
"blockstate": "type:top",
"spawnontop": true
},
{
"blockstate": "type:double",
"spawnontop": true
}
]
},
{
"name": "minecraft:pale_oak_stairs",
"color": "#d8cfcd",
"variants": [
{
"blockstate": "half:top",
"spawnontop": true
}
]
},
{
"name": "minecraft:pale_oak_trapdoor",
"color": "#e6dcdb"
},
{
"name": "minecraft:pale_oak_sign",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_hanging_sign",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_wall_sign",
"color": "#e4dad8"
},
{
"name": "minecraft:pale_oak_wall_hanging_sign",
"color": "#e4dad8"
},
{
"name": "minecraft:flowing_water",
"color": "#a9a9a9",
Expand Down Expand Up @@ -808,6 +884,16 @@
}
]
},
{
"name": "minecraft:pale_oak_log",
"color": "#c7bdbc",
"variants": [
{
"blockstate": "axis:y",
"color": "#584e4b"
}
]
},
{
"name": "minecraft:stripped_spruce_log",
"color": "#745a34",
Expand Down Expand Up @@ -878,6 +964,16 @@
}
]
},
{
"name": "minecraft:stripped_pale_oak_log",
"color": "#ebe3e2",
"variants": [
{
"blockstate": "axis:y",
"color": "#ebe3e2"
}
]
},
{
"name": "minecraft:oak_wood",
"color": "#665132"
Expand Down Expand Up @@ -906,6 +1002,10 @@
"name": "minecraft:mangrove_wood",
"color": "#544329"
},
{
"name": "minecraft:pale_oak_wood",
"color": "#c7bdbc"
},
{
"name": "minecraft:stripped_oak_wood",
"color": "#b19056"
Expand Down Expand Up @@ -938,6 +1038,10 @@
"name": "minecraft:stripped_bamboo_block",
"color": "#b29f49"
},
{
"name": "minecraft:stripped_pale_oak_wood",
"color": "#ebe3e2"
},
{
"name": "minecraft:oak_leaves",
"color": "#616161",
Expand Down Expand Up @@ -1008,6 +1112,13 @@
"rendercube": true,
"biomeFoliage": false
},
{
"name": "minecraft:pale_oak_leaves",
"color": "#757a73",
"transparent": true,
"rendercube": true,
"biomeFoliage": false
},
{
"name": "minecraft:sponge",
"color": "#c3c455"
Expand Down Expand Up @@ -2951,6 +3062,11 @@
"color": "#e87272",
"transparent": true
},
{
"name": "minecraft:potted_pale_oak_sapling",
"color": "#6e6a64",
"transparent": true
},
{
"name": "minecraft:carrots",
"color": "#158002",
Expand Down Expand Up @@ -6359,6 +6475,21 @@
"color": "#596e2d",
"transparent": true
},
{
"name": "minecraft:pale_moss_block",
"color": "#6b7069"
},
{
"name": "minecraft:pale_moss_carpet",
"color": "#6b7069",
"transparent": true
},
{
"name": "minecraft:pale_hanging_moss",
"color": "#636862",
"transparent": true,
"alpha": 0.7
},
{
"name": "minecraft:rooted_dirt",
"color": "#90684d"
Expand Down Expand Up @@ -6881,6 +7012,24 @@
{
"name": "minecraft:heavy_core",
"color": "#52565e"
},
{
"name": "minecraft:creaking_heart",
"color": "#52443f",
"variants": [
{
"blockstate": "axis:y",
"color": "#473a35"
},
{
"blockstate": "creaking:active",
"color": "#965431"
},
{
"blockstate": ["axis:y", "creaking:active"],
"color": "#99542d"
}
]
}
],
"update": "https://github.com/mrkite/minutor/raw/master/definitions/vanilla_blocks.json"
Expand Down

0 comments on commit 009c565

Please sign in to comment.