mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
fix: use correct starfish item models
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user