| 1234567891011121314151617181920212223 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "XSX",
- "X#X",
- "XSX"
- ],
- "key": {
- "#": {
- "item": "minecraft:redstone_torch"
- },
- "S": {
- "item": "minecraft:stick"
- },
- "X": {
- "item": "minecraft:iron_ingot"
- }
- },
- "result": {
- "item": "minecraft:activator_rail",
- "count": 6
- }
- }
|