added carrot stack
This commit is contained in:
6
src/main/resources/assets/quickly/items/carrotstack.json
Normal file
6
src/main/resources/assets/quickly/items/carrotstack.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "quickly:item/carrotstack"
|
||||
}
|
||||
}
|
||||
@@ -14,6 +14,7 @@
|
||||
"item.quickly.canolabottle": "Rapsöl",
|
||||
"item.quickly.canolabottlestack": "Rapsölsammlung",
|
||||
"item.quickly.canolaseed": "Rapssaat",
|
||||
"item.quickly.carrotstack": "Karottenbündel",
|
||||
"item.quickly.copperpowder": "Kupferpulver",
|
||||
"item.quickly.copperstick": "Kupferstock",
|
||||
"item.quickly.copperstring": "Kupferband",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"item.quickly.canolabottle": "canola oil",
|
||||
"item.quickly.canolabottlestack": "canola oil collection",
|
||||
"item.quickly.canolaseed": "canola seed",
|
||||
"item.quickly.carrotstack": "carrot bundle",
|
||||
"item.quickly.copperpowder": "copper powder",
|
||||
"item.quickly.copperstick": "copper stick",
|
||||
"item.quickly.copperstring": "copper string",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickly:item/carrotstack"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/quickly/textures/item/carrotstack.png
Normal file
BIN
src/main/resources/assets/quickly/textures/item/carrotstack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 604 B |
Reference in New Issue
Block a user