Files
minecraft-assets/data/minecraft/recipes/glow_item_frame.json
2021-04-14 18:32:33 +00:00

14 lines
228 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:item_frame"
},
{
"item": "minecraft:glow_ink_sac"
}
],
"result": {
"item": "minecraft:glow_item_frame"
}
}