You've already forked minecraft-assets
Create/Update assets for version 24w45a
This commit is contained in:
14
assets/minecraft/items/elytra.json
Normal file
14
assets/minecraft/items/elytra.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/elytra"
|
||||
},
|
||||
"on_true": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/elytra_broken"
|
||||
},
|
||||
"property": "minecraft:broken"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user