Skip to content

Commit

Permalink
fix: use proper shulker box fallback model (fixes #283)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Jan 17, 2025
1 parent 42c7718 commit a02a33b
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"type": "range_dispatch",
"property": "minecraft:custom_model_data",
"fallback": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker"
}
"type": "minecraft:special",
"base": "minecraft:item/shulker_box",
"model": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker"
}
},
"entries": [
{
"threshold": 7733271,
Expand Down

0 comments on commit a02a33b

Please sign in to comment.