diff --git a/assets/minecraft/items/axolotl_bucket.json b/assets/minecraft/items/axolotl_bucket.json deleted file mode 100644 index fe84d1d..0000000 --- a/assets/minecraft/items/axolotl_bucket.json +++ /dev/null @@ -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" - } - } -}