This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/data/mysticalagriculture/recipes/essence/common/rubber.json
2023-11-02 12:32:44 -05:00

23 lines
385 B
JSON

{
"type": "cucumber:shaped_tag",
"conditions": [
{
"type": "mysticalagriculture:crop_enabled",
"crop": "mysticalagriculture:rubber"
}
],
"pattern": [
"EEE",
" ",
" "
],
"key": {
"E": {
"item": "mysticalagriculture:rubber_essence"
}
},
"result": {
"item": "thermal:rubber",
"count": 8
}
}