Reduce decompile API blockers
Some checks failed
Build / build (push) Failing after 6m48s

This commit is contained in:
MrSphay
2026-05-04 13:33:41 +02:00
parent e41adca82b
commit 93c8d5efae
40 changed files with 472 additions and 1083 deletions

View File

@@ -38,7 +38,7 @@ public class GroundDustEffect {
private final int raycastFrequency;
public GroundDustEffect(Vec3 position, float power) {
this.level = Minecraft.m_91087_().f_91073_;
this.level = Minecraft.getInstance().f_91073_;
this.initialPosition = position;
this.power = power;
double qualityMultiplier = (Double)Config.CLIENT.groundDustQuality.get();