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

25 lines
480 B
JSON
Raw Normal View History

2018-10-28 16:21:43 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-28 16:21:43 +01:00
"pattern": [
"BRB",
"IWI",
"BRB"
],
"key": {
"B": {
"item": "minecraft:nether_brick"
},
"R": {
"item": "minecraft:blaze_rod"
},
"I": {
2018-11-21 11:49:21 +01:00
"item": "naturesaura:sky_ingot"
2018-10-28 16:21:43 +01:00
},
"W": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_fear"
2018-10-28 16:21:43 +01:00
}
},
"result": {
"item": "naturesaura:potion_generator"
}
}