change nbt format: fix visibility

This commit is contained in:
Sen 2025-05-27 21:38:31 +02:00
parent dda5ac3573
commit 4433d3b3df
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
19 changed files with 37 additions and 37 deletions

View file

@ -209,7 +209,7 @@ public abstract class MapGenStructure extends MapGenBase
{
NBTBase nbtbase = tag.get(s);
if (nbtbase.getId() == 10)
if (nbtbase instanceof NBTTagCompound)
{
NBTTagCompound nbttagcompound1 = (NBTTagCompound)nbtbase;