NullPointer Fix for Mio

Quick rating

Community listing page, reviews here may not be monitored by the author.

NullPointer Fix for Mio

By Mioki_Owner , Mioki

No reviews yet

This mod safely fixes the null pointer issue in Minecraft network packets.

Mod Loaders
Minecraft

About

Description

This mod safely modifies the core read method of Minecraft network packets. Whenever any mod attempts to write null into a packet, the method automatically replaces null with an empty CompoundTag at the return stage, ensuring that any subsequent NBT operations (such as getString, getInt, etc.) will not throw a null pointer exception.

This mod safely modifies the core read method of Minecraft network packets. Whenever any mod attempts to write null into a packet, the method automatically replaces null with an empty CompoundTag at the return stage, ensuring that any subsequent NBT operations (such as getString, getInt, etc.) will not throw a null pointer exception.