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/seed/infusion/rubber.json
2023-11-02 12:32:44 -05:00

63 lines
1.6 KiB
JSON

{
"type": "mysticalagriculture:infusion",
"conditions": [
{
"type": "mysticalagriculture:crop_enabled",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_has_material",
"crop": "mysticalagriculture:rubber"
}
],
"ingredients": [
{
"type": "mysticalagriculture:crop_component",
"component": "material",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "essence",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "material",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "essence",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "material",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "essence",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "material",
"crop": "mysticalagriculture:rubber"
},
{
"type": "mysticalagriculture:crop_component",
"component": "essence",
"crop": "mysticalagriculture:rubber"
}
],
"input": {
"type": "mysticalagriculture:crop_component",
"component": "seed",
"crop": "mysticalagriculture:rubber"
},
"result": {
"item": "mysticalagriculture:rubber_seeds"
}
}