|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .vscode | ||
| gradle/wrapper | ||
| libs | ||
| src/main | ||
| .gitignore | ||
| build.bat | ||
| build.gradle | ||
| buildscript.properties | ||
| CHANGELOG.md | ||
| dependencies.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| LICENSE.LESSER | ||
| NOTICE | ||
| README.md | ||
| RELEASES.md | ||
| repositories.gradle | ||
| settings.gradle | ||
HBM's Nuclear Tech - Waldemar Edition
A maintained Minecraft 1.12.2 fork focused on stability, multiplayer performance, bug fixes, and practical quality-of-life improvements.
CurseForge · Releases · Issues · Source
About
Waldemar Edition continues the Minecraft 1.12.2 branch of HBM's Nuclear Tech Mod with production-oriented fixes for real multiplayer servers.
The project currently includes:
- server stability and TPS improvements;
- configurable performance controls available through the F10 menu;
- multiplayer and packet handling fixes;
- an ammunition pack with Baubles support and weapon reload integration;
- a configurable shredder input distribution mode;
- rendering, GUI, fluid transfer, armor, radiation, and machine fixes;
- maintained Java 8 and modern Java build paths.
Installation
- Install Minecraft 1.12.2 with Forge.
- Download the latest JAR from the project release page or CurseForge.
- Place the JAR into the instance
modsdirectory. - Do not install another HBM NTM fork in the same instance.
Building
Requirements:
- Git;
- a Java 21 runtime for Gradle;
- network access for dependency resolution.
Build the distributable JAR:
./gradlew build
On Windows:
gradlew.bat build
Build artifacts are written to build/libs.
Source And Releases
The complete source code and build scripts are maintained in this repository:
https://git.vakaefy.ru/Vaka/hbm-waldemar-edition
Every distributed binary must be associated with the exact source commit used to build it. Existing CurseForge file mappings are recorded in RELEASES.md.
License
This modified work is distributed under the GNU General Public License version 3.0.
The full license is available in LICENSE. The inherited GNU Lesser General Public License text is preserved in LICENSE.LESSER. Copyright, modification, and provenance notices are recorded in NOTICE.
You may use, study, modify, and redistribute this project under the terms of GPLv3. Distributions of binaries must provide the complete corresponding source code under the same license.
Provenance
This project is based on HBM's Nuclear Tech Mod: Well-forged Edition release 1.3.1_hotfix1, commit d408bb6fd48a72e37213951fd1316331ad6505db, which is based on Alcater's Extended Edition 2.0.2 and the original HBM Nuclear Tech Mod lineage.
The current repository uses an independent Git history. Upstream authorship is preserved in the mod metadata and NOTICE.
Русский
Waldemar Edition развивает ветку HBM's Nuclear Tech Mod для Minecraft 1.12.2 с упором на стабильность серверов, TPS, исправление ошибок и удобство игры.
Исходный код, сборки и баг-трекер находятся на нашем Forgejo:
- исходный код: https://git.vakaefy.ru/Vaka/hbm-waldemar-edition
- релизы: https://git.vakaefy.ru/Vaka/hbm-waldemar-edition/releases
- ошибки и предложения: https://git.vakaefy.ru/Vaka/hbm-waldemar-edition/issues
- CurseForge: https://legacy.curseforge.com/minecraft/mc-mods/nuclear-tech-mod-waldemar-edition
Проект распространяется под GNU GPLv3. При распространении JAR необходимо также предоставить соответствующий исходный код.