initial commit for shared version repo of Batteries mod - currently supports 1.21.11 and 1.21.1 of NeoForge.

This commit is contained in:
trunksbomb
2026-03-22 14:18:55 -04:00
commit 8d86c883ae
247 changed files with 18315 additions and 0 deletions

15
settings.gradle Normal file
View File

@@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'minecraft-batteries'
include 'common'
include 'neoforge-1.21.1'
include 'neoforge-1.21.11'