-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Improves the deployable component [MDB IGNORE] (#24627)
* Improves the deployable component (#79199) ## About The Pull Request The deployable component had a few random things I noticed when I tried actually using it that kinda sucked so I'm: Making the examine message more generic, we did NOT need to make it that complicated. Letting anything with hands deploy stuff, because mobs other than humans can hold things. Giving the option to let something be deployed more than once. Letting direction setting be optional. Tweaking the check for if something can be placed somewhere to be a bit better. ## Why It's Good For The Game I want to use the deployable component for stuff but I made it awful. ## Changelog :cl: code: the deployable component has been tweaked and improved with some new options to it /:cl: --------- Co-authored-by: Jacquerel <hnevard@ gmail.com> * Improves the deployable component * Modular --------- Co-authored-by: Paxilmaniac <[email protected]> Co-authored-by: Jacquerel <hnevard@ gmail.com> Co-authored-by: Giz <[email protected]>
- Loading branch information
1 parent
dcc22d5
commit c7a8b75
Showing
5 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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