Infinity Nexus Greenhouse
Create a greenhouse of any shape you desire with this flexible, intuitive, and easy-to-use mod. This addon operates based on recipes, meaning not all crops may be initially included.
Simple and accessible mod for automatic crop cultivation.
Example Recipe Setup for Version 1.20
{
"type": "infinity_nexus_greenhouse:greenhouse",
"energy": 100,
"size": 0,
"plant": "minecraft:wheat", //Plant
"properties": [
{
"property": "age=7", //Block properties
"replace": "none" //minecraft:air
}
],
"ingredient": {
"tag": "infinity_nexus_core:up_1" //Component level
},
"outputs": [
{
"item": "minecraft:wheat",
"count": 1,
"chance": 1.0
}
]
}
Compatibility
- Client
- Server
Both client and server operations are supported, allowing the mod to be used in various gaming scenarios.