You've already forked minecraft-assets
Create/Update assets for version 1.21.4
This commit is contained in:
39
assets/minecraft/items/bundle.json
Normal file
39
assets/minecraft/items/bundle.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bundle"
|
||||
},
|
||||
"on_true": {
|
||||
"type": "minecraft:composite",
|
||||
"models": [
|
||||
{
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bundle_open_back"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:bundle/selected_item"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bundle_open_front"
|
||||
}
|
||||
]
|
||||
},
|
||||
"property": "minecraft:bundle/has_selected_item"
|
||||
},
|
||||
"when": "gui"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bundle"
|
||||
},
|
||||
"property": "minecraft:display_context"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user