added pocket block recipe

This commit is contained in:
Jonas_Jones 2023-04-18 19:36:44 +02:00
parent 466142ae5a
commit 1e7452424d

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:bedrock"
}
],
"result": {
"item": "nec:pocket_block"
},
"show_notification": true
}