A addon for the Minecraft mod Mekanism that focuses on adding airships that are inspired by various space exploration/combat games (Space Engineers, Elite: Dangerous, etc)
Added a flake.nix which declares all dependencies for the project (in this case jdk17) which allows developers using nix to automatically create a temporary dev shell with said dependencies installed
Also add an .envrc to automatically activate said flake when CDing into the directory, provided the user has run "direnv allow" once
Added a flake.nix which declares all dependencies for the project (in this case jdk17) which allows developers using nix to automatically create a temporary dev shell with said dependencies installed
Also add an .envrc to automatically activate said flake when CDing into the directory, provided the user has run "direnv allow" once