Back to mods
Crucible project artwork

CurseForge · Hytale mod

Crucible

A Mod Testing Framework In-Engine for Hytale

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

Quick answer

Which Crucible release should I use?

Updated 3 months ago
Latest stable file Crucible-1.1.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

Crucible-1.1.0.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 Crucible 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 Crucible-1.1.0.jar need?

Crucible-1.1.0.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 Crucible without breaking your instance.

Built for Crucible-1.1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Crucible-1.1.0.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 Crucible-1.1.0.jar. It opens that exact file at the source.

About this project

What does Crucible add?

Crucible

An in-game automated testing framework for Hytale server mods. Built by Ionforge Mods.

Crucible runs test suites inside a live Hytale server against the real game engine, not mocks. Write tests that place blocks, spawn entities, manipulate containers, and assert results, all within an
ephemeral test world that cleans up after itself.

Features

  • Annotation-based test discovery with lifecycle hooks
  • Async tick-based testing
  • Tag filtering and parallel execution
  • Headless CI mode with JUnit XML and HTML reports
  • Event capture and assertion
  • Works with or without a connected client

Quick Start

  @Tag("blocks")
  public class MyTests extends AnnotatedTestSuite {
      @Override public String id()   { return "mymod:tests"; }
      @Override public String name() { return "My Tests"; }

      @CrucibleTest
      public TestResult placeAndVerify(TestContext ctx) {
          ctx.placeBlock(0, 0, 0, "Rock_Basalt");
          return ctx.assertBlockIs("basalt placed", 0, 0, 0, "Rock_Basalt");
      }
  }

Requirements

  • Hytale Server 2026.05.07+
  • Java 25+

Links

Project description from CurseForge.

Recent files

Crucible releases and Hytale builds

2 of 2 releases match

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