added rooten flesh stripes and carrot stack

This commit is contained in:
Jottyfan
2024-11-16 18:25:09 +01:00
parent fb6867f25b
commit 062d75fa93
75 changed files with 124 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
{
"type": "crafting_shaped",
"pattern": [
"cc",
"cc"
],
"key": {
"c": "minecraft:carrot"
},
"result": {
"id": "quickiemod:carrotstack"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:carrotstack"
],
"result": {
"id": "minecraft:carrot",
"count": 4
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smoking",
"ingredient": "quickiemod:rotten_flesh_stripes",
"result": {
"id":"minecraft:leather"
},
"experience": 0,
"cookingtime": 100
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:rotten_flesh",
"result": {
"id": "quickiemod:rotten_flesh_stripes"
},
"count": 2
}