Skip to content

Commit

Permalink
Merge pull request #9 from macaroni-p/main
Browse files Browse the repository at this point in the history
建築大会トロフィーの追加
  • Loading branch information
Yahirrro authored Aug 10, 2024
2 parents 575fe53 + 49b00ba commit cdc74e0
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/feather.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
{ "predicate": {"custom_model_data": 33}, "model": "item/fish/ponyo"},
{ "predicate": {"custom_model_data": 34}, "model": "item/trophy/archery-trophy"},
{ "predicate": {"custom_model_data": 35}, "model": "item/interi/hibiscus"},
{ "predicate": {"custom_model_data": 36}, "model": "item/hat/kina_omen"}
{ "predicate": {"custom_model_data": 36}, "model": "item/hat/kina_omen"},
{ "predicate": {"custom_model_data": 37}, "model": "item/trophy/build-contest-trophy"}
]
}
3 changes: 1 addition & 2 deletions assets/minecraft/models/item/potion.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"layer1": "item/potion"
},
"overrides": [
{"predicate": {"custom_model_data": 1}, "model": "item/food/pikapika_potion"},
{"predicate": {"custom_model_data": 2}, "model": "item/food/tapoika_milk"}
{"predicate": {"custom_model_data": 1}, "model": "item/food/pikapika_potion"}
]
}
Loading

0 comments on commit cdc74e0

Please sign in to comment.