Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Nov 11, 2024
1 parent 9417db1 commit 82f99c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class LightTextureMixin {
}

@ModifyConstant(method = "updateLightTexture", constant = @Constant(floatValue = 0.04F))
public float nolijium$updateLightTexture$0_04F(float value, @Local(ordinal = 2, print = true) float f1, @Local(ordinal = 7) float f5) {
public float nolijium$updateLightTexture$0_04F(float value, @Local(ordinal = 2) float f1, @Local(ordinal = 7) float f5) {
if (f1 != 1F && // lightning flashes
f5 == 0F && // night vision, conduit power, etc.
Nolijium.config.enablePureDarkness && // require option to be enabled in config (weird idea right?)
Expand Down

0 comments on commit 82f99c4

Please sign in to comment.