added kelpstack

This commit is contained in:
Jottyfan
2024-11-24 21:46:28 +01:00
parent 529f40395e
commit 4e4742ae11
9 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": "quickiemod:kelpstack",
"result": {
"id": "minecraft:dried_kelp_block"
},
"experience": 0.9,
"cookingtime": 615
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"kkk",
"kkk",
"kkk"
],
"key": {
"k": "minecraft:kelp"
},
"result": {
"id": "quickiemod:kelpstack",
"count": 1
}
}

View File

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