Website - CurseForge - Modrinth - Wiki - Discord
The physics mod to end all other physics mods. Better compatibility, performance, collisions, interactions and physics than anything prior!
You can download official releases of Valkyrien Skies from our website
- Clone the
repo:
git clone --recurse-submodules https://github.com/ValkyrienSkies/Valkyrien-Skies-2
- Open the project in IntelliJ, using Java 17
- Import the gradle project, sync gradle
Occasionally forge will break in strange ways. When this occurs, delete all the build
folders, delete the .gradle
folder of the forge
project, and then refresh gradle.
Error occurred during initialization of VM Could not reserve enough space for 4194304KB object heap
For patch the problem go to gradle.properties and change org.gradle.jvmargs=-Xmx4096M
to org.gradle.jvmargs=-Xmx1024
or org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G
to org.gradle.jvmargs=-Xmx1G -XX:MaxMetaspaceSize=1G
Valkyrien Skies 2 was originally created by Triode and Rubydesic. You can check other contributors by viewing the git history.
The Create compatibility code was originally and largely written by FluffyJenkins, but the git history was clobbered when we transferred the code from Clockwork