Disabled line rotation lock on mobile / Disabled command queue 'stealing'

This commit is contained in:
Anuken
2026-01-01 11:13:57 -05:00
parent 87e2dc69a2
commit 0bf2eea358
3 changed files with 3 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ public class BeamDrill extends Block{
solid = true;
drawArrow = false;
regionRotated1 = 1;
if(!mobile) ignoreLineRotation = true;
ignoreLineRotation = true;
ambientSoundVolume = 0.05f;
ambientSound = Sounds.loopMineBeam;

View File

@@ -57,7 +57,7 @@ public class WallCrafter extends Block{
rotate = true;
update = true;
solid = true;
if(!mobile) ignoreLineRotation = true;
ignoreLineRotation = true;
regionRotated1 = 1;
envEnabled |= Env.space;