mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
24 lines
No EOL
448 B
JSON
24 lines
No EOL
448 B
JSON
{
|
|
"type": "forge:ore_shaped",
|
|
"pattern": [
|
|
"WHW",
|
|
"WDW",
|
|
"WWW"
|
|
],
|
|
"key": {
|
|
"W": {
|
|
"type": "forge:ore_dict",
|
|
"ore": "plankWood"
|
|
},
|
|
"D": {
|
|
"item": "minecraft:dirt",
|
|
"data": 0
|
|
},
|
|
"H": {
|
|
"item": "naturesaura:infused_iron_hoe"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "naturesaura:farming_stencil"
|
|
}
|
|
} |