geodes-1.0.1.jar
18 Feb 2026
CurseForge · Hytale mod
Crack open rare geodes while mining! Drops scale with depth, rewards are fully configurable, and loot is weighted for exciting finds—simple to install, lightweight, and perfect for survival or RPG servers.
Quick answer
[FabledRealms] Geodes geodes-1.0.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
geodes-1.0.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for [FabledRealms] Geodes geodes-1.0.1.jar. Pick another file and the loader, install side or required mods may change.
Use geodes-1.0.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside geodes-1.0.1.jar. It opens that exact file at the source.
About this project
Geodes is a lightweight mod that adds an extra drop when mining stone. The drop tables are easily configured, and the mod is actively being updated and worked on.
This mod introduces depth-based drop scaling, weighted loot tables, and configurable mining conditions to give players a rewarding mining experience.
Configuration Options:
If you're using a hosted server, the config file location is in your root directory/config/geodes/geodes.json
If you're using a singleplayer world, it will be in your UserData/Saves/<World Name>/config/geodes/geodes.json
geodeItemId (string)
cooldownSeconds (number)
requiredBlockIds (string[])
surfaceDropChance (number 0–1)
deepDropChance (number 0–1)
chanceStartDepthY (integer)
minDepthY (integer)
depthExponent (number)
Internally:
normalizedDepth = (startDepth - currentY) / (startDepth - minDepth)
finalChance = surfaceChance + (deepChance - surfaceChance) * pow(normalizedDepth, depthExponent)
Lower values (~1.0) = linear scaling
Higher values (>2.0) = rare near surface, spikes at deep levels
gems (weighted list)
Example entry:
{
"itemId": "Rock_Gem_Diamond",
"weight": 8
}
Higher weight = more common
Lower weight = rarer
Small crystals (weight 20 each)
→ Common rewards
Gems (weight 8 each)
→ Uncommon rewards
Ores (weight 3 each)
→ Rare rewards
Note: You can modify drop tables by adding, modifying, or removing the drop item id
By default, geodes use the interaction ID:
geodes:open_geode
This interaction is what allows a player to right-click (or interact) with a geode item to open it and roll the loot table.
If you are creating custom items, you can enable them to open geodes by adding this interaction ID to the item’s interaction list.
Example (pseudo item config):
{
"itemId": "My_Custom_Geode",
"interactions": [
"geodes:open_geode"
]
}
Any item with this interaction will:
This allows you to:
• Create custom geodes (e.g. Ice Geode, Volcanic Geode, Void Geode)
• Create tiered geodes tied to progression
• Hook geode opening into custom tools or mechanics
Make geodes more common:
Make deep mining more rewarding:
Make geodes rarer overall:
Make better loot more frequent:
Make the mod work on more blocks:
Project description from CurseForge.
Recent files
18 Feb 2026
14 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.