Back to mods
WorkbenchRepair project artwork

CurseForge · Hytale mod

WorkbenchRepair

Changes the Workbench to automatically repair your gear when you interact with it. Because really. Shouldn't it?

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

Quick answer

Which WorkbenchRepair release should I use?

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

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

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

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

  1. 01

    Stick to this file

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

About this project

What does WorkbenchRepair add?

WorkbenchRepair

Description

Make your Workbench do double duty as a Repair Bench!

  • Does not work with T1 Workbenches BY DEFAULT. This can be changed (see below). This is the default to prevent too easy of a gameplay loop by just carrying a Workbench with you and deploying it wherever when you need to repair.
  • Repair EVERYTHING you're carrying! But WILL NOT restore durability lost to use of repair kits!
  • Works with all Workbench tiers!
  • Safe for use with mods that add properties to weapons!
  • Performant ECS-based solution! This is a CONFLICT FREE ZONE!
  • But it won't do your laundry. Unless "your laundry" is a broken boot.

When installed and enabled, causes the Workbench to automatically repair damaged gear in your inventory. Includes hotbar, inventory, equipment slots, and every other kind of storage ON YOUR CHARACTER. (Does not repair items in chests or any other storage.)

This plugin DOES NOT remove / readd items. This is important because in the future, mods or the official game developers might create functionality that adds RNG features to items like armor, weapons, and tools. In that case, this mod is friendly to and compatible with those features simply because it modifies item durability rather than removing and readding items.

Installation

A lightweight plugin. Just copy to Hytale\\UserData\\Mods and enjoy!

Configuration

The configuration file for this mod can be found in your server working directory at /mods/com.the7legions/WorkbenchRepairConfig.json. Edit this file to change the behavior of the mod.

{
  "AllowT1Workbench": false,
  "Blacklist": []
}

AllowT1Workbench specifies whether the T1 Workbench should repair items or not. Be aware that setting this to true will make the early game easier for players but will also make it so clever player can carry a Workbench to repair items in the field by placing the Workbench even in dangerous locations. This is set to false by default.

Blacklist lets you define a list of item IDs to be ignored by the mod. Add item IDs wrapped in quotes and separated with commas between the square brackets. Do not put a comma after the last item in the list. Example:

{
  "AllowT1Workbench": false,
  "Blacklist": [
    "Tool_Pickaxe_Mithril",
    "Tool_Pickaxe_Onyxium"
  ]
}

Addendum

In single player worlds, don't forget to enable the plugin on your map.

DOES NOT require a new save. You can freely add or remove this plugin from your server as you please. The only thing it will affect is whether the Workbench repairs your stuff or not.

Project description from CurseForge.

Recent files

WorkbenchRepair releases and Hytale builds

3 of 3 releases match

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