first commit

This commit is contained in:
2025-11-04 13:49:10 +08:00
commit 8c468ec780
24 changed files with 1706 additions and 0 deletions

11
settings.gradle Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.fabricmc.net/' }
maven { url = 'https://maven.neoforged.net/releases' }
mavenCentral()
}
}
rootProject.name = 'mcef'
include('common', 'fabric', 'neoforge')