
FoxifiedClassTweaker
Provide Fabric's ClassTweaker support for FancyModLoader.
About this Mod
FoxifiedClassTweaker
Provide Fabric's ClassTweaker support for FancyModLoader.
How to use
For modder
When using ClassTweaker/AccessWidener in a development environment, please use Loom whenever possible (e.g., architectury-loom, RelativityMC's neo-loom, etc.).
The following explanation will use the Loom environment as an example. The ModDevGradle/NeoGradle environments require Gradle plugins to handle ClassTweaker/AccessWidener.
Like add NeoForge's AccessTransformer.
Add the following to your META-INF/neoforge.mods.toml file:
You must place the ClassTweaker/AccessWidener files (which are theoretically compatible with AccessWidener) in the appropriate directory.
[[foxified.classtweaker]]
file = "modid.classtweaker"
If you don't want players to download this library, you can simply include the processor package as a jar-in-jar within the mod. see below:
repositories {
maven {
name = "KTTMaven"
url = "https://maven.kessokuteatime.work/snapshots"
}
}
dependencies {
include "team.cagayakegirls.foxified:foxified-class-tweaker-processor:0.1.0-alpha.2"
}
Currently, only FancyModLoader 10.x is supported (only working with official mappings).
Please note that you must have ClassTweaker/AccessWidener (theoretically compatible with AW) files in the corresponding directory.
For player
If a mod specifies that it depends on this mod, you can simply install this mod.
Available Versions
How to Install FoxifiedClassTweaker on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (26.2).
Install Mod
Open the mod browser in the dashboard and search for "FoxifiedClassTweaker". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.2, 26.1.2, 26.1.1 (+1 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
FoxifiedClassTweaker server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.
Is FoxifiedClassTweaker compatible with neoforge?
FoxifiedClassTweaker officially supports neoforge for Minecraft 26.2, 26.1.2, 26.1.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with FoxifiedClassTweaker – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if FoxifiedClassTweaker consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install FoxifiedClassTweaker with just one click on your server.