Tags
Creators
Details
0.6.5-1.21.1
Compatibility
Required content
Changes
Please note!
The configuration file for this mod was moved out of Tweakeroo's own configuration file. All of your old settings should move over properly when updating, but it's always good to take backups!
Since version 0.5.2-1.21.1:
-
The mod no longer has a hard dependency on Tweakeroo, and can run without it. MaLiLib is still required.
-
The mod can now run without MaLiLib and/or Tweakeroo on servers.
-
Moved stored configuration of added tweaks, yeets, and other options into a separate file.
- These settings are no longer stored into Tweakeroo's own configuration file, rather, the mod now creates a configuration file for itself.
- This leads to less compatibility issues and prevents the mod's settings from being erased when loading the game without the mod.
-
Moved all configuration settings into own configuration screen, which appears similar as Tweakeroo's configuration screen.
- The new configuration screen can now be accessed by default by pressing
C + E. This keybind can be changed in theHotkeyssection. - The configuration screen can also be accessed via ModMenu.
- The new configuration screen can now be accessed by default by pressing
-
Added the following tweaks:
tweakPersistentChat: keeps past chat messages across server/world switches.tweakShowFormattingCodes: renders legacy text formatting codes with a grey colour instead of hiding them. Still displays the formatting they set. Useful when writing books with formatting codes.
-
Added the following yeets:
disableUseItemSlowdown: disables slowing down when using items, like eating food.disableSwiftSneak: disables sneak speed modifiers like swift sneak, because sometimes slow sneaking is nice.disableJumpDelay: disables the 10-tick delay between jumps. Allows you to jump very fast when in a low area and holding down space. Requires a server-side opt-in.
-
Added the following hotkeys:
insertFormattingCode: inserts a formatting code symbol (§) on the open screen. Useful when writing formatting codes in books.
-
The
{distance}placeholder now properly rounds to one decimal. -
Fixed
slipperinessAffectVehiclessetting. -
Fixed a crash that could occur when
tweakRenderOperatorBlocksis enabled. -
Fixed issues with
tweakCreativeElytraFlight, and added proper switching between creative and Elytra flight:- When enabling the tweak whilst flying with Elytra, you'll automatically switch to creative flight.
- When disabling the tweak or cancelling creative flight, you'll automatically switch back to Elytra flight.
-
Cleaned up a lot of code, leading to a cleaner codebase to allow faster updates/backports.
A server-side opt-in is now required for the following features:
tweakSlipperytweakJumpVelocitytweakBoats (boat jumping functionality)tweakBoats (spiderBoat functionality)tweakCreativeElytraFlighttweakGravitytweakStepHeightdisableEntityCollisionsdisableKnockbackdisableHorseJumpChargedisableUseItemSlowdowndisableJumpDelay
These features will be automatically disabled when playing on servers that do not have this mod installed. Fabric servers
can install this mod and configure which features to enable for players in the configuration file, which can be found under
<server>/config/eclipsestweakeroo-server.json. You can always allow all features for operators using the operators_exempt
option in the aforementioned file.
You'll still be able to use all features when playing on singleplayer worlds.
Optional dependencies
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:6kKLK5i1:w5LZtz90"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6kKLK5i1:w5LZtz90"
}

