Compare commits
No commits in common. "921778b9e69c90ce9a99d4ed96eaf07553ef95af" and "0f30cd6756a54a8385fc6f98ac1992a87ebf4e8a" have entirely different histories.
921778b9e6
...
0f30cd6756
@ -159,7 +159,7 @@ class BlackHoleRenderer(private val context: BlockEntityRendererProvider.Context
|
||||
if (!minecraft.options.hideGui && (
|
||||
(ply.mainHandItem.item == MItems.BLACK_HOLE_SCANNER || ply.offhandItem.item == MItems.BLACK_HOLE_SCANNER) &&
|
||||
poseStack.translation().length() < tile.gravitationStrength * 128.0 ||
|
||||
(ply.abilities.instabuild || ply.isSpectator || ply.matteryPlayer.isAndroid) &&
|
||||
(ply.abilities.instabuild || ply.matteryPlayer?.isAndroid == true) &&
|
||||
poseStack.translation().length() < tile.gravitationStrength * 48.0
|
||||
)) {
|
||||
val facing = tile.blockPos.asVector() - Minecraft.getInstance().gameRenderer.mainCamera.position
|
||||
|
Loading…
Reference in New Issue
Block a user