Cleanup
This commit is contained in:
@@ -2454,13 +2454,13 @@ public class Blocks{
|
|||||||
//erekir
|
//erekir
|
||||||
|
|
||||||
beamNode = new BeamNode("beam-node"){{
|
beamNode = new BeamNode("beam-node"){{
|
||||||
requirements(Category.power, with(Items.beryllium, 10));
|
requirements(Category.power, with(Items.beryllium, 8));
|
||||||
consumesPower = outputsPower = true;
|
consumesPower = outputsPower = true;
|
||||||
health = 90;
|
health = 90;
|
||||||
range = 10;
|
range = 10;
|
||||||
fogRadius = 1;
|
fogRadius = 1;
|
||||||
researchCost = with(Items.beryllium, 5);
|
researchCost = with(Items.beryllium, 5);
|
||||||
buildCostMultiplier = 2f;
|
buildCostMultiplier = 2.5f;
|
||||||
|
|
||||||
consumePowerBuffered(1000f);
|
consumePowerBuffered(1000f);
|
||||||
}};
|
}};
|
||||||
|
|||||||
@@ -130,6 +130,12 @@ public class LandingPad extends Block{
|
|||||||
public @Nullable Item arriving;
|
public @Nullable Item arriving;
|
||||||
public float liquidRemoved;
|
public float liquidRemoved;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void drawSelect(){
|
||||||
|
super.drawSelect();
|
||||||
|
drawItemSelection(config);
|
||||||
|
}
|
||||||
|
|
||||||
public void handleLanding(){
|
public void handleLanding(){
|
||||||
if(config == null) return;
|
if(config == null) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user