-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e03358e
commit 437fc84
Showing
1,052 changed files
with
7,548 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
...ion Smaller Utilities Compatibility/assets/additionaladditions/models/item/berry_pie.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/berry_pie" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "additionaladditions:item/berry_pie_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "additionaladditions:item/berry_pie_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "additionaladditions:item/berry_pie_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/berry_pie_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/berry_pie_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/berry_pie_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/berry_pie_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/berry_pie_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/berry_pie_eating_2" | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...maller Utilities Compatibility/assets/additionaladditions/models/item/chicken_nugget.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/chicken_nugget" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "additionaladditions:item/chicken_nugget_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "additionaladditions:item/chicken_nugget_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "additionaladditions:item/chicken_nugget_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...ilities Compatibility/assets/additionaladditions/models/item/chicken_nugget_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/chicken_nugget_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ilities Compatibility/assets/additionaladditions/models/item/chicken_nugget_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/chicken_nugget_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ilities Compatibility/assets/additionaladditions/models/item/chicken_nugget_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/chicken_nugget_eating_2" | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...ion Smaller Utilities Compatibility/assets/additionaladditions/models/item/fried_egg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/fried_egg" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "additionaladditions:item/fried_egg_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "additionaladditions:item/fried_egg_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "additionaladditions:item/fried_egg_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/fried_egg_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/fried_egg_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/fried_egg_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/fried_egg_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...er Utilities Compatibility/assets/additionaladditions/models/item/fried_egg_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/fried_egg_eating_2" | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...Smaller Utilities Compatibility/assets/additionaladditions/models/item/honeyed_apple.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/honeyed_apple" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "additionaladditions:item/honeyed_apple_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "additionaladditions:item/honeyed_apple_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "additionaladditions:item/honeyed_apple_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...tilities Compatibility/assets/additionaladditions/models/item/honeyed_apple_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/honeyed_apple_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...tilities Compatibility/assets/additionaladditions/models/item/honeyed_apple_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/honeyed_apple_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...tilities Compatibility/assets/additionaladditions/models/item/honeyed_apple_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "additionaladditions:item/honeyed_apple_eating_2" | ||
} | ||
} |
Binary file added
BIN
+426 Bytes
...s Compatibility/assets/additionaladditions/textures/item/berry_pie_eating_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+352 Bytes
...s Compatibility/assets/additionaladditions/textures/item/berry_pie_eating_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+216 Bytes
...s Compatibility/assets/additionaladditions/textures/item/berry_pie_eating_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 Bytes
...patibility/assets/additionaladditions/textures/item/chicken_nugget_eating_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+203 Bytes
...patibility/assets/additionaladditions/textures/item/chicken_nugget_eating_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+154 Bytes
...patibility/assets/additionaladditions/textures/item/chicken_nugget_eating_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+255 Bytes
...s Compatibility/assets/additionaladditions/textures/item/fried_egg_eating_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+216 Bytes
...s Compatibility/assets/additionaladditions/textures/item/fried_egg_eating_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+159 Bytes
...s Compatibility/assets/additionaladditions/textures/item/fried_egg_eating_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+452 Bytes
...mpatibility/assets/additionaladditions/textures/item/honeyed_apple_eating_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+410 Bytes
...mpatibility/assets/additionaladditions/textures/item/honeyed_apple_eating_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+340 Bytes
...mpatibility/assets/additionaladditions/textures/item/honeyed_apple_eating_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
...ation Smaller Utilities Compatibility/assets/duckling/models/item/holiday_fruit_cake.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "duckling:item/holiday_fruit_cake" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "duckling:item/holiday_fruit_cake_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "duckling:item/holiday_fruit_cake_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "duckling:item/holiday_fruit_cake_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...ller Utilities Compatibility/assets/duckling/models/item/holiday_fruit_cake_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "duckling:item/holiday_fruit_cake_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ller Utilities Compatibility/assets/duckling/models/item/holiday_fruit_cake_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "duckling:item/holiday_fruit_cake_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ller Utilities Compatibility/assets/duckling/models/item/holiday_fruit_cake_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "duckling:item/holiday_fruit_cake_eating_2" | ||
} | ||
} |
Binary file added
BIN
+402 Bytes
...ies Compatibility/assets/duckling/textures/item/holiday_fruit_cake_eating_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+367 Bytes
...ies Compatibility/assets/duckling/textures/item/holiday_fruit_cake_eating_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+333 Bytes
...ies Compatibility/assets/duckling/textures/item/holiday_fruit_cake_eating_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+707 Bytes
...maller Utilities Compatibility/assets/eatinganimationid/eatinganimationicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
...on Smaller Utilities Compatibility/assets/farmersdelight/models/item/apple_pie_slice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/apple_pie_slice" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.20 | ||
}, | ||
"model": "farmersdelight:item/apple_pie_slice_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.30 | ||
}, | ||
"model": "farmersdelight:item/apple_pie_slice_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "farmersdelight:item/apple_pie_slice_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...r Utilities Compatibility/assets/farmersdelight/models/item/apple_pie_slice_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/apple_pie_slice_eating_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...r Utilities Compatibility/assets/farmersdelight/models/item/apple_pie_slice_eating_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/apple_pie_slice_eating_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...r Utilities Compatibility/assets/farmersdelight/models/item/apple_pie_slice_eating_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/apple_pie_slice_eating_2" | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...ng Animation Smaller Utilities Compatibility/assets/farmersdelight/models/item/bacon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/bacon" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "farmersdelight:item/bacon_eating_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "farmersdelight:item/bacon_eating_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "farmersdelight:item/bacon_eating_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...ion Smaller Utilities Compatibility/assets/farmersdelight/models/item/bacon_eating_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/smaller_util", | ||
"textures": { | ||
"layer0": "farmersdelight:item/bacon_eating_0" | ||
} | ||
} |
Oops, something went wrong.