NaturesAura/src/main/resources/data/naturesaura/recipes/gold_fiber.json
2019-11-04 18:08:49 +00:00

26 lines
No EOL
488 B
JSON

{
"type": "forge:ore_shaped",
"pattern": [
"LNL",
"NGN",
"LNL"
],
"key": {
"N": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"G": {
"item": "minecraft:tallgrass",
"data": 1
},
"L": {
"type": "forge:ore_dict",
"ore": "treeLeaves"
}
},
"result": {
"item": "naturesaura:gold_fiber",
"count": 4
}
}