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

28 lines
535 B
JSON
Raw Normal View History

2018-10-23 19:23:02 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-23 19:23:02 +02:00
"pattern": [
"RYB",
2019-02-15 22:46:14 +01:00
"ITI",
2018-10-23 19:23:02 +02:00
" I "
],
"key": {
"I": {
"item": "naturesaura:infused_iron"
},
"R": {
2020-01-22 20:31:09 +01:00
"tag": "forge:dyes/red"
2018-10-23 19:23:02 +02:00
},
"Y": {
2020-01-22 20:31:09 +01:00
"tag": "forge:dyes/yellow"
2018-10-23 19:23:02 +02:00
},
"B": {
2020-01-22 20:31:09 +01:00
"tag": "forge:dyes/blue"
2019-02-15 22:46:14 +01:00
},
"T": {
"item": "naturesaura:token_euphoria"
2018-10-23 19:23:02 +02:00
}
},
"result": {
"item": "naturesaura:color_changer"
}
}