added rooten flesh stripes and carrot stack
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"cc",
|
||||
"cc"
|
||||
],
|
||||
"key": {
|
||||
"c": "minecraft:carrot"
|
||||
},
|
||||
"result": {
|
||||
"id": "quickiemod:carrotstack"
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:carrotstack"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:carrot",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smoking",
|
||||
"ingredient": "quickiemod:rotten_flesh_stripes",
|
||||
"result": {
|
||||
"id":"minecraft:leather"
|
||||
},
|
||||
"experience": 0,
|
||||
"cookingtime": 100
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:rotten_flesh",
|
||||
"result": {
|
||||
"id": "quickiemod:rotten_flesh_stripes"
|
||||
},
|
||||
"count": 2
|
||||
}
|
Reference in New Issue
Block a user