mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
29 lines
562 B
JSON
29 lines
562 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
" I ",
|
||
|
"RTR",
|
||
|
"SBS"
|
||
|
],
|
||
|
"key": {
|
||
|
"I": {
|
||
|
"type": "forge:ore_dict",
|
||
|
"ore": "ingotIron"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "minecraft:diamond_boots"
|
||
|
},
|
||
|
"T": {
|
||
|
"item": "minecraft:tnt"
|
||
|
},
|
||
|
"R": {
|
||
|
"item": "naturesaura:infused_stone"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "minecraft:redstone"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:shockwave_creator"
|
||
|
}
|
||
|
}
|