| 12345678910111213141516171819202122 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " S ",
- "SCS",
- "LLL"
- ],
- "key": {
- "L": {
- "tag": "minecraft:logs"
- },
- "S": {
- "item": "minecraft:stick"
- },
- "C": {
- "tag": "minecraft:coals"
- }
- },
- "result": {
- "item": "minecraft:campfire"
- }
- }
|