mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 07:11:02 +00:00
Fix placement
This commit is contained in:
@@ -188,8 +188,6 @@ public class IrisObject extends IrisRegistrant
|
||||
}
|
||||
|
||||
for(IrisObjectReplace j : config.getEdit())
|
||||
{
|
||||
if(j.isExact())
|
||||
{
|
||||
for(BlockData k : j.getFind())
|
||||
{
|
||||
@@ -199,7 +197,6 @@ public class IrisObject extends IrisRegistrant
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
data = config.getRotation().rotate(data, spinx, spiny, spinz);
|
||||
int xx = x + (int) Math.round(i.getX());
|
||||
|
||||
Reference in New Issue
Block a user