Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 28, 2024
1 parent 7a304c1 commit efee463
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jar {
unifiedPublishing {
project {
releaseType = "${ENV.RELEASE_TYPE ?: 'release'}"
gameVersions = Arrays.asList(rootProject.supported_versions.split(','))
gameVersions = Arrays.asList(rootProject.supported_versions.split(', '))
gameLoaders = ["neoforge", "fabric"]
displayName = "$mod_name $project.version"
changelog = 'Changelog not available'
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
loom.platform=neoforge

minecraft_version=1.21
mod_version=2101.2.5

mod_id=rhino
archives_base_name=rhino
mod_name=Rhino
Expand All @@ -13,6 +10,9 @@ mod_author=latvian.dev
curseforge_id=416294
modrinth_id=sk9knFPE

supported_versions=1.21,1.21.1
minecraft_version=1.21.1
supported_versions=1.21.1, 1.21
mod_version=2101.2.5

neoforge_version=21.1.31
junit_version=5.8.2
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modLoader = "lowcodefml"
loaderVersion = "[2,)"
issueTrackerURL = "https://github.com/KubeJS-Mods/Rhino/issues"
issueTrackerURL = "https://kubejs.com/support?source=rhino&mc=2101&loader=neoforge"
license = "MPL-2.0"

[[mods]]
Expand All @@ -12,4 +12,5 @@ description = '''
A fork of Mozilla's Rhino library, modified for use in mods
'''
logoFile = "rhino_logo.png"
displayTest = "NONE"
modUrl = "https://kubejs.com"
displayURL = "https://kubejs.com"

0 comments on commit efee463

Please sign in to comment.