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

31 lines
645 B
JSON
Raw Normal View History

2019-02-16 01:43:40 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-02-16 01:43:40 +01:00
"pattern": [
"S1S",
"2I3",
"S4S"
],
"key": {
"S": {
"item": "naturesaura:infused_stone"
},
"1": {
"item": "naturesaura:token_euphoria"
},
"2": {
"item": "naturesaura:token_terror"
},
"3": {
"item": "naturesaura:token_rage"
},
"4": {
"item": "naturesaura:token_grief"
},
"I": {
"item": "naturesaura:tainted_gold"
2019-02-16 01:43:40 +01:00
}
},
"result": {
"item": "naturesaura:generator_limit_remover"
}
}