Fixed BeamDrill draw rotation

This commit is contained in:
Anuken
2022-01-24 12:32:14 -05:00
parent 551d01bf6e
commit a70b28ea12
2 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ public class BeamDrill extends Block{
update = true;
solid = true;
drawArrow = false;
regionRotated1 = 1;
envEnabled |= Env.space;
}