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