The Airships Mod to end all other Airships Mods. Better compatibility, performance, collisions, interactions and physics than anything prior!
There are no official and stable releases yet, but you can currently download builds from GitHub Packages.
Make sure to download the file that ends with .jar
, and that isn't the sources.jar
.
Valkyrien Skies 2 source code is split between the code in this repository, and the code in vs-core.
The Minecraft version dependent code lives in this repository, and the version independent code lives in vs-core.
- Clone the repo:
git clone --recurse-submodules https://github.com/ValkyrienSkies/Valkyrien-Skies-2
- Open the project in IntelliJ
- Import the gradle project, sync gradle
- Use Java 8 when running forge
- Try deleting the mixin mappings at
common/build/loom-cache/*.tiny
for forge to launch properly - If that doesn't work, then delete all the
.gradle
andbuild
folders and try again 🤞
- Use java 17 when running fabric