Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jun 2, 2022
1 parent 35690d6 commit b43c6bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
maven { url = 'https://files.minecraftforge.net/maven' }
maven { url = 'https://repo.spongepowered.org/maven' }
jcenter()
mavenCentral()
}
dependencies {
Expand All @@ -15,13 +14,13 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin'

group = 'io.izzel.lightfall'
version = '1.0.0'
version = '1.0.1'
archivesBaseName = 'lightfallclient'

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

minecraft {
mappings channel: 'official', version: "1.18"
mappings channel: 'official', version: "1.18.2"
runs {
client {
workingDirectory project.file('run')
Expand All @@ -46,7 +45,7 @@ repositories {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.18-38.0.12'
minecraft 'net.minecraftforge:forge:1.18.2-40.1.0'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
}

Expand All @@ -62,5 +61,5 @@ processResources {
}

jar {
manifest.attributes MixinConnector: 'io.izzel.lightfall.client.LightfallConnector'
manifest.attributes MixinConfigs: 'mixins.lightfall.json'
}
12 changes: 0 additions & 12 deletions src/main/java/io/izzel/lightfall/client/LightfallConnector.java

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions src/main/resources/mixins.lightfall.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"defaultRequire": 1
},
"mixins": [
"ClientLoginNetHandlerMixin",
"MinecraftMixin"
"ClientLoginNetHandlerMixin"
]
}

0 comments on commit b43c6bc

Please sign in to comment.