Back to mods
Nimbow project artwork

CurseForge · Hytale mod

Nimbow

Nimble Crossbows | Speed up the base reloading time/animation by ~2.4× (for weapons like crossbows.)

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

Quick answer

Which Nimbow release should I use?

Updated 6 months ago
Latest stable file GiggleJade.Nimbow.zip
Game version Not listed
Mod system Built-in Hytale mod system

Nimbow GiggleJade.Nimbow.zip 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 Nimbow 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 Nimbow GiggleJade.Nimbow.zip need?

GiggleJade.Nimbow.zip. 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 Nimbow without breaking your instance.

Built for Nimbow GiggleJade.Nimbow.zip. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use GiggleJade.Nimbow.zip. 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 GiggleJade.Nimbow.zip. It opens that exact file at the source.

About this project

What does Nimbow add?

Nimbow | Nimble Crossbows 🏹

> Speed up the base reloading time and animation by approximately ~2.4x for weapons that use the common ammo reload system, such as crossbows.


What It Does

Nimbow significantly reduces the reload duration of stat-based ammo weapons by modifying the shared Common StatAmmoReload interaction files. Because these files are part of a common template, any weapon that inherits from them — primarily crossbows — will benefit automatically.

Combined Reload Speed

Phase Vanilla Nimbow Change
Reload Entry (ready animation) 0.80s 0.30s 2.67× faster
Reload Effects (load animation) 0.30s 0.15s 2.0× faster
Total Reload Cycle 1.10s 0.45s ~2.4× faster

> [!NOTE] > Only the RunTime values are changed. All other behavior — sound effects, animations, ammo consumption, stat modifiers, and movement speed penalties — remain identical to vanilla.


Affected Weapons

Any weapon that uses the default Common_StatAmmoReload template chain will be affected. In the base game this includes:

  • 🏹 Iron CrossbowWeapon_Crossbow_Iron
  • 🏹 Ancient Steel CrossbowWeapon_Crossbow_Ancient_Steel
  • Any modded or future weapon inheriting from Template_Weapon_Crossbow

Modified File Values

Common_StatAmmoReload_Entry.json

The initial reload-ready phase, which plays the ready animation and sound before the actual reload loop begins.

 {
   "Type": "Simple",
-  "RunTime": 0.8,
+  "RunTime": 0.3,
   "Effects": {
     "ItemAnimationId": "ReloadReady",
     ...
   }
 }

Common_StatAmmoReload_Effects.json

The per-round reload phase, which plays the load animation and sound for each ammo unit consumed.

 {
   "Type": "Simple",
-  "RunTime": 0.3,
+  "RunTime": 0.15,
   "HorizontalSpeedMultiplier": 0.75,
   "Effects": {
     "ItemAnimationId": "Reload",
     ...
   }
 }

Mod File Structure

These override the vanilla files located at:

Server/Item/Interactions/Weapons/Common/StatAmmoReload/

Install

Place the Nimbow mod into your Mods/ directory. No dependencies required.

Version 2.0.0
Author GiggleJade
Server Version 2026.02.19-1a311a592

Project description from CurseForge.

Recent files

Nimbow releases and Hytale builds

1 of 1 releases match

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