added potato stack

This commit is contained in:
Jottyfan
2026-02-22 19:13:15 +01:00
parent a71c23cf28
commit 5bc14bb222
10 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:item/potatostack"
}
}

View File

@@ -38,6 +38,7 @@
"item.quickly.oresulfor": "Schwefelgestein",
"item.quickly.oreturquoise": "Türkiserz",
"item.quickly.oxidizedcopperpowder": "oxidiertes Kupferpulver",
"item.quickly.potatostack": "Kartoffelbündel",
"item.quickly.quickieingot": "Eilpulverbarren",
"item.quickly.quickiepowder": "Eilpulver",
"item.quickly.quickiepowderaxe": "Eilaxt",

View File

@@ -38,6 +38,7 @@
"item.quickly.oresulfor": "sulfor stone",
"item.quickly.oreturquoise": "turquoise ore",
"item.quickly.oxidizedcopperpowder": "oxidized copper powder",
"item.quickly.potatostack": "potato bundle",
"item.quickly.quickieingot": "quickie powder ingot",
"item.quickly.quickiepowder": "quickie powder",
"item.quickly.quickiepowderaxe": "hurry axe",

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

View File

@@ -0,0 +1,13 @@
{
"type": "crafting_shaped",
"pattern": [
"cc",
"cc"
],
"key": {
"c": "minecraft:potato"
},
"result": {
"id": "quickly:potatostack"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickly:potatostack"
],
"result": {
"id": "minecraft:potato",
"count": 4
}
}