Implemented 'deep' unplaceable floor blocks

This commit is contained in:
Anuken
2018-04-14 21:51:46 -04:00
parent 458d4378f0
commit 97e5ac4c1e
5 changed files with 12 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ public class Blocks {
}},
deepwater = new Floor("deepwater") {{
placeableOn = false;
liquidColor = Color.valueOf("546bb3");
speedMultiplier = 0.2f;
variants = 0;