Move NeoForge shims out of exported packages
All checks were successful
Build / build (push) Successful in 9m21s

This commit is contained in:
MrSphay
2026-05-07 01:45:30 +02:00
parent d75f342b4f
commit 5f3338e8a7
31 changed files with 46 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ import com.vinlanx.explosionoverhaul.BlockIndexManager;
import java.util.function.Supplier;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.server.level.ServerPlayer;
import net.neoforged.neoforge.network.NetworkEvent;
import com.vinlanx.explosionoverhaul.compat.network.NetworkEvent;
public class ScanControlPacket {
private final boolean startScan;