Crafting using Redstone Torch, Any Planks, Inventory Cable, Any Planks and Redstone Comparator, arranged in the pattern shown. Produces Level Emitter.
block· Machines & Other Blocks
Level Emitter
Tom's Simple Storage Mod · by tom5454
Level Emitter is a block from Tom's Simple Storage Mod, crafted from Redstone Torch, Any Planks, Inventory Cable, and Redstone Comparator.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Level Emitter | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
toms_storage:ts.level_emitter- Namespace
toms_storage- Mod ID
toms_storage- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"PcP",
" H "
],
"ingredients": {
"H": {
"item": "minecraft:comparator"
},
"P": {
"tag": "minecraft:planks"
},
"c": {
"item": "toms_storage:ts.inventory_cable"
},
"t": {
"item": "minecraft:redstone_torch"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}