Skip to content

Commit

Permalink
Fix some custom model data conflicts
Browse files Browse the repository at this point in the history
Also update pack format
  • Loading branch information
Phoenix616 committed Jun 16, 2024
1 parent db21720 commit 58a67dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/black_stained_glass.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "realhats:item/sunglasses/black_sunglasses_black"},
{ "predicate": {"custom_model_data": 2}, "model": "realhats:item/sunglasses/sunglasses_black"},
{ "predicate": {"custom_model_data": 3}, "model": "realhats:item/sunglasses/silver_sunglasses_black"}
{ "predicate": {"custom_model_data": 3}, "model": "realhats:item/sunglasses/silver_sunglasses_black"},
{ "predicate": {"custom_model_data": 4}, "model": "minecraft:item/black_stained_glass"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/lime_wool.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"__comment": "Created by Phoenix616",
"parent": "block/lime_wool",
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "realhats:item/winter_hat"}
{ "predicate": {"custom_model_data": 1}, "model": "realhats:item/winter_hat"},
{ "predicate": {"custom_model_data": 2}, "model": "minecraft:item/lime_wool"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/red_wool.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"parent": "block/red_wool",
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "realhats:item/fez"},
{ "predicate": {"custom_model_data": 2}, "model": "realhats:item/santa_hat"}
{ "predicate": {"custom_model_data": 2}, "model": "realhats:item/santa_hat"},
{ "predicate": {"custom_model_data": 3}, "model": "minecraft:item/red_wool"}
]
}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 15,
"pack_format": 22,
"description": "Minebench.de Resourcepack"
}
}

0 comments on commit 58a67dc

Please sign in to comment.