23 lines
380 B
JSON
23 lines
380 B
JSON
|
{
|
||
|
"type": "crafting_shaped",
|
||
|
"conditions": [
|
||
|
{
|
||
|
"type": "mysticalagriculture:crop_enabled",
|
||
|
"crop": "mysticalagriculture:silicon"
|
||
|
}
|
||
|
],
|
||
|
"pattern": [
|
||
|
"EEE",
|
||
|
" ",
|
||
|
" "
|
||
|
],
|
||
|
"key": {
|
||
|
"E": {
|
||
|
"item": "mysticalagriculture:silicon_essence"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "ae2:silicon",
|
||
|
"count": 8
|
||
|
}
|
||
|
}
|