Skip to content

Commit

Permalink
Add credits to FluffyJenkins for Create compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubydesic committed Jan 5, 2024
1 parent 8808931 commit 8f8eceb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ Occasionally forge will break in strange ways. When this occurs, delete all the
`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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Create Compat

This package contains the Create compatibility code

## Attributions

Most of this code was originally created by [FluffyJenkins](https://github.com/FluffyJenkins/). However, the git history
got clobbered when we transferred it over from the Clockwork repository, causing it to be attributed to StewStrong.

0 comments on commit 8f8eceb

Please sign in to comment.