More 1.13.2 forge work

This commit is contained in:
Mike Primm 2020-04-25 19:50:23 -05:00
parent 1a2e1d904d
commit 17c624952b
3 changed files with 10 additions and 18 deletions

View file

@ -195,10 +195,10 @@ public class DynmapPlugin
stateByID = Arrays.copyOf(stateByID, idx+1);
Arrays.fill(stateByID, plen, stateByID.length, DynmapBlockState.AIR);
}
Block b = bs.getBlock();
Block b = bs.getBlock();
// If this is new block vs last, it's the base block state
if (b != baseb) {
basebs = null;
basebs = b;
baseidx = idx;
}