initial: neoforge 1.21.1 port - first compile fix pass

This commit is contained in:
Sulkta 2026-03-06 19:07:14 -08:00
commit 4fd6b31aa6
28 changed files with 3852 additions and 0 deletions

8
gradle.properties Normal file
View file

@ -0,0 +1,8 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.parallel=false
# GitHub user and password (workaround for OSSRH beeing sunset - https://central.sonatype.org/pages/ossrh-eol/
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
gpr.user=""
gpr.key=""