An unofficial port of the 1.12.2 Tinkers Construct, Construct's Armory, and Tinkers Tool Leveling to modern Minecraft. This project is in no way affiliated with SlimeKnights, illusivesoulworks, or their mods. This is a personal project to port these mods from 1.12.2 into modern versions of Neoforge.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-24 08:50:13 -05:00
art/source Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00
docs Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00
gradle/wrapper Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
src Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00
tools Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00
.gitattributes Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
.gitignore Removed upstream reference mods from repo 2026-08-20 15:43:06 -05:00
build.gradle Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00
gradle.properties Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
gradlew Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
gradlew.bat Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
LICENSE Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
README.md Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
settings.gradle Initial Commit - Scaffold 2026-08-20 15:42:09 -05:00
THIRD_PARTY_NOTICES.md Mostly Working, Needs lots of polish 2026-08-24 08:50:13 -05:00

Legacy's Construct

Legacy's Construct is an unofficial spiritual successor to the Minecraft 1.12.2 versions of Tinkers' Construct, Construct's Armory, and Tinkers Tool Leveling. It targets Minecraft 26.1.2 on NeoForge and is not affiliated with or endorsed by the original projects or their maintainers.

The project aims to preserve the original gameplay formulas and behavior while using modern registries, data-driven content, and stable addon APIs. Tool and armor leveling is enabled by default and remains server-configurable.

Development

Java 25 is required. Build with:

./gradlew build

Reference source checkouts used for behavioral comparison live under upstream/ and are not part of the mod's distributed artifact.