mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
26 lines
488 B
JSON
26 lines
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
|
||
|
}
|
||
|
}
|