
FoxifiedClassTweaker
Provide Fabric's ClassTweaker support for FancyModLoader.
Обновлён 5 июля 2026 г. · опубликован 6 апреля 2026 г.
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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.0-alpha.4 | Альфа | 26.1, 26.1.1, 26.1.2, 26.2 | neoforge | 5 июля 2026 г. | .jar (84 КБ) |
| 0.1.0-alpha.3 | Альфа | 26.1, 26.1.1, 26.1.2, 26.2 | neoforge | 22 апреля 2026 г. | .jar (81 КБ) |
| 0.1.0-alpha.2 | Альфа | 26.1, 26.1.1 | neoforge | 6 апреля 2026 г. | .jar (77 КБ) |
| 0.1.0-alpha.1 | Альфа | 26.1, 26.1.1 | neoforge | 6 апреля 2026 г. | .jar (77 КБ) |
Ченджлог
0.1.0-alpha.4Альфа26.1.1, 26.1.2, 26.2 · 5 июля 2026 г.
Changelog
- update NeoForge version
26.1.2.22-beta->26.2.0.8-beta - fix when modifying the accessibility of fields in the
Biomeclass that was incompatible with Neoforge's built-inReplaceFieldWithGetterAccessclass-processor (#1)
0.1.0-alpha.3Альфа26.1.1, 26.1.2, 26.2 · 22 апреля 2026 г.
Changelog
- update classtweaker version
0.2->0.3.0-beta.2 - update NeoForge version
26.1.1.10-beta->26.1.2.22-beta
0.1.0-alpha.2Альфа26.1, 26.1.1 · 6 апреля 2026 г.
Changelog
- try fix maven publish artifactId issue
0.1.0-alpha.1Альфа26.1, 26.1.1 · 6 апреля 2026 г.
Changelog
- Initial release
Полная история изменений — на Modrinth.
Комментарии
Загружаем…