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

23 lines
408 B
JSON
Raw Normal View History

2018-10-15 18:36:46 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-15 18:36:46 +02:00
"pattern": [
"LNL",
"NGN",
"LNL"
],
"key": {
"N": {
2020-01-22 20:31:09 +01:00
"tag": "forge:nuggets/gold"
2018-10-15 18:36:46 +02:00
},
"G": {
"item": "minecraft:grass"
2018-10-15 18:36:46 +02:00
},
"L": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:leaves"
2018-10-15 18:36:46 +02:00
}
},
"result": {
"item": "naturesaura:gold_fiber",
"count": 4
}
}