added canola flasks

This commit is contained in:
Jottyfan
2025-12-26 17:46:22 +01:00
parent 3f7eaf48e3
commit 1856271617
12 changed files with 72 additions and 2 deletions

View File

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

View File

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

View File

@@ -3,6 +3,8 @@
"item.quickly.blockcottonplant": "Baumwollpflanze",
"item.quickly.blockturquoise": "Türkisblock",
"item.quickly.canola": "Raps",
"item.quickly.canolabottle": "Rapsöl",
"item.quickly.canolabottlestack": "Rapsölsammlung",
"item.quickly.canolaseed": "Rapssaat",
"item.quickly.cotton": "Baumwolle",
"item.quickly.cottonseed": "Baumwollsaat",

View File

@@ -3,6 +3,8 @@
"item.quickly.blockcottonplant": "cotton plant",
"item.quickly.blockturquoise": "block of turquoise",
"item.quickly.canola": "canola",
"item.quickly.canolabottle": "canola oil",
"item.quickly.canolabottlestack": "canola oil collection",
"item.quickly.canolaseed": "canola seed",
"item.quickly.cotton": "cotton",
"item.quickly.cottonseed": "cotton seed",

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB