Update to 1.18.2

main
Charlotte Som 2022-03-08 22:50:17 +00:00
parent 284008882b
commit 4d5a7c8b80
5 changed files with 11 additions and 12 deletions

View File

@ -63,8 +63,8 @@ dependencies {
runtimeOnly("org.anarres:jcpp:1.4.14") runtimeOnly("org.anarres:jcpp:1.4.14")
modImplementation(files("vendor/mods/baritone-unoptimized-fabric-1.8.2.jar")) modImplementation(files("vendor/mods/baritone-unoptimized-fabric-1.8.2.jar"))
modImplementation(files("vendor/mods/iris-mc1.18.1-1.2.0-pre.jar")) modImplementation(files("vendor/mods/iris-mc1.18.2-1.2.1-rc2-0cc372f0.jar"))
modImplementation(files("vendor/mods/sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar")) modImplementation(files("vendor/mods/sodium-fabric-mc1.18.2-0.4.1+build.15.jar"))
modRuntimeOnly(files("vendor/mods/lazydfu-0.1.2.jar")) modRuntimeOnly(files("vendor/mods/lazydfu-0.1.2.jar"))
} }

View File

@ -1,13 +1,12 @@
kotlin.code.style=official kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
org.gradle.warning.mode=all org.gradle.warning.mode=all
# Check these on https://fabricmc.net/develop/ # QuiltMC https://github.com/QuiltMC/quilt-mappings/tags
minecraftVersion=1.18.1 minecraftVersion=1.18.2
yarnMappings=1.18.1+build.22 quiltMappings=1.18.2+build.7
quiltMappings=1.18.1+build.6 # Fabric https://fabricmc.net/develop/
loaderVersion=0.12.12 loaderVersion=0.13.3
# Fabric API fabricVersion=0.47.10+1.18.2
fabricVersion=0.46.1+1.18
loomVersion=0.10-SNAPSHOT loomVersion=0.10-SNAPSHOT
# Mod Properties # Mod Properties
modVersion=1.0.0 modVersion=1.0.0

View File

@ -20,7 +20,7 @@ public abstract class MixinMinecraftMain {
} }
private static void replaceVersion(List<String> arguments) { private static void replaceVersion(List<String> arguments) {
replace(arguments, "--version", "1.18.1"); replace(arguments, "--version", "1.18.2");
replace(arguments, "--versionType", "release"); replace(arguments, "--versionType", "release");
} }

View File

@ -5,7 +5,7 @@ import codes.som.hibiscus.mc
import com.google.common.collect.BiMap import com.google.common.collect.BiMap
import com.google.common.collect.ImmutableBiMap import com.google.common.collect.ImmutableBiMap
import com.google.common.collect.ImmutableSortedSet import com.google.common.collect.ImmutableSortedSet
import net.minecraft.client.util.InputUtil import com.mojang.blaze3d.platform.InputUtil
import org.lwjgl.glfw.GLFW import org.lwjgl.glfw.GLFW
object Keys { object Keys {

2
vendor

@ -1 +1 @@
Subproject commit dfdf189eceaceda80b2562a89695761ef5d5f068 Subproject commit 778287a8847b7e51413b8ac20e4f383f0f13ede9