nitro-orchard-1.21.11.jar

Download file
package dev.virel.obf;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@Environment(EnvType.CLIENT)
record iIl1(double speed, double drag, double gravity) {
   // $FF: synthetic field
   private final double IIli1l;
   // $FF: synthetic field
   private final double IIi1I;
   // $FF: synthetic field
   private final double ilii1;

   // $FF: synthetic method
   private iIl1(double var1, double var3, double var5) {
      this.IIli1l = var1;
      this.ilii1 = var3;
      this.IIi1I = var5;
   }
}
Download file