| 123456789101112131415161718192021222324 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "X",
- "#"
- ],
- "key": {
- "#": {
- "item": "minecraft:stick"
- },
- "X": [
- {
- "item": "minecraft:coal"
- },
- {
- "item": "minecraft:charcoal"
- }
- ]
- },
- "result": {
- "item": "minecraft:torch",
- "count": 4
- }
- }
|