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

22 lines
483 B
JSON

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