Add glowing item frame recipe using glow berries
This commit is contained in:
parent
dd08055e08
commit
ed1aaddcf5
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:item_frame"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:glow_berries"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:glow_item_frame"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue