NaturesAura/src/main/resources/assets/naturesaura/recipes/color_changer.json

28 lines
541 B
JSON
Raw Normal View History

2018-10-23 19:23:02 +02:00
{
"type": "forge:ore_shaped",
"pattern": [
"RYB",
"I I",
" I "
],
"key": {
"I": {
"item": "naturesaura:infused_iron"
},
"R": {
"type": "forge:ore_dict",
"ore": "dyeRed"
},
"Y": {
"type": "forge:ore_dict",
"ore": "dyeYellow"
},
"B": {
"type": "forge:ore_dict",
"ore": "dyeBlue"
}
},
"result": {
"item": "naturesaura:color_changer"
}
}