mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 12:09:07 +00:00
Fix slabs
This commit is contained in:
@@ -388,7 +388,7 @@ public class PostMasterPatcher extends IrisPostBlockFilter
|
||||
|
||||
if(!cancel && isAirOrWater(x, c, z, currentPostX, currentPostZ, currentData))
|
||||
{
|
||||
Slab slab = (Slab) d.getBlockData();
|
||||
Slab slab = (Slab) d.getBlockData().clone();
|
||||
slab.setType(Type.TOP);
|
||||
setPostBlock(x, c, z, d, currentPostX, currentPostZ, currentData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user