Skip to content

millennIumAMbiguity/Valkyrien-Skies-2

This branch is 71 commits ahead of, 57 commits behind ValkyrienSkies/Valkyrien-Skies-2:1.18.x/main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b23cdf4 · Oct 28, 2024
Nov 30, 2022
Mar 1, 2023
Nov 17, 2023
Jul 16, 2023
Oct 12, 2023
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Jan 15, 2023
Sep 3, 2023
Mar 4, 2021
Jul 16, 2023
Sep 3, 2023
Jun 27, 2022
Jan 9, 2023
Sep 27, 2024
Dec 23, 2023
Oct 28, 2024
Jan 22, 2021
Jan 22, 2021
Sep 3, 2023
May 30, 2022

Repository files navigation

Valkyrien Skies 2

Website - CurseForge - Modrinth - Wiki - Discord

The physics mod to end all other physics mods. Better compatibility, performance, collisions, interactions and physics than anything prior!

2022-11-01_21 58 07

Installation

You can download official releases of Valkyrien Skies from our website

Development

IntelliJ

  1. Clone the repo: git clone --recurse-submodules https://github.com/ValkyrienSkies/Valkyrien-Skies-2
  2. Open the project in IntelliJ, using Java 17
  3. Import the gradle project, sync gradle

Troubleshooting

Running Forge in dev environment

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.

Change JVM arguments for small computers

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

Attributions

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

Packages

No packages published

Languages

  • Java 66.6%
  • Kotlin 33.4%