Files
CraftableLight/data/craftable_light/recipe/invisible_light13.json
2026-04-15 22:46:03 +03:00

19 lines
414 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "invisible_light",
"category": "building",
"ingredients": [
"minecraft:light",
"minecraft:tinted_glass",
"minecraft:torch"
],
"result": {
"id": "minecraft:light",
"components": {
"minecraft:block_state": {
"level": "13"
}
},
"count": 4
}
}