We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7718 commit 0b44443Copy full SHA for 0b44443
vane-trifles/src/main/resources/resource_pack/assets/minecraft/items/shulker_box.json
@@ -3,9 +3,13 @@
3
"type": "range_dispatch",
4
"property": "minecraft:custom_model_data",
5
"fallback": {
6
- "type": "minecraft:shulker_box",
7
- "texture": "minecraft:shulker"
8
- }
+ "type": "minecraft:special",
+ "base": "minecraft:item/shulker_box",
+ "model": {
9
+ "type": "minecraft:shulker_box",
10
+ "texture": "minecraft:shulker"
11
+ }
12
+ },
13
"entries": [
14
{
15
"threshold": 7733271,
0 commit comments