29 lines
495 B
JSON
29 lines
495 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"BBB",
|
|
"ITO",
|
|
"N "
|
|
],
|
|
"key": {
|
|
"B": {
|
|
"item": "minecraft:iron_block"
|
|
},
|
|
"I": {
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
"T": {
|
|
"item": "minecraft:tnt"
|
|
},
|
|
"N": {
|
|
"item": "minecraft:netherite_ingot"
|
|
},
|
|
"O": {
|
|
"item": "minecraft:bow"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "shitmod:glock",
|
|
"count": 1
|
|
}
|
|
} |