change nbt format: fix visibility
This commit is contained in:
parent
dda5ac3573
commit
4433d3b3df
19 changed files with 37 additions and 37 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue