added recipe for bedrock

This commit is contained in:
Jonas_Jones 2023-04-18 19:25:56 +02:00
parent a76b7764eb
commit 96313c4467

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:beds"
},
{
"item": "minecraft:stone"
}
],
"result": {
"item": "minecraft:bedrock"
}
}