
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-classtweaker-processor:<version>"
}
Currently, FancyModLoader 10 and above version is supported (FML 10 env 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.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1, 26.1.1, 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as foxified-classtweaker-0.1.0-alpha.4.jar — drop this file into the mods folder
- Download size: 84 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.