Port to 1.21.4 and more datagen

- Polymer mode is currently still broken
This commit is contained in:
Martin Prokoph
2024-12-30 22:32:35 +01:00
parent 75f9937035
commit f00ac39b79
365 changed files with 3364 additions and 1786 deletions

View File

@@ -0,0 +1,34 @@
{
"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"
}
}