mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 18:57:39 +07:00
Fixed 'underwater' ores
This commit is contained in:
parent
b795d97d0e
commit
e6afe584e5
@ -103,6 +103,7 @@ public class EditorTile extends Tile{
|
||||
return;
|
||||
}
|
||||
|
||||
if(floor.isLiquid) return;
|
||||
if(overlayID() == overlay) return;
|
||||
op(OpType.overlay, this.overlay.id);
|
||||
super.setOverlayID(overlay);
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=c01a92404885b43cb5d3252ae0298aee6c755164
|
||||
archash=9cde8aeb1f4913d5f9c1ed1792d5c5c5d522298c
|
||||
|
Loading…
Reference in New Issue
Block a user