fix: make the game not crash due to the axolotl bucket

This commit is contained in:
blryface 2025-03-30 00:56:18 -03:00 committed by GitHub
parent 52f16cac23
commit 7faff940e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}