Fixed #9247
This commit is contained in:
@@ -570,7 +570,7 @@ public class Blocks{
|
||||
snowWall = new StaticWall("snow-wall");
|
||||
|
||||
duneWall = new StaticWall("dune-wall"){{
|
||||
basalt.asFloor().wall = darksandWater.asFloor().wall = darksandTaintedWater.asFloor().wall = this;
|
||||
hotrock.asFloor().wall = magmarock.asFloor().wall = basalt.asFloor().wall = darksandWater.asFloor().wall = darksandTaintedWater.asFloor().wall = this;
|
||||
attributes.set(Attribute.sand, 2f);
|
||||
}};
|
||||
|
||||
|
||||
@@ -335,7 +335,7 @@ public abstract class BasicGenerator implements WorldGenerator{
|
||||
ore = tile.overlay();
|
||||
r.get(tile.x, tile.y);
|
||||
tile.setFloor(floor.asFloor());
|
||||
tile.setBlock(block);
|
||||
if(block != tile.block()) tile.setBlock(block);
|
||||
tile.setOverlay(ore);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user