mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 15:56:27 +00:00
Proper fracturing for max fracture accuracy
This commit is contained in:
@@ -477,8 +477,7 @@ public class IrisPostModifier extends EngineAssignedModifier<BlockData> {
|
||||
BlockData d = getPostBlock(x, y, z, currentPostX, currentPostZ, currentData);
|
||||
return d instanceof Levelled;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void setPostBlock(int x, int y, int z, BlockData d, int currentPostX, int currentPostZ, Hunk<BlockData> currentData) {
|
||||
synchronized (currentData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user