added cotton and canola
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"ccc",
|
||||
"ccc",
|
||||
"ccc"
|
||||
],
|
||||
"key": {
|
||||
"c": {
|
||||
"item": "quickiemod:canolabottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "quickiemod:canolabottlestack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"c",
|
||||
"c",
|
||||
"c"
|
||||
],
|
||||
"key": {
|
||||
"c": {
|
||||
"item": "quickiemod:cotton"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:string",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "quickiemod:canola"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:canolabottle",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:canolabottlestack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:canolabottle",
|
||||
"count": 9
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user