Added Avocado and Nigiri base

This commit is contained in:
ConfuzzedCat 2026-03-25 01:32:24 +01:00
parent 936b942a8c
commit 947856335e
Signed by: ConfuzzedCat
GPG key ID: 6F42CC2D1D815152
11 changed files with 111 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

View file

@ -0,0 +1,5 @@
{
"item.sushi.avocado_fruit": "Avocado Fruit",
"item.sushi.nigiri_base": "Nigiri Base",
"itemGroup.sushi.sushi_items": "Sushi Items"
}

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B