Initial commit: Minecraft Fabric 模组:神经网络地形生成

This commit is contained in:
WpyQwq
2026-09-19 12:00:57 +08:00
commit 840b77b53a
70 changed files with 5024 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
// Should match your modid
rootProject.name = 'neural-terrain'