Scrapbox using Scrap Box. Produces Activator Rail.
Activator Rail
Minecraft · by Mojang Studios
Acquisition
Crafting using Iron Ingot, Stick, Iron Ingot, Iron Ingot, Redstone Torch, Iron Ingot, Iron Ingot, Stick and Iron Ingot, arranged in the pattern shown. Produces 6× Activator Rail.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft | 1–3 | 100% | — |
| Activator Rail | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:activator_rail- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/rails minecraft:items/rails
Recipe JSON (2):
{
"recipe_type": "techreborn:scrapbox",
"pattern": null,
"ingredients": {
"item": "techreborn:scrap_box"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"XSX",
"X#X",
"XSX"
],
"ingredients": {
"#": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}