Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valkyrienskies/valkyrien-skies-2
Valkyrien Skies 2
https://github.com/valkyrienskies/valkyrien-skies-2
fabric forge java kotlin minecraft minecraft-mod mod physics physics-simulation
Last synced: 25 days ago
JSON representation
Valkyrien Skies 2
- Host: GitHub
- URL: https://github.com/valkyrienskies/valkyrien-skies-2
- Owner: ValkyrienSkies
- License: lgpl-3.0
- Created: 2021-01-22T02:07:02.000Z (almost 4 years ago)
- Default Branch: 1.18.x/main
- Last Pushed: 2024-09-28T07:28:53.000Z (about 1 month ago)
- Last Synced: 2024-10-14T06:20:36.627Z (25 days ago)
- Topics: fabric, forge, java, kotlin, minecraft, minecraft-mod, mod, physics, physics-simulation
- Language: Java
- Homepage: https://valkyrienskies.org/
- Size: 3.74 MB
- Stars: 223
- Watchers: 15
- Forks: 97
- Open Issues: 309
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/2.1.1-beta.1.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://user-images.githubusercontent.com/26909616/199406363-38e1d032-9c18-4aef-a74a-23f4b268e6ad.png)
## Installation
You can download official releases of Valkyrien Skies from our [website](https://www.valkyrienskies.org/download)
## 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](https://github.com/FluffyJenkins/),
but the git history was clobbered when we transferred the code from Clockwork