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

22 lines
417 B
JSON
Raw Normal View History

2019-02-02 14:23:16 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-02-02 14:23:16 +01:00
"pattern": [
"ICI",
"CWC",
"ICI"
],
"key": {
"C": {
"item": "minecraft:mossy_cobblestone"
},
"I": {
"item": "naturesaura:infused_iron"
},
"W": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_joy"
2019-02-02 14:23:16 +01:00
}
},
"result": {
"item": "naturesaura:moss_generator"
}
}