-
Notifications
You must be signed in to change notification settings - Fork 110
Minestom Latest - Update #499
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
base: dev/7.0-2
Are you sure you want to change the base?
Conversation
Updated method names to new documentation and changed minestom versioning. - Paper Build version was changed as I had issues building at all with the snapshot version. So it was changed to a generic version but everything still builds fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a minestom perspective, this looks good!
…ing issues to load the world. EntityType.fromId(Integer.parseInt(id)); to delegate = EntityType.fromKey(id);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good! Just a few nitpicks.
platforms/minestom/src/main/java/com/dfsek/terra/minestom/MinestomPlatform.java
Outdated
Show resolved
Hide resolved
…ng pulling functionality out of a common existing function
I would like to add I was not able to get working version of a snapshot on my end (even those listed on the paper repository) so I have opted to revert to the one you had originally on this branch. The minestom build is able to be built successfully on a generic but I imagine there would be no sideeffects of a snapshot build being used either. I simply could not get a snapshot build working on my end so I avoided it. |
Pull Request
Description
Changelog
Checklist
Mandatory checks
ver/
prefix)or is a branch that is intended to be merged into a version branch.
CONTRIBUTING.md
document in the root of the git repository.
Types of changes
Compatibility
Documentation
Testing
Licensing
release it under GPLv3.
released under GPLv3 or a compatible license.