Skip to content

Commit 01a7abd

Browse files
authored
Merge pull request #73 from Alathra/feat/xavbeat03
feat: added cornish pasty
2 parents fd39e44 + 9cf8701 commit 01a7abd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

assets/minecraft/models/item/cookie.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
{"predicate": {"custom_model_data": 13587}, "model": "item/food/vanilla"},
9595
{"predicate": {"custom_model_data": 13588}, "model": "item/food/whipping_cream"},
9696
{"predicate": {"custom_model_data": 13589}, "model": "item/food/ajvar"},
97+
{"predicate": {"custom_model_data": 13589}, "model": "item/food/cornish_pasty"},
9798

9899

99100
{"predicate": {"custom_model_data": 14700}, "model": "item/extras/candy_1"},
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/generated",
3+
"textures": {
4+
"layer0": "item/food/cornish_pasty"
5+
}
6+
}

0 commit comments

Comments
 (0)