Gallery

Description
GlymeraComposter - Compost Organic Waste into Living Soil
A charming two-block composter. Drop plant and animal material into the top, and it slowly turns into Fertile Earth in the bottom - a special soil that makes crops grow far faster (until it wears out). Feed it by hand or wire it into your Bluestone for a fully automatic soil farm.
Pure server-side plugin - no client mod required.
What is GlymeraComposter?
GlymeraComposter adds a two-block-tall composter bin with a custom 3D model. The top half is an input, the bottom half an output - each a full double-chest of space. Throw in anything organic and the composter processes it bit by bit into Fertile Earth, a consumable fast-growth soil. Common greenery is cheap bulk; rarer materials are worth far more. Everything is configurable, and the whole thing plugs straight into Bluestone hoppers and pipes.
How It Works
- Place the composter (it needs 2 blocks of vertical space).
- Put organic material into the top bin - by hand, or via a hopper above.
- The composter processes one item every few seconds; the rarer the material, the more of a batch it fills.
- Collect Fertile Earth from the bottom - by hand, or via a hopper/pipe below or to the side.
Right-click either half to open it (no Bluestone required). Only the player who placed a composter (the owner) and server operators can break it. The composter never touches a container while someone has it open, so it is dupe-safe.
Fertile Earth - the fast-growth soil
The composter's default output is Fertile Earth, a special soil:
- Plant straight onto it - no hoe needed; normal crops grow right away.
- Much faster growth - the soil keeps itself permanently watered and fertilized, so crops race through their stages.
- It wears out - Fertile Earth is a consumable boost. After about 6 hours of loaded time (+/-10%) it dries into plain dry mud. Only time while the chunk is actually loaded counts - leaving the area or logging off pauses the clock, so it never decays while nobody is around.
- Prefer something else? Switch the output in the config to vanilla Fertilizer Bags, Crystal Earth, or any item id you like.
Crafting Recipe
| Input | Bench | Output |
|---|---|---|
| 5x Stick + 1x Carrot + 1x Cauliflower + 1x Cotton | Farmer Workbench (maximum upgrade tier only) | 1x Composter |
The recipe can be turned off in the config.
Eats almost anything organic
680+ items are recognized: crops, fruit, vegetables, mushrooms, cacti, flowers, grass, leaves, moss, seaweed, raw & cooked meat, fish, eggs, manure, bonemeal, leather, hide, feathers and much more. Inorganic items are simply ignored.
Configuration
Generated at first startup: mods/de.glymera_GlymeraComposter/config.json (reload live with /gcomp reload).
| Setting | Default | Description |
|---|---|---|
processIntervalSeconds |
15 |
Seconds between processing one organic item |
outputItemId |
GlymeraFertileEarth |
What a finished batch produces (any block/item id) |
fertileLifetimeHours |
6.0 |
Loaded-only lifetime before Fertile Earth dries to mud |
fertileLifetimeJitterPercent |
10.0 |
+/- random spread around the lifetime, per block |
fertileCheckIntervalSeconds |
30 |
How often the wear timer ticks (loaded chunks only) |
fertileMaxPerTick |
1000 |
Blocks processed per wear tick (flat performance at any scale) |
autoWater / autoFertilize |
true |
Keep Fertile Earth permanently watered / fertilized |
recipeEnabled |
true |
Whether the composter is craftable |
protectionEnabled |
true |
Only the owner and operators can break a composter |
The percentage each rarity tier fills, the working effect, plus an extraOrganics list (add your own items) and a blacklist (remove any) are all tunable too.
Commands
/gcomp give- give yourself a Composter (OP)/gcomp givesoil- give yourself Fertile Earth (OP)/gcomp reload- reload config & catalog (OP)/gcomp info- placed count and current settings/gcomp fertcheck- diagnose the nearest Fertile Earth block (OP)
Features
- Custom 3D models & icons - a proper composter bin and a distinct Fertile Earth block
- Fertile Earth - plant-ready fast-growth soil that wears out over loaded time
- 680+ organic inputs with configurable rarity values
- Hand-operated and automation-ready - works standalone or with Bluestone hoppers/pipes
- Owner & OP protection and dupe-safe container handling
- Living compost effect rising from the open top while material is inside
- Lightweight - the wear timer spreads its work across ticks, staying cheap at any scale
Installation
- Place
GlymeraComposter-2.0.0.jarin your server'smods/folder - Start (or restart) the server
- Done!
Made with care by Glymera for the Hytale community
Changelog
GlymeraComposter — Changelog
v3.0.0 (2026-08-28) — Hytale 0.6.0 (Update 6)
- Rebuilt for Hytale 0.6.0 (Update 6). Requires server 0.6.0 or newer; this version does not run on 0.5.x, and older versions of this plugin do not run on 0.6.0.
- Migrated to the 0.6.0 APIs (network protocol hytale/3, new command-permission API, block/chunk/entity API changes). Everything that was open to players before is open to players again.
- Upgrade: delete the old jar from
mods/, drop in the new one and keep the plugin's data folder — configs and saved data carry over unchanged. Restart the server.
v2.0.0
- New output: Fertile Earth — the composter now produces a special fast-growth soil by default (configurable; can still output vanilla Fertilizer Bags / Crystal Earth / any item).
- Fertile Earth — plant crops straight onto it (no hoe), permanently watered + fertilized for greatly accelerated growth. It is a consumable: after ~6 h of loaded time (±10%, all configurable) it dries out to
Soil_Mud_Dry. Time only counts while the chunk is loaded (pauses while you're away). Wear timer is spread across ticks for flat performance at any scale. - New recipe — 5× Stick + 1× Carrot + 1× Cauliflower + 1× Cotton at the Farmer Workbench, max upgrade tier only. Still toggleable.
- New inventory icons for both the Composter and Fertile Earth.
- New commands:
/gcomp givesoil,/gcomp fertcheck. - New config:
outputItemIddefaults toGlymeraFertileEarth;fertileLifetimeHours(6.0),fertileLifetimeJitterPercent(10),fertileCheckIntervalSeconds(30),fertileMaxPerTick(1000),autoWater,autoFertilize,fertileEnabled.
v1.0.0
- Initial release: two-block composter, 680+ organic items, rarity-based output (Fertilizer Bags), Bluestone-compatible, owner/OP protection, working VFX,
/gcomp give|reload|info.
Only Marc can read this.