| 1234567891011121314151617181920212223 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "I",
- "S",
- "#"
- ],
- "key": {
- "#": {
- "tag": "minecraft:planks"
- },
- "S": {
- "item": "minecraft:stick"
- },
- "I": {
- "item": "minecraft:iron_ingot"
- }
- },
- "result": {
- "item": "minecraft:tripwire_hook",
- "count": 2
- }
- }
|