Initial commit

This commit is contained in:
Zoe
2026-07-04 13:08:10 -05:00
commit a3f7361948
15 changed files with 500 additions and 0 deletions

12
settings.gradle Normal file
View File

@@ -0,0 +1,12 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'ourvillagers'