mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-16 10:28:05 +00:00
Attempting to update to 1.17.
Todo: refactor rendering to avoid using direct GL calls, instead I've read that you could use a `BufferBuilder` but need to do more looking into that. Also need to update some block entity things, since some calls are also gone.
This commit is contained in:
@@ -242,10 +242,10 @@ public class FakeNetHandler extends ServerPlayNetworkHandler
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onConfirmScreenAction( ConfirmScreenActionC2SPacket packet )
|
||||
{
|
||||
}
|
||||
// @Override
|
||||
// public void onConfirmScreenAction( ConfirmScreenActionC2SPacket packet )
|
||||
// {
|
||||
// }
|
||||
|
||||
@Override
|
||||
public void onSignUpdate( @Nonnull UpdateSignC2SPacket packet )
|
||||
|
||||
Reference in New Issue
Block a user