Skip to content

Commit

Permalink
New item support
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoness1 committed Jun 17, 2024
1 parent a4d6cc0 commit bfa0e88
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}
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"
}
}
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"
}
}
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"
}
}

0 comments on commit bfa0e88

Please sign in to comment.