All Projects → CaffeineMC → Hydrogen Fabric

CaffeineMC / Hydrogen Fabric

Licence: lgpl-3.0
Things of which are too dangerous to put in Lithium.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hydrogen Fabric

Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+124.76%)
Mutual labels:  fabric, minecraft
Minelittlepony
Turns players and mobs into ponies
Stars: ✭ 76 (-63.11%)
Mutual labels:  fabric, minecraft
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+178.64%)
Mutual labels:  fabric, minecraft
Terra
Voxel world generation modding platform
Stars: ✭ 320 (+55.34%)
Mutual labels:  minecraft, fabric
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (-46.6%)
Mutual labels:  fabric, minecraft
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (+36.89%)
Mutual labels:  fabric, minecraft
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-68.93%)
Mutual labels:  fabric, minecraft
Lithium Fabric
A Fabric mod designed to improve the general performance of Minecraft without breaking things
Stars: ✭ 628 (+204.85%)
Mutual labels:  fabric, minecraft
Sodium Fabric
A Fabric mod designed to improve frame rates and reduce micro-stutter
Stars: ✭ 1,281 (+521.84%)
Mutual labels:  fabric, minecraft
Phosphor Forge
A Forge mod designed to drastically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 79 (-61.65%)
Mutual labels:  fabric, minecraft
Cursed-Legacy-API
API for beta 1.7.3. Downloads are hosted on the website linked below:
Stars: ✭ 14 (-93.2%)
Mutual labels:  minecraft, fabric
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (-36.41%)
Mutual labels:  fabric, minecraft
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (-59.71%)
Mutual labels:  minecraft, fabric
Phosphor Fabric
A Fabric mod designed to dramatically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 435 (+111.17%)
Mutual labels:  fabric, minecraft
Libgui
Buttons & Co
Stars: ✭ 78 (-62.14%)
Mutual labels:  fabric, minecraft
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-44.17%)
Mutual labels:  fabric, minecraft
Techreborn
Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod. https://www.curseforge.com/minecraft/mc-mods/techreborn
Stars: ✭ 205 (-0.49%)
Mutual labels:  fabric, minecraft
Minecraft World Downloader
Download Minecraft worlds, extend server's render distance
Stars: ✭ 187 (-9.22%)
Mutual labels:  minecraft
Waterdog
Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
Stars: ✭ 200 (-2.91%)
Mutual labels:  minecraft
Ui Fabric Android
This repo has been moved. See website for new url.
Stars: ✭ 185 (-10.19%)
Mutual labels:  fabric

Project icon

Hydrogen (for Fabric)

GitHub license GitHub issues GitHub tag

Hydrogen is a free and open-source mod designed to reduce the game's memory requirements by implementing more memory-efficient data structures and logic. It's primarily designed for more heavily modded scenarios, but can offer (small) improvements even in lightly modded or vanilla scenarios.

The mod works on both the client and server, and doesn't require the mod to be installed on both sides. However, the benefits of running Hydrogen on the server are pretty small as of the moment.

Why are these patches not in Lithium?

Hydrogen relies on rather egregious hacks in order to load some code into the game, primarily because the Guava library developers really do not want people re-implementing their interfaces. These hacks are "safe" in the sense that the game will simply fail to start if a problem occurs, but are really rather not suitable for the standards which Lithium intends to promote. In other words, this mod could be looked at as "things too dirty to put in Lithium."

Installation instructions

Hydrogen relies on the Fabric Loader. Users should select Fabric for either the Minecraft launcher (client) or the dedicated server (server) depending on their needs. Once you have installed Fabric, place the Hydrogen .jar in the mods folder generated by Fabric.

Community

If you'd like to get help with the mod, check out the latest developments, or be notified when there's a new release, the Discord community might be for you! You can join the official server for my mods by clicking here.

Building from source

If you're hacking on the code or would like to compile a custom build of Hydrogen from the latest sources, you'll want to start here.

Prerequisites

You will need to install JDK 8 in order to build Hydrogen. You can either install this through a package manager such as Chocolatey on Windows or SDKMAN! on other platforms. If you'd prefer to not use a package manager, you can always grab the installers or packages directly from AdoptOpenJDK.

On Windows, the Oracle JDK/JRE builds should be avoided where possible due to their poor quality. Always prefer using the open-source builds from AdoptOpenJDK when possible.

Compiling

Navigate to the directory you've cloned this repository and launch a build with Gradle using gradlew build (Windows) or ./gradlew build (macOS/Linux). If you are not using the Gradle wrapper, simply replace gradlew with gradle or the path to it.

The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting artifacts in build/libs.

License

Hydrogen is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].