Adds in the time bottle from time in a bottle. With plans to add an energy variant
This commit is contained in:
parent
b954fead1c
commit
de845ddffd
23 changed files with 734 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"itemGroup.tabs.ariasessentials": "Aria's Essentials",
|
||||
|
||||
"item.ariasessentials.tiab": "Time in a Bottle",
|
||||
"item.ariasessentials.eiab": "Energy in a Bottle",
|
||||
|
||||
"key.category.ariasessentials": "Aria's Essentials",
|
||||
"key.ariasessentials.autowalk": "Auto Walk"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "ariasessentials:item/eiab"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "ariasessentials:item/tiab"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/ariasessentials/textures/item/eiab.png
Normal file
BIN
src/main/resources/assets/ariasessentials/textures/item/eiab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2,
|
||||
"interpolate": true
|
||||
}
|
||||
}
|
Binary file not shown.
BIN
src/main/resources/assets/ariasessentials/textures/item/tiab.png
Normal file
BIN
src/main/resources/assets/ariasessentials/textures/item/tiab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2,
|
||||
"interpolate": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue