feat(builders): add Excavate toggle to the Builder GUI#4761
Open
ghshhf wants to merge 1 commit into
Open
Conversation
Mirror the Filler's canExcavate behaviour on the Builder. The GUI now exposes a toggle (using the existing TileBuilder#canExcavate / sendCanExcavate plumbing) so players can disable block breaking and have the Builder only place. Adds the gui.builder.canExcavate localization key to en_US.lang.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Builder has long supported
canExcavateon its tile (the same plumbing the Filler uses viaNET_CAN_EXCAVATE), but it was never exposed in the Builder's GUI. This adds an Excavate toggle button so players can disable block breaking and have the Builder only place.GuiBuilder: add an Excavate toggle using the existingTileBuilder#canExcavate/sendCanExcavatemethods.en_US.lang: add thegui.builder.canExcavatelocalization key (mirrors the Filler's "Excavate" / "Do Not Excavate" wording).This brings the Builder in line with the Filler's excavate UX.
Test plan