17 lines
209 B
JSON
17 lines
209 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"W W",
|
||
|
"W W",
|
||
|
" W "
|
||
|
],
|
||
|
"key": {
|
||
|
"W": {
|
||
|
"type": "forge:ore_dict",
|
||
|
"ore": "plankWood"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "extrahoppers:wooden_hopper"
|
||
|
}
|
||
|
}
|