This commit is contained in:
2026-03-10 03:04:20 +08:00
parent 740527fc41
commit bd3e1a8d82
18 changed files with 468 additions and 89 deletions

View File

@@ -56,9 +56,10 @@ repositories {
}
dependencies {
implementation "net.neoforged:neoforge:${neo_version}"
implementation 'net.neoforged:neoforge:' + neo_version
}
tasks.withType(ProcessResources).configureEach {
var replaceProperties = [
minecraft_version : minecraft_version,