AzureKelpSeed
1- Add an Azure Kelp seed that can be planted and grow into Azure Kelp 2- Create a Recipe in the farmer Workbench, to allow player to craft a Azure Kelp seed...
00—hytaleServer2026.1mod
AzureKelpSeed adds a single new seed item and a simple crafting recipe.
- Azure Kelp Seed item is registered at startup and uses the Azure Kelp block id so it can be planted where that block is allowed. It stacks to 64 and uses a custom item icon (Items/AzureKelpSeed.png).
- A Farmer Workbench crafting recipe converts Life Essence into one Azure Kelp Seed; it requires the farmer bench category and tier 1.
- Assets load once during setup/start to keep registrations consistent across restarts.
Notes and limitations:
- The configured block id is
AzureKelp; ensure that block exists in your asset set for planting to succeed. - The recipe expects the Life Essence item id
LifeEssence. UpdateAzureKelpSeedContentif your asset ids differ.