Description
A semi-automatic pot capable of growing all saplings and all seeds in the game.
New: fully configurable
SeedGrow now generates an editable config file in your world save, so you can customize everything the way you want (add / edit / remove recipes, change tiers, time, outputs, etc.).
Path:<world_save>/mods/SeedGrow/config.json
Reload in-game:/SeedGrow Reload
If you add brand-new items/recipes, you may need to restart the world or use a newly placed pot (depending on how Hytale refreshes blocks).
Config example
{ "inputItemId": "Rock_Crystal_Purple_Block", "requiredTier": 1, "timeTicks": 60, "outputs": [ { "itemId": "Rock_Crystal_Purple_Small", "quantity": 3 }, { "itemId": "Plant_Seeds_Carrot", "quantity": 1 } ] },Mod integration (unchanged)
You can still integrate it into your own mods and create custom crafts by configuring the bench requirements:
Type: Processing
ID: Pots
Levels: 4 levels total
Base time: 300 seconds (modifiable for each craft)


