NaturesAura/src/main/resources/data/naturesaura/recipes/color_changer.json
2020-01-22 20:31:09 +01:00

28 lines
535 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"RYB",
"ITI",
" I "
],
"key": {
"I": {
"item": "naturesaura:infused_iron"
},
"R": {
"tag": "forge:dyes/red"
},
"Y": {
"tag": "forge:dyes/yellow"
},
"B": {
"tag": "forge:dyes/blue"
},
"T": {
"item": "naturesaura:token_euphoria"
}
},
"result": {
"item": "naturesaura:color_changer"
}
}