NotEnoughCursedness/src/main/resources/data/nec/recipes/bedrock.json
2023-04-18 19:25:56 +02:00

14 lines
207 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:beds"
},
{
"item": "minecraft:stone"
}
],
"result": {
"item": "minecraft:bedrock"
}
}