added java block recipe

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

View file

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