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 3c6694f commit 624e9caCopy full SHA for 624e9ca
common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt
@@ -298,7 +298,6 @@ object BuildSimulator {
298
side,
299
item ?: player.inventory.mainHandStack.item,
300
expectedState,
301
- targetState,
302
preProcessing,
303
placing,
304
interact,
@@ -361,7 +360,6 @@ object BuildSimulator {
361
360
sides: Set<Direction>?,
362
item: Item,
363
expectedState: BlockState,
364
- targetState: TargetState,
365
preProcessing: PreProcessingInfo,
366
placing: Boolean,
367
interact: InteractionConfig,
0 commit comments