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

26 lines
487 B
JSON
Raw Normal View History

2018-11-13 01:27:47 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-13 01:27:47 +01:00
"pattern": [
"GIG",
"GPG",
"GEG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"I": {
2018-12-02 00:20:01 +01:00
"item": "naturesaura:sky_ingot"
2018-11-13 01:27:47 +01:00
},
"P": {
"item": "minecraft:piston"
},
"E": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_rage"
2018-11-13 01:27:47 +01:00
}
},
"result": {
"item": "naturesaura:field_creator",
"count": 2
}
}