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

10
settings.gradle Normal file
View file

@ -0,0 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://maven.neoforged.net/releases' }
maven { url 'https://maven.neoforged.net/snapshots' }
mavenCentral()
}
}
rootProject.name = 'dynmap-neoforge-1.21.1'