Skip to content

Conversation

@bukowski912
Copy link
Contributor

@bukowski912 bukowski912 commented May 17, 2025

Proposed Goals

  • The configurator should push/pull (and not colour) in wrench mode.
  • The configurator should only colour transporters and the like in items mode.

@bukowski912 bukowski912 force-pushed the better-configurator branch from b585391 to cbd6517 Compare May 23, 2025 18:41
@bukowski912 bukowski912 force-pushed the better-configurator branch from cbd6517 to 2231cff Compare May 25, 2025 00:12
}

protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack) {
protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack, InteractionHand hand) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'player' is never used.
}

protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack) {
protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack, InteractionHand hand) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'stack' is never used.
}

protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack) {
protected WrenchResult tryWrenchRotate(BlockState state, Player player, ItemStack stack, InteractionHand hand) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'hand' is never used.
@bukowski912 bukowski912 force-pushed the better-configurator branch from 2231cff to 2b2588d Compare May 25, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant