Made beam drills rotate on mobile again / Server player name regex blacklist
This commit is contained in:
@@ -69,7 +69,7 @@ public class BeamDrill extends Block{
|
||||
solid = true;
|
||||
drawArrow = false;
|
||||
regionRotated1 = 1;
|
||||
ignoreLineRotation = true;
|
||||
if(!mobile) ignoreLineRotation = true;
|
||||
ambientSoundVolume = 0.05f;
|
||||
ambientSound = Sounds.loopMineBeam;
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ public class WallCrafter extends Block{
|
||||
rotate = true;
|
||||
update = true;
|
||||
solid = true;
|
||||
ignoreLineRotation = true;
|
||||
if(!mobile) ignoreLineRotation = true;
|
||||
regionRotated1 = 1;
|
||||
|
||||
envEnabled |= Env.space;
|
||||
|
||||
Reference in New Issue
Block a user