mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -80,9 +80,9 @@ public class Block extends UnlockableContent{
|
|||||||
public boolean breakable;
|
public boolean breakable;
|
||||||
/** whether to add this block to brokenblocks */
|
/** whether to add this block to brokenblocks */
|
||||||
public boolean rebuildable = true;
|
public boolean rebuildable = true;
|
||||||
/** whether this water can only be placed on water */
|
/** whether this block can only be placed on water */
|
||||||
public boolean requiresWater = false;
|
public boolean requiresWater = false;
|
||||||
/** whether this water can be placed on any liquids, anywhere */
|
/** whether this block can be placed on any liquids, anywhere */
|
||||||
public boolean placeableLiquid = false;
|
public boolean placeableLiquid = false;
|
||||||
/** whether this floor can be placed on. */
|
/** whether this floor can be placed on. */
|
||||||
public boolean placeableOn = true;
|
public boolean placeableOn = true;
|
||||||
|
Reference in New Issue
Block a user