fix: use correct starfish item models

This commit is contained in:
Martin Prokoph
2025-06-22 12:13:36 +02:00
parent c7a0260b3c
commit 121209dd26
2 changed files with 4 additions and 4 deletions

View File

@@ -6,21 +6,21 @@
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_red"
"model": "rocks:item/starfish_red"
},
"when": "red"
},
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_pink"
"model": "rocks:item/starfish_pink"
},
"when": "pink"
},
{
"model": {
"type": "minecraft:model",
"model": "rocks:block/starfish_orange"
"model": "rocks:item/starfish_orange"
},
"when": "orange"
}