mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-14 11:46:08 +00:00
The engine is the framework
This commit is contained in:
@@ -37,10 +37,8 @@ public class ZoneMatter extends RawMatter<IrisFeaturePositional> {
|
||||
|
||||
@Override
|
||||
public void setRaw(int x, int y, int z, IrisFeaturePositional t) {
|
||||
for(int i = 0; i < getHeight(); i++)
|
||||
{
|
||||
if(get(x, i, z) == null)
|
||||
{
|
||||
for (int i = 0; i < getHeight(); i++) {
|
||||
if (get(x, i, z) == null) {
|
||||
super.setRaw(x, i, z, t);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user