SimpleDrops.jar
5 Feb 2026
CurseForge · Hytale mod
Modify any mobs drops with a simple json file.
Quick answer
Simple Custom Drops SimpleDrops.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.
SimpleDrops.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 Simple Custom Drops SimpleDrops.jar. Pick another file and the loader, install side or required mods may change.
Use SimpleDrops.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 SimpleDrops.jar. It opens that exact file at the source.
About this project
Customise the drops of any mob type in Hytale!
Easily configure what items mobs drop, how many, and the drop rate all through a simple JSON config file!
mods folderNemoxxo_SimpleDrops folderDropsConfig.jsonThe default config looks like:
{
"Drops": {}
}
| Field | Type | Description |
|---|---|---|
MobName |
string | The entity name (e.g., Skeleton, Armadillo, Bear_Grizzly) |
ItemName |
string | The item ID (e.g., Ingredient_Poop, Ingredient_Charcoal) |
MinDrops |
integer | Minimum amount dropped |
MaxDrops |
integer | Maximum amount dropped |
DropRate |
double | Chance to drop (0.0 = 0%, 1.0 = 100%) |
{
"Drops": {
"Skeleton": {
"Ingredient_Poop": {
"MinDrops": 10,
"MaxDrops": 15,
"DropRate": 1.0
}
},
"Armadillo": {
"Ingredient_Poop": {
"MinDrops": 10,
"MaxDrops": 15,
"DropRate": 1.0
}
}
}
}
| Command | Description |
|---|---|
/print_drops |
Reloads and displays the current drop configuration |
/print_drops or restarting the serverDropRate is a decimal between 0.0 and 1.0 (e.g., 0.5 = 50% chance)Project description from CurseForge.
Recent files
5 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.