Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/src/mindustry/core/ContentLoader.java core/src/mindustry/world/Block.java
This commit is contained in:
@@ -417,7 +417,7 @@ public class Block extends UnlockableContent{
|
||||
return hasItems;
|
||||
}
|
||||
|
||||
/** Returns whether this block can be place on the specified */
|
||||
/** @return whether this block can be placed on the specified tile. */
|
||||
public boolean canPlaceOn(Tile tile, Team team, int rotation){
|
||||
return canPlaceOn(tile, team);
|
||||
}
|
||||
|
||||
@@ -79,8 +79,6 @@ public class PowerNode extends PowerBlock{
|
||||
});
|
||||
|
||||
config(Point2[].class, (tile, value) -> {
|
||||
tile.power.links.clear();
|
||||
|
||||
IntSeq old = new IntSeq(tile.power.links);
|
||||
|
||||
//clear old
|
||||
|
||||
@@ -24,7 +24,6 @@ public class LiquidConverter extends GenericCrafter{
|
||||
|
||||
ConsumeLiquid cl = consumes.get(ConsumeType.liquid);
|
||||
cl.update(false);
|
||||
outputLiquid.amount = cl.amount;
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user