Minor launch/landing pad tweaks/fixes

This commit is contained in:
Anuken
2025-02-02 20:33:12 -05:00
parent c1cd4c23f9
commit ccda69bda0
4 changed files with 6 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ public class LandingPad extends Block{
update = true;
configurable = true;
acceptsItems = false;
canOverdrive = false; //overdriving can't do anything meaningful besides decrease cooldown, which is very small anyway, so don't bother
emitLight = true;
lightRadius = 90f;