Update to 1.18.2
This commit is contained in:
		
							parent
							
								
									284008882b
								
							
						
					
					
						commit
						4d5a7c8b80
					
				
					 5 changed files with 11 additions and 12 deletions
				
			
		|  | @ -63,8 +63,8 @@ dependencies { | |||
|     runtimeOnly("org.anarres:jcpp:1.4.14") | ||||
| 
 | ||||
|     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/sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar")) | ||||
|     modImplementation(files("vendor/mods/iris-mc1.18.2-1.2.1-rc2-0cc372f0.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")) | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,13 +1,12 @@ | |||
| kotlin.code.style=official | ||||
| org.gradle.jvmargs=-Xmx1G | ||||
| org.gradle.warning.mode=all | ||||
| # Check these on https://fabricmc.net/develop/ | ||||
| minecraftVersion=1.18.1 | ||||
| yarnMappings=1.18.1+build.22 | ||||
| quiltMappings=1.18.1+build.6 | ||||
| loaderVersion=0.12.12 | ||||
| # Fabric API | ||||
| fabricVersion=0.46.1+1.18 | ||||
| # QuiltMC https://github.com/QuiltMC/quilt-mappings/tags | ||||
| minecraftVersion=1.18.2 | ||||
| quiltMappings=1.18.2+build.7 | ||||
| # Fabric https://fabricmc.net/develop/ | ||||
| loaderVersion=0.13.3 | ||||
| fabricVersion=0.47.10+1.18.2 | ||||
| loomVersion=0.10-SNAPSHOT | ||||
| # Mod Properties | ||||
| modVersion=1.0.0 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ public abstract class MixinMinecraftMain { | |||
|     } | ||||
| 
 | ||||
|     private static void replaceVersion(List<String> arguments) { | ||||
|         replace(arguments, "--version", "1.18.1"); | ||||
|         replace(arguments, "--version", "1.18.2"); | ||||
|         replace(arguments, "--versionType", "release"); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ import codes.som.hibiscus.mc | |||
| import com.google.common.collect.BiMap | ||||
| import com.google.common.collect.ImmutableBiMap | ||||
| import com.google.common.collect.ImmutableSortedSet | ||||
| import net.minecraft.client.util.InputUtil | ||||
| import com.mojang.blaze3d.platform.InputUtil | ||||
| import org.lwjgl.glfw.GLFW | ||||
| 
 | ||||
| object Keys { | ||||
|  |  | |||
							
								
								
									
										2
									
								
								vendor
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								vendor
									
									
									
									
									
								
							|  | @ -1 +1 @@ | |||
| Subproject commit dfdf189eceaceda80b2562a89695761ef5d5f068 | ||||
| Subproject commit 778287a8847b7e51413b8ac20e4f383f0f13ede9 | ||||
		Loading…
	
		Reference in a new issue