mirror of
https://github.com/Pridecraft-Studios/pridepack.git
synced 2025-08-03 14:46:19 -04:00
fix: make the game not crash due to the axolotl bucket
This commit is contained in:
parent
52f16cac23
commit
7faff940e4
@ -1,48 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"property": "minecraft:component",
|
||||
"component": "minecraft:axolotl/variant",
|
||||
"cases": [
|
||||
{
|
||||
"when": "blue",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket_blue"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "cyan",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket_cyan"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "gold",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket_gold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "lucy",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket_lucy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "wild",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket_wild"
|
||||
}
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_bucket"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user