Skip to content

Commit

Permalink
⬆ Updated to Minecraft 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Dec 11, 2021
1 parent be45e26 commit e134921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.6.0-1.18'
version = '1.6.0-1.18.1'
group = 'com.mrcrayfish'
archivesBaseName = 'catalogue'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.18'
mappings channel: 'official', version: '1.18.1'
runs {
client {
workingDirectory project.file('run')
Expand Down Expand Up @@ -59,7 +59,7 @@ minecraft {
sourceSets.main.resources { srcDir 'src/generated/resources' }

dependencies {
minecraft 'net.minecraftforge:forge:1.18-38.0.3'
minecraft 'net.minecraftforge:forge:1.18.1-39.0.0'
}

jar {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[38,)"
loaderVersion="[39,)"
license="GPL3"
issueTrackerURL="https://github.com/MrCrayfish/Catalogue/issues"

Expand All @@ -18,13 +18,13 @@ credits="Hatsondogs for creating icons"
[[dependencies.catalogue]]
modId="forge"
mandatory=true
versionRange="[38,)"
versionRange="[39,)"
ordering="NONE"
side="BOTH"
[[dependencies.catalogue]]
modId="minecraft"
mandatory=true
versionRange="[1.18,1.19)"
versionRange="[1.18.1,1.19)"
ordering="NONE"
side="BOTH"

Expand Down

0 comments on commit e134921

Please sign in to comment.