Better Doors
A legacy fabric mod that makes handling of wood and iron doors more comfortable. It provides you with the same behavior for crafting and inventory use as has been in the game since version 1.8.
– crafting yields three wood or iron doors instead of one
– you can now stack wood and iron doors up to 64 per stack
AxolotlClient – Customizable HUD & Client QoL Features
AxolotlClient
Your customizable alternative to popular pvp clients like Lunar, Badlion and Feather.
Features
Features include:
– Friends system
– Freelook (Disabled on some servers)
– Nametag
– Beacon Beams
– Low Fire / Low Shield
– Hit Color
– Screenshot Manager
– Screenshot uploading
– Zoom
– Various Hud Modules (port/integration of [KronHUD](https://github.com/DarkKronicle/KronHUD))
– including, but not limited to:
– Ping
– FPS
– CPS
– Armor
– Potions
– Keystrokes
– ToggleModifiers
– Server IP
– Icon
– Speed
– Scoreboard
– Crosshair
– Coordinates
– ActionBar
– BossBar
– Arrow
– Item Update
– Pack Display
– Real Time
– Hotbar
– Memory
– PlayerCount
– Compass
– TPS (Ticks per second)
– Player
– Chat (1.8.9 only)
– Hypixel Features
– AutoGG / GF / GLHF
– LevelHead
– Nick Hider
– Skyblock
– AutoTip
– AutoBoop
– Custom Block Outlines
– Time Changer
– Fullbright
– Motion Blur
– TNT Time
– Scrollable Tooltips
– Particles
– Discord RPC
– Custom Badges
– and many more!
Dependencies
### Before downloading, please also download the respective API package for your version:
| Minecraft Version |
1.8.9 |
>= 1.16 |
>= 1.19 |
| AxolotlClient <= 3.0.6 |
Legacy Fabric API
|
Fabric API |
QSL |
| AxolotlClient >= 3.1.0 |
OSL and legacy-lwjgl3
- Note: Legacyfabric and Ornithe use different intermediaries!
- Note: Versions starting from 3.1.0 require at least java 17!
|
Fabric API
- Note: Versions starting from 3.1.0 require at least java 17!
|
Fabric API |
Motivation
### Why?
Our goal is to create a better environment for everyone, including you, the user.
You should be in charge to decide what mods you want to use, and what data is sent to other people’s servers. This is only achievable through making everything [open-source](https://opensource.org/osd) (You probably know what this means as you’re currently using an open-source platform).
With AxolotlClient you are deciding what to use and what not. Every aspect of the mod is toggleable in over 200 options.
A little overview of options is available in the [Gallery](https://modrinth.com/mod/axolotlclient/gallery). However the images may be anywhere from slightly to severely outdated, so to get a good impression you should just try it out.
For more information feel free to ask us in our [discord server](https://discord.gg/9Q3brQVQZN).
Disclaimers
### Disclaimers
We do not endorse nor support cheats/hacks. If you feel like one or more options packaged by this mod could be regarded as one of the above, please let us know and we’ll remove said options or prevent people from using them.
A pvp client in the context used above are launcher + game modifications combinations widely used on popular servers such as Hypixel and others. This is not meant in the context of cheats and/or hacks.
Some features of this mod require communication to a backend located at . The usage of these features is governed by our Terms of Service and Privacy policy, available [here](https://axolotlclient.com/terms). You will be asked for your consent to these terms before said features are enabled.
Credits
### Credits
Credit to these wonderful people who create open-source mods.
[DarkKronicle](https://github.com/DarkKronicle), the creator of KronHUD on which the hud modules in this mod are based.
[AMereBagatelle](https://github.com/AMereBagatelle), the author of the wonderful FabricSkyBoxes mod.
Agenta
# Agenta
A authserver and skin fix for legacy versions of minecraft.
# Compatibility
Requires Java 7. (In theory this can be built for Java 5, but I lack the build tools required for that.)
If running this on Java 12 and newer, please add the following JVM argument: `–add-exports java.base/sun.net.www.protocol.http=ALL-UNNAMED`
1. As a mod: The same Jar will run on forge, bukkit and Risugami’s modloader for Minecaft versions Alpha 1.0.4 to Minecraft release 1.7.10 (These are merely the versions I tested)
2. As a JavaAgent: Add the following JVM argument: `-javaagent:{path}/agent.jar` (replace path with the location of the agent.jar)
3. Inline/static: In this setup, Agenta is essentially taking over the role of Launching minecraft. Add the following JVM argument and change out `{mainClass}` as needed depending on which minecraft version you are launching: `-Dagenta.main.class={mainClass}`
4. As a Bukkit plugin (Tested with bukkit for Minecraft Beta 1.2_01)
# JVM/Congig settings
Non of these are needed to launch Agenta. The available contexts are
“*” => ALL
“static” => When Agenta is launched as the main class with the expectation of chainloading another class manually.
“config” => Only appears in the config file.
| Context |
property |
Argument |
description |
| * |
agenta.assets.fml |
-Dagenta.assets.fml={value} |
A link to an archive Agenta should forward legacy forge download requests to |
| * |
agenta.assets.index |
-Dagenta.assets.index={value} |
The URL for the asset index Agenta should use as a base |
| * |
agenta.assets.routing |
-Dagenta.assets.routing=true |
Should agenta reroute requests the mojang’s asset servers? (default: “true”) |
| * |
agenta.assets.url |
-Dagenta.assets.url={value} |
The URL for the resource server Agenta should pull assets from |
* |
agenta.prt.color |
-Dagenta.prt.color=false |
Pass the value ‘false’ to disable colour printing. |
| * |
agenta.prt.debug |
-Dagenta.prt.debug=false |
Should agenta show debug messages? |
| * |
agenta.save.file |
-Dagenta.save.file=saves.json |
When handling saving for certain versions of old Minecraft that relied on long dead mojang endpoints, what should agenta call the save file? (default: “saves.json”) |
| * |
agenta.skin.resize |
-Dagenta.skin.resize=true |
Should agenta try to resize skins from 64×64 to 64×32 for better compatibility? (default: “true”) |
| * |
agenta.skin.merge |
-Dagenta.skin.merge=true |
Should Agenta take multi layered skins and attempt to flatten the layers down? (default: “true”) |
| * |
agenta.skin.cache |
-Dagenta.skin.cache=true |
Should agenta cache skin lookups? (default: “true”) |
| config |
agenta.config.version |
|
The version of agenta that generated a set config file. Will be used to detect if agenta should upgrade a set config file |
| static |
agenta.main.class |
-Dagenta.main.class={value} |
The class Agenta should try to load next when running in static/inline mode |
# Fixes
– Skin support for pre 1.7.10 versions
– Cape support for pre 1.7.10 versions
– Sound for versions of the game that predate 1.6
– World savings for certain pre-alpha builds (experimental)
– Forge 1.5.2 being unable to fetch it’s library files (experimental)
# Note
– The same jar will work for almost every version of minecraft that predates Release 1.8
– Any miscellaneous fabric based modloader _should_ be supported.
– NilLoader can load Agenta. (Agenta doesn’t meet the criteria of a [NilLoader mod](https://git.sleeping.town/Nil/NilLoader#:~:text=A%20NilLoader%20mod%20includes%20a%20complete%20copy%20of%20NilLoader%20within%20itself))
– Some ancient versions of Forge/modloader may require you to load Agenta as a jar mod.
– LiteLoader inforces compatibility checks and so can never be fully supported
Advancements Fullscreen
# Advancements Fullscreen
A client-side mod that makes the advancements window bigger by expanding it to full screen.
Large mods that overhaul the advancements system often take a long time to update when a new Minecraft version is released. This is because they add extensive new features or deeply modify the advancements interface. Additionally, these mods usually replace the vanilla advancements screen with a completely new layout, which can feel unfamiliar or overwhelming to players who prefer the classic look.
The goal of this mod is to fill that gap—to provide a simple, easy-to-install solution:
– A larger advancements window that retains the familiar vanilla interface.
– No major changes—just a quality-of-life improvement.
– Quick updates for new Minecraft versions, since it keeps the core system intact.
If you love the vanilla style but wish the advancements screen was bigger and easier to navigate, this mod is for you!
Tip: If you have many advancements, check out [Advancements Search](https://modrinth.com/mod/advancements-search). It integrates a search feature directly into the enlarged window.
Achievement Fix
fixes:
– 1.0.0: sniper duel
– 1.4-1.5.2: the end?
– 1.7.x: adventuring time
– 1.13.1-1.13.2: serious dedication
1.0.0 is built for ornithe, there is an instance alongside the other mcsr legacy fabric instances (https://github.com/Minecraft-Java-Edition-Speedrunning/legacy-fabric-instance-generator/releases/latest) and i also have an optifabric release for ornithe
1.13.1 is built for legacy fabric v2 intermediaries, there is not an instance for this but the generator supports it if you just add another tuple, if anyone really wants to play this version i can make one