Crafting using Plate Basic, Redstone Repeater, Plate Basic, Redstone Comparator, Chassis, Redstone Comparator, Plate Basic, Redstone Repeater and Plate Basic, arranged in the pattern shown. Produces Redstone Dimmer.
Redstone Dimmer
Nuclearcraft Neoteric · by igentuman
Redstone Dimmer is a block from Nuclearcraft Neoteric, crafted from Plate Basic, Redstone Repeater, Redstone Comparator, and Chassis.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Redstone Dimmer | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:redstone_dimmer- Namespace
nuclearcraft- Mod ID
nuclearcraft- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"LPL",
"CMC",
"LPL"
],
"ingredients": {
"C": {
"item": "minecraft:comparator"
},
"L": {
"item": "nuclearcraft:plate_basic"
},
"M": {
"item": "nuclearcraft:chassis"
},
"P": {
"item": "minecraft:repeater"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft_dimmer",
"experience": null,
"cooking_time": null
}