added cotton and canola

This commit is contained in:
Jottyfan
2024-06-09 23:14:12 +02:00
parent 5a427a34b9
commit 5f068b5cdb
68 changed files with 544 additions and 8 deletions

View File

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"ccc",
"ccc",
"ccc"
],
"key": {
"c": {
"item": "quickiemod:canolabottle"
}
},
"result": {
"id": "quickiemod:canolabottlestack",
"count": 1
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"c",
"c",
"c"
],
"key": {
"c": {
"item": "quickiemod:cotton"
}
},
"result": {
"id": "minecraft:string",
"count": 1
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"item": "quickiemod:canola"
}
],
"result": {
"id": "quickiemod:canolabottle",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:canolabottlestack"
}
],
"result": {
"id": "quickiemod:canolabottle",
"count": 9
}
}