NaturesAura/src/main/resources/data/naturesaura/recipes/projectile_generator.json
2020-01-22 20:31:09 +01:00

31 lines
615 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SFI",
"TXT",
"ILS"
],
"key": {
"F": {
"item": "minecraft:feather"
},
"L": {
"item": "minecraft:flint"
},
"S": {
"item": "naturesaura:infused_stone"
},
"T": {
"item": "naturesaura:token_rage"
},
"I": {
"item": "naturesaura:sky_ingot"
},
"X": {
"item": "minecraft:compass"
}
},
"result": {
"item": "naturesaura:projectile_generator"
}
}