Fix some 1.12.2 textures

This commit is contained in:
Mike Primm 2018-08-22 07:48:35 -05:00
parent 97a3810f75
commit 43539a5ec5
3 changed files with 6 additions and 5 deletions

View file

@ -152,7 +152,7 @@ public abstract class BukkitVersionHelper {
}
for (int gidx = 0; gidx < DynmapBlockState.getGlobalIndexMax(); gidx++) {
DynmapBlockState bs = DynmapBlockState.getStateByGlobalIndex(gidx);
Log.info(gidx + ":" + bs.toString() + ", gidx=" + bs.globalStateIndex + ", sidx=" + bs.stateIndex);
Log.verboseinfo(gidx + ":" + bs.toString() + ", gidx=" + bs.globalStateIndex + ", sidx=" + bs.stateIndex);
}
}
/**