Files
IMoO/recipes/soul_campfire_from_stripped_crimson_stem.json
T
2022-01-23 21:24:12 +03:00

32 lines
691 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:soul_campfire_from_stripped_crimson_stem"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "soul_soil"
},
"C": {
"item": "stripped_crimson_stem"
}
},
"result": {
"item": "soul_campfire",
"count": 1
},
"priority": 2
}
}