Added resources for rest of nigiri, added Tuna fish item and loot table with fishing

This commit is contained in:
ConfuzzedCat 2026-03-30 14:20:52 +02:00
parent 6339f0b638
commit 65bd477d18
Signed by: ConfuzzedCat
GPG key ID: 6F42CC2D1D815152
42 changed files with 705 additions and 14 deletions

View file

@ -2,6 +2,19 @@
"itemGroup.sushi.sushi_items": "Sushi Items",
"item.sushi.avocado_fruit": "Avocado Fruit",
"item.sushi.nigiri_tuna": "Tuna Nigiri"
"item.sushi.nigiri_tuna": "Tuna Nigiri",
"item.sushi.nigiri_salmon" : "Salmon Nigiri",
"item.sushi.nigiri_hamachi" : "Hamachi Nigiri",
"item.sushi.nigiri_seabass" :"Seabass Nigiri",
"item.sushi.nigiri_mackerel" : "Mackerel Nigiri",
"item.sushi.nigiri_surf_clam" :"Surf Clam Nigiri",
"item.sushi.nigiri_king_prawn" : "King Prawn Nigiri",
"item.sushi.nigiri_sweet_prawn" :"Sweet Prawn Nigiri",
"item.sushi.nigiri_octopus" : "Octopus Nigiri",
"item.sushi.nigiri_tobiko" :"Tobiko Nigiri",
"item.sushi.nigiri_scallop" : "Scallop Nigiri",
"item.sushi.nigiri_unagi" :"Unagi Nigiri",
"item.sushi.nigiri_aburi_salmon" : "Aburi Salmon Nigiri",
"item.sushi.fish_tuna" : "Tuna Fish"
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

View file

@ -4,6 +4,7 @@
"package": "dev.confuzzedcat.sushi.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ILootTableBuilderAccessor"
],
"injectors": {
"defaultRequire": 1