feat: backport recent changes to 1.21.1

This commit is contained in:
Martin Prokoph
2025-03-02 13:49:18 +01:00
parent 327b94d7cd
commit 395bbfc92c
228 changed files with 286 additions and 840 deletions

View File

@@ -1,34 +0,0 @@
{
"model": {
"type": "minecraft:select",
"block_state_property": "variation",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_red"
},
"when": "red"
},
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_pink"
},
"when": "pink"
},
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_orange"
},
"when": "orange"
}
],
"fallback": {
"type": "minecraft:model",
"model": "rocks:item/starfish"
},
"property": "minecraft:block_state"
}
}