Skip to content

Commit

Permalink
🔧 update CMD offset for non-AJ model files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 12, 2024
1 parent 464d56a commit b29dc82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
give @s carved_pumpkin[ \
minecraft:custom_model_data=1, \
minecraft:custom_model_data=4654465, \
minecraft:rarity=rare, \
minecraft:enchantment_glint_override=false, \
minecraft:fire_resistant={}, \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
give @s carved_pumpkin[ \
minecraft:custom_model_data=2, \
minecraft:custom_model_data=4654466, \
minecraft:rarity=epic, \
minecraft:enchantment_glint_override=true, \
minecraft:fire_resistant={}, \
Expand Down
4 changes: 2 additions & 2 deletions resourcepack/assets/minecraft/models/item/carved_pumpkin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"overrides": [
{
"predicate": {
"custom_model_data": 1
"custom_model_data": 4654465
},
"model": "omega-flowey:entity/decorative/reward_hat"
},
{
"predicate": {
"custom_model_data": 2
"custom_model_data": 4654466
},
"model": "omega-flowey:entity/decorative/reward_hat_cyan"
}
Expand Down

0 comments on commit b29dc82

Please sign in to comment.