Adds in the time bottle from time in a bottle. With plans to add an energy variant

This commit is contained in:
Zontreck 2024-02-15 02:33:41 -07:00
parent b954fead1c
commit de845ddffd
23 changed files with 734 additions and 2 deletions

View file

@ -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"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "ariasessentials:item/eiab"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "ariasessentials:item/tiab"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 2,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 2,
"interpolate": true
}
}