Back to mods
Simple Custom Drops project artwork

CurseForge · Hytale mod

Simple Custom Drops

Modify any mobs drops with a simple json file.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Simple Custom Drops release should I use?

Updated 6 months ago
Latest stable file SimpleDrops.jar
Game version Not listed
Mod system Built-in Hytale mod system

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

Where should Simple Custom Drops be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Simple Custom Drops SimpleDrops.jar need?

SimpleDrops.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add Simple Custom Drops without breaking your instance.

Built for Simple Custom Drops SimpleDrops.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use SimpleDrops.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside SimpleDrops.jar. It opens that exact file at the source.

About this project

What does Simple Custom Drops add?

Simple Drops

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!


Installation

  1. Add the plugin to your mods folder
  2. Run your world
  3. Look for the Nemoxxo_SimpleDrops folder
  4. Open DropsConfig.json

The default config looks like:

{
    "Drops": {}
}

Configuration

Format

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%)

Example

{
  "Drops": {
    "Skeleton": {
      "Ingredient_Poop": {
        "MinDrops": 10,
        "MaxDrops": 15,
        "DropRate": 1.0
      }
    },
    "Armadillo": {
      "Ingredient_Poop": {
        "MinDrops": 10,
        "MaxDrops": 15,
        "DropRate": 1.0
      }
    }
  }
}

Commands

Command Description
/print_drops Reloads and displays the current drop configuration

Notes

  • Changes take effect immediately after running /print_drops or restarting the server
  • Mob names are case-sensitive make sure they match exactly!
  • DropRate is a decimal between 0.0 and 1.0 (e.g., 0.5 = 50% chance)

Project description from CurseForge.

Recent files

Simple Custom Drops releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.