- Add
mcdev.url = "github:falsepattern/mcdev-flake"to your flake inputs - Add the
inputs.mcdev.overlays.defaultoverlay to your system config - Access the packages in your packages. For instance:
mcdev."1.7.10-java8"in your dependencies
- Use
nix flake showto list available devshells. You can use the devshells usingnix develop .#DEVSHELL
Currently, this flake has support for:
| Minecraft version | LWJGL version | Java Version |
|---|---|---|
| 1.7.10 | 2.9.4 | 8 |
Feel free to contribute other version combinations if you have validated that they work properly
This project is MIT-licensed, so feel free. Just please keep the license notice and attribution.