Skip to content

Commit

Permalink
Updated TJS, updated minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 15, 2024
1 parent 5b11da7 commit eb8b397
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ neoForge {
}

parchment {
minecraftVersion = minecraft_version
mappingsVersion = parchment_version
minecraftVersion = parchment_mc_version
mappingsVersion = parchment_mapping_version
}
}

Expand Down Expand Up @@ -168,7 +168,8 @@ unifiedPublishing {
project {
releaseType = "${ENV.RELEASE_TYPE ?: 'release'}"
gameVersions = [
rootProject.minecraft_version
rootProject.minecraft_version,
'1.20'
]
gameLoaders = ["neoforge"]
displayName = "$mod_name NeoForge $project.version"
Expand Down
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ mod_author=latvian.dev
curseforge_id=238086
modrinth_id=umyGl7zF

minecraft_version=1.21
mod_version=2100.7.0
minecraft_version=1.21.1
mod_version=2101.7.0

neoforge_version=21.0.163
parchment_version=2024.07.28
neoforge_version=21.1.12
parchment_mc_version=1.21
parchment_mapping_version=2024.07.28
rhino_version=2100.2.5-build.46
tiny_server_version=1.0.0-build.1
tiny_server_version=1.0.0-build.2

architectury_version=13.0.6
rei_version=16.0.744
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'KubeJS-1.21'
rootProject.name = 'KubeJS-1.21.1'

0 comments on commit eb8b397

Please sign in to comment.