-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #1
base: main
Are you sure you want to change the base?
Dev #1
Conversation
Fixed surrounding quotation marks of messages Removed unused "defaultMessages"
f4f78f8
to
9452bab
Compare
some code messiness fixed
at specified coordinates. Now only regions applicable to the current world at the specified location are checked. * Treat all air material types equivalently. Commit taken from: totemo/RFChairs author: totemo
paper plugin 1.21
Can you perhaps also fix the incorrect seat height on slap? The adjustments in the config have no effect (only for slaps). |
You are completely correct, good catch, thanks! |
update dependencies update minecraft to the latest stable paper build (1.21.4 does not work currently, probably do to the hard fork restructure) fix config key "slab-seating-position" having a tailing "g", thanks @seema84 moved the default values up, as the old ones looked wrong and resulted in glitching through blocks in case of carpets (some minecraft update changed the point of seating on armor stands down) removed helper method to check if a Material is air, as Material already has a method for this.
…hout having to download it manually. Removed wrong comment
thanks <3 |
The newish Materials where missing again, and I was annoyed.