Fix compile error

This commit is contained in:
Vojtěch Šokala
2026-03-15 23:31:13 +01:00
parent 6bd3c825c3
commit 4f9d4e2a14
@@ -93,8 +93,9 @@ import net.minecraft.core.registries.Registries;
import net.minecraft.world.level.chunk.ChunkStatus;
#else
import net.minecraft.world.level.chunk.status.ChunkStatus;
import org.jetbrains.annotations.Nullable;
#endif
import org.jetbrains.annotations.Nullable;
public final class BatchGenerationEnvironment implements IBatchGeneratorEnvironmentWrapper
{