Back to mods
Advanced Crafting Tweaks project artwork

CurseForge · Hytale mod

Advanced Crafting Tweaks

Adjust crafting costs, speed, and prerequisites; toggle item crafting on or off; and modify recipe ingredients and results.

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

Quick answer

Which Advanced Crafting Tweaks release should I use?

Updated 8 months ago
Latest stable file AdvancedCrafting-1.0.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

Advanced Crafting Tweaks AdvancedCrafting-1.0.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 Advanced Crafting Tweaks 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 Advanced Crafting Tweaks AdvancedCrafting-1.0.0.jar need?

AdvancedCrafting-1.0.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 Advanced Crafting Tweaks without breaking your instance.

Built for Advanced Crafting Tweaks AdvancedCrafting-1.0.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use AdvancedCrafting-1.0.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 AdvancedCrafting-1.0.0.jar. It opens that exact file at the source.

About this project

What does Advanced Crafting Tweaks add?

Advanced Crafting for Hytale

Take full control over crafting on your server. Adjust recipes, tweak production speeds, and rebalance your economy however you see fit.

Features

  • Recipe Control – Modify what it takes to craft any item, from basic tools to endgame gear.
  • Speed Adjustment – Use CraftingSpeedMultiplier to make crafting faster or slower.
  • Economy Tweaks – Scale input costs and output quantities globally. Make items cheaper, more expensive, or produce in bulk.
  • Per-Item Overrides – Apply specific rules to individual items when global settings aren't enough.

Configuration

All settings live in a single JSON file (mods -> EllieAU_AdvancedCrafting -> config.json), this must be changed and then your server restarted:

Parameter Description
CraftingSpeedMultiplier Scales crafting time. 0.5 = twice as fast, 2.0 = half speed.
IncludeProcessingRecipes If true, modifiers also affect smelters and similar stations.
DisableAllCrafting Shuts off all crafting server-wide.
InputMultiplier Scales ingredient costs for all recipes.
OutputMultiplier Scales output quantities for all recipes.
PrimaryOutputQuantityMultiplier Like OutputMultiplier, but only affects the main crafting result.
Overrides A list of item-specific rules that ignore global settings.

Override Parameters

Each entry in the Overrides array must include one of the following target selectors:

Parameter Description
ItemId Target a specific item by its ID.
ResourceTypeId Target all items of a specific resource type.
Tag Target all items with a specific tag.

And can include any of these optional modifiers:

Parameter Description
InputMultiplier Scales ingredient costs for matched recipes.
OutputMultiplier Scales output quantities for matched recipes.
PrimaryOutputMultiplier Scales only the main crafting result.
DisableCrafting If true, prevents crafting of matched items entirely.
TierLevel Target items of a specific tier.

Example Configuration

{
  "CraftingSpeedMultiplier": 0.5,
  "IncludeProcessingRecipes": false,
  "DisableAllCrafting": false,
  "InputMultiplier": 0.5,
  "OutputMultiplier": 5.0,
  "PrimaryOutputQuantityMultiplier": 5.0,
  "Overrides": [
    {
      "ItemId": "Tool_Pickaxe_Cobalt",
      "InputMultiplier": 0.2
    },
    {
      "ItemId": "Tool_Pickaxe_Crude",
      "DisableCrafting": true
    }
  ]
}

This config halves crafting time, cuts ingredient costs in half, and quintuples output. Cobalt pickaxes are even cheaper to make (20% of normal cost), and crude pickaxes can't be crafted at all.

Questions or bugs? Leave a comment!

Project description from CurseForge.

Recent files

Advanced Crafting Tweaks releases and Hytale builds

1 of 1 releases match

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