NaturesAura/src/main/resources/data/naturesaura/recipes/shockwave_creator.json

28 lines
553 B
JSON
Raw Normal View History

2018-11-06 23:08:42 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-06 23:08:42 +01:00
"pattern": [
" I ",
"RTR",
"SBS"
],
"key": {
"I": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_rage"
2018-11-06 23:08:42 +01:00
},
"B": {
"item": "minecraft:diamond_boots"
},
"T": {
"item": "minecraft:tnt"
},
"R": {
"item": "naturesaura:infused_stone"
},
"S": {
"item": "naturesaura:tainted_gold"
2018-11-06 23:08:42 +01:00
}
},
"result": {
"item": "naturesaura:shockwave_creator"
}
}