More 1.13.2 forge work
This commit is contained in:
parent
1a2e1d904d
commit
17c624952b
3 changed files with 10 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue