-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get more two word item names to display correctly #690
Closed
Conversation
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
fix a possible NPE
… extract them from it
extend JavaModule previously, it would only work if MyModule extends JavaModule but not if MyModule implements Module this now allows the latter too
tabs to spaces and no spaces for 'if' also removed crappy commented code
user defined modules would not register if they only implemented Module
Play sounds on door open/close
…the player does not have access to.
…dLoader cases, it seems?)
…ot worth it to lose backwards compatiblity over something stupidly small. This can be worked around so I may do just this at some point.
…eing blocked on top and bottom of chests
…on prevention, so people can't dump all their junk into your chest w/ a dropper
…into the chest when an item is in hand and compare enchantment levels correctly incase it was not working
a message that should contain information that are equally useful.
…ch more than 1 block
…l a PR so pending acceptance. Fixes taking items out of Donation chests by double clicking.
…lly properly fixes support with specific ModLoader blocks (e.g. 145:2) as long as it reports proper block / data. HOWEVER, BREAKING CHANGE! If you use LWC-Economy you need to update to the latest build. This begins development on 4.4.0 because of the breaking change as mentioned before which will not be made backwards compatibility to ensure 100% compatibility with ModLoader blocks going forward.
…ukkit API call. This should have been done a long time ago as many blocks (e.g. mods) can have inventories that I cannot account for. This also fixes compatibility with MCPC+ according to bloodshot.
Updated French language file. More info at LWC issue #613
…tedly destroyed (e.g. WorldEdit //set). Also, use MONITOR for auto protection.
Updated French language file
Translate new texts & fix some bugs in older translate
…tection inactive. This effects lwc admin expire, cleanup, and other commands.
Replaced ugly StackTrace message
Update lwc_cz.properties
…tection inactive. This effects lwc admin expire, cleanup, and other commands.
…nteract event at the same time as the destroy event for a sign)
…es with donation chests and taking arbitrary items if you have the same item type already.
This fixes the issue that caused Fence Gates, Brewing Stands, Enchantment Tables, and Trapped Chests to display incorrectly in chat, fixing #670
Holy history errors! I seem to have borked everything while trying to update the commit. Let me fix it... |
Going to have to close and reopen to reference the fixed version. Sorry about that. |
Opened #784 with the fixed version. |
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.
This adds English "localization" to Fence Gates, Brewing Stands, Enchantment Tables, and Trapped Chests making them display in chat without an underscore, fixing #670.