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

34 lines
688 B
JSON
Raw Normal View History

2019-01-26 00:34:05 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-01-26 00:34:05 +01:00
"pattern": [
"RWR",
"ITI",
"ROR"
],
"key": {
"T": {
"item": "naturesaura:conversion_catalyst"
},
"R": {
"item": "minecraft:redstone_block"
},
"I": {
"item": "naturesaura:sky_ingot"
},
"W": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_fear"
2019-01-26 00:34:05 +01:00
},
"O": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_anger"
2019-01-26 00:34:05 +01:00
}
},
"result": {
"item": "naturesaura:rf_converter"
},
"conditions": [
{
"type": "naturesaura:enabled",
"config": "rfConverter"
2019-01-26 00:34:05 +01:00
}
]
}