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

@@ -6,7 +6,7 @@ package com.vinlanx.explosionoverhaul;
import com.vinlanx.explosionoverhaul.ScanLoadPromptHUD;
import java.util.function.Supplier;
import net.minecraft.network.FriendlyByteBuf;
import net.neoforged.neoforge.network.NetworkEvent;
import com.vinlanx.explosionoverhaul.compat.network.NetworkEvent;
public class ScanLoadPromptPacket {
private final boolean showPrompt;