Skip to content

Commit

Permalink
Update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MCRcortex committed Sep 25, 2023
1 parent 3bbc715 commit 086624b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ dependencies {
//modImplementation "maven.modrinth:c2me-fabric:0.2.0+alpha.10.49+1.19.4"
//modImplementation "maven.modrinth:chunks-fade-in:v1.0.3-1.19.4"
//modImplementation "maven.modrinth:immersiveportals:v2.7.3-mc1.19.4"
modCompileOnly "maven.modrinth:iris:1.6.9+1.20.1"
modCompileOnly "maven.modrinth:iris:1.6.9+1.20.2"
}

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html

minecraft_version=1.20.2-rc2
yarn_mappings=1.20.2-rc2+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.21

#Fabric api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@Mixin(GameRenderer.class)
public class MixinGameRenderer {
@Inject(method = "method_32796", at = @At("HEAD"), cancellable = true)
@Inject(method = "getFarPlaneDistance", at = @At("HEAD"), cancellable = true)
public void method_32796(CallbackInfoReturnable<Float> cir) {
if (Nvidium.IS_ENABLED) {
cir.setReturnValue(16 * 512f);
Expand Down

0 comments on commit 086624b

Please sign in to comment.