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

@@ -61,7 +61,7 @@ public class SpawnCustomGlowPacket {
public static class ClientPacketHandler {
public static void handlePacket(SpawnCustomGlowPacket msg) {
ClientLevel level = Minecraft.m_91087_().f_91073_;
ClientLevel level = Minecraft.getInstance().f_91073_;
if (level != null) {
CustomGlowParticleOptions options = new CustomGlowParticleOptions(msg.zone, msg.power, msg.scale, 0, msg.centerY, msg.maxRadius, msg.heightPercent);
level.m_7106_((ParticleOptions)options, msg.pos.f_82479_, msg.pos.f_82480_, msg.pos.f_82481_, msg.motion.f_82479_, msg.motion.f_82480_, msg.motion.f_82481_);