A modern modpack aiming to recreate and update Tekkit.
Important Note: ReTekkit is not affiliated with Tekkit nor Technic!
ReTekkit is still in heavy development. There are many mods that need to be recreated and reimagined.
For the fun development information, see ReTekkit/doc.
To download the pack for development purposes, I first recommend these programs:
- Git (if you are a developer then you probably already have this installed :p)
- Packwiz (add, update, or remove mods)
- Prism Launcher (for testing and playing the pack)
- VSCode, VSCodium, or any other IDE (to edit configs, tweak recipes, etc)
To set up a development environment:
git clone
this repo somewhere.- Open Prism Launcher and create a new instance (name does not matter but I
just use
ReTekkit-dev
).- This instance should be Minecraft version 1.21.1 and NeoForge on
whatever version ReTekkit is using. This can be found in
pack.toml
.
- This instance should be Minecraft version 1.21.1 and NeoForge on
whatever version ReTekkit is using. This can be found in
- Download the latest
packwiz-installer-bootstrap.jar
from here and put it in the instance's.minecraft
folder (the dot may or may not be present).- This is used to automatically update the pack when you make a change
- Then, in your instance's settings, set the pre-launch command to this:
"$INST_JAVA" -jar packwiz-installer-bootstrap.jar http://localhost:8080/pack.toml
See this for more information about
packwiz-installer
.