Skip to content

Commit ecdf8b4

Browse files
committed
feat: adding cooked bacon
1 parent 82152b6 commit ecdf8b4

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

assets/minecraft/models/item/cookie.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
{"predicate": {"custom_model_data": 13589}, "model": "item/food/ajvar"},
9797
{"predicate": {"custom_model_data": 13590}, "model": "item/food/cornish_pasty"},
9898
{"predicate": {"custom_model_data": 13591}, "model": "item/food/bacon_cheeseburger"},
99+
{"predicate": {"custom_model_data": 13592}, "model": "item/food/cooked_bacon"},
99100

100101

101102

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/cooked_bacon"
5+
}
6+
}
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)