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

8
common/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Common Sources
Place shared Java and resource files here as you begin supporting more than one NeoForge target.
- Java: `common/src/main/java`
- Resources: `common/src/main/resources`
The version-specific modules include these directories directly in their main source sets.