We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58aef67 commit 239930dCopy full SHA for 239930d
common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt
@@ -297,7 +297,7 @@ object BuildSimulator {
297
acc.add(PlaceResult.BlockedByEntity(pos))
298
return@forEach
299
}
300
- var rot = checkedHit.targetRotation
+ var rot = fakePlayer.rotation
301
302
val simulatePlaceState = placeState@ {
303
resultState = blockItem.getPlacementState(context)
@@ -313,7 +313,7 @@ object BuildSimulator {
313
314
315
316
- if (!place.axisRotate && place.rotateForPlace) {
+ if (!place.axisRotate) {
317
simulatePlaceState()?.let { placeResult ->
318
acc.add(placeResult)
319
0 commit comments