All versions
1.0.0
Beta
Twisted Tweaks - v1.0.03 weeks ago 31
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[1.0.0] — Minecraft 1.21.1 (NeoForge) — 2026-07-13
First NeoForge release of Twisted Tweaks for Minecraft 1.21.1. This is a full port of the classic Forge feature set with new pack-maker tools and one new gameplay addon.
Highlights
- Loader: NeoForge 21.1.x (JDK 21)
- Package / mod ID:
media.puppetz.tweaks.twisted/twistedtweaks - Config:
config/twistedtweaks-common.toml(time-based options use seconds)
Ported features
- Acid Rain — storm chance, player Acid Burn (or Poison), blindness when looking up / eyes in water, optional lethal acid, passive mobs, crops, dimension whitelist, immune mob/crop lists, Galvanized armor enchantment, client rain visuals
- Burnable torches —
twistedtweaks:torch/ unlit variants (burnout, relight chance, rain extinguish); glowstone torch; torch oil & paste (no default oil/paste recipes). Vanilla torch recipe replaced; does not hijackminecraft:torchblock ID - Vanilla torch drop conversion — optional (
convertVanillaTorchDrops, default on): breaking vanilla torches/wall torches from any drop source (player, mob, explosion, piston, etc.) yieldstwistedtweaks:unlit_torch - Liquid Void — void fluids via pump or bucket
- Starting inventory — first-login kit from config; tracked per player
- XP Void — configured ores drop no XP
- Starve Death — amplified starvation damage (no AppleCore required)
- Ignite Blocks — wood tags + config extras made flammable
- Mob AI — listed mobs break configured lights/blocks; instant vs timed break lists; crack animation; reduced reach + line-of-sight
- Ex Deorum (optional) — cave spiders from infested leaves; hostile daytime behavior handled for those spiders
/ttcommands (permission level 2) —acidrain,startinginventory/starterinventory(set,clear,clearall),setburn,setbreak
New in 1.21.1
- Angry Herd — damaging listed animals can anger the victim and nearby herd members to chase/attack; configurable triggers, babies, chase duration, radius (max 25), max herd size (
0= unlimited in radius); works without vanillaattack_damageon passive mobs - Burn Setter / Break Setter items — click blocks in-world to add ignite or timed-break entries and write config
Not ported yet
- Some classic textures temporarily use vanilla references until assets are restored
Notes for pack makers
- Optional dependency: Ex Deorum for infested-leaf spiders
- Add torch oil/paste recipes yourself (CraftTweaker, KubeJS, datapacks, etc.)
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:r5kZbS4n:zphER8Aq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r5kZbS4n:zphER8Aq"
}

