-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
7 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+356 Bytes
.../resources/assets/eatinganimationid/textures/item/ominous_bottle_drinking_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
+325 Bytes
.../resources/assets/eatinganimationid/textures/item/ominous_bottle_drinking_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
+266 Bytes
.../resources/assets/eatinganimationid/textures/item/ominous_bottle_drinking_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
src/main/resources/assets/minecraft/models/item/ominous_bottle.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/generated", | ||
"textures": { | ||
"layer0": "item/ominous_bottle" | ||
}, | ||
|
||
"overrides": [ | ||
|
||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.35 | ||
}, | ||
"model": "item/ominous_bottle_drinking_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"eating": 1, | ||
"eat": 0.70 | ||
}, | ||
"model": "item/ominous_bottle_drinking_1" | ||
}, | ||
|
||
{ | ||
"predicate": { | ||
|
||
"eating": 1, | ||
"eat": 0.90 | ||
}, | ||
"model": "item/ominous_bottle_drinking_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/item/ominous_bottle_drinking_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/generated", | ||
"textures": { | ||
"layer0": "eatinganimationid:item/ominous_bottle_drinking_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/item/ominous_bottle_drinking_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/generated", | ||
"textures": { | ||
"layer0": "eatinganimationid:item/ominous_bottle_drinking_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/item/ominous_bottle_drinking_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/generated", | ||
"textures": { | ||
"layer0": "eatinganimationid:item/ominous_bottle_drinking_2" | ||
} | ||
} |