fabric stable 1.3.0+1.21.11

This commit is contained in:
2026-01-06 18:52:02 -06:00
commit 40c3543602
232 changed files with 4199 additions and 0 deletions

14
settings.gradle Normal file
View File

@@ -0,0 +1,14 @@
pluginManagement {
repositories {
maven { url = 'https://maven.fabricmc.net/' }
maven { url = 'https://maven.architectury.dev/' }
maven { url = 'https://files.minecraftforge.net/maven/' }
gradlePluginPortal()
}
}
rootProject.name = 'nuggetmod'
include 'common'
include 'fabric'
include 'neoforge'