[BUG] Fix NeoForge/Forge issue with adventure

This commit is contained in:
2024-08-08 21:51:15 +02:00
parent 04d4ea6520
commit 029bde932d
79 changed files with 176 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle
+++ b/NeoForge/build.gradle
@@ -50,7 +50,7 @@
@@ -51,7 +51,7 @@
from project(":Common").sourceSets.main.resources
def buildProps = project.properties.clone()
@@ -9,7 +9,7 @@
expand buildProps
}
}
@@ -105,8 +105,8 @@
@@ -106,8 +106,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}")