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

26 lines
488 B
JSON
Raw Normal View History

2018-10-15 18:36:46 +02:00
{
"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
}
}