Skip to content

Commit

Permalink
chore: fix dropper model
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Jan 17, 2025
1 parent 7848e21 commit 1f6ebde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"property": "minecraft:custom_model_data",
"fallback": {
"type": "model",
"model": "minecraft:item/dropper"
"model": "minecraft:block/dropper"
},
"entries": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
"type": "range_dispatch",
"property": "minecraft:custom_model_data",
"fallback": {
"type": "minecraft:special",
"base": "minecraft:item/shulker_box",
"model": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker"
}
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker"
}
"entries": [
{
Expand Down

0 comments on commit 1f6ebde

Please sign in to comment.