Frederik van der Els
Frederik van der Els
**Description of the feature** The person that triggers the End Crystal would get kill credit for anyone that dies due to the explosion of the End Crystal. Same for TnT,...
I rewrote `FormattedTextArgumentType`. The previous implementation was too verbose and moreover not working as one might have expected it to. This new syntax is less error prone and probably more...
I have implemented multiplayer chess over the C2C packets protocol. The PR is still a draft, as some chess rules are missing and because I'm waiting for #485 to be...
A command that allows the player to set waypoints. The original idea is by @ImUrX.
Closes #38, closes #42. Todo: - [ ] Prevent some world files from being saved - [ ] Fix registry related argument types for `/sm:locate` - [ ] Fix point...
I have no idea why something else in the file changed as well, hopefully it's not a problem.
Dear FabricMC development team, I hereby propose a server consent system for clients. As this is just a proposal, I invite you to share your thoughts on this so that...
Here are a few improvements I can think of. - [ ] Create a test(mod) entrypoint along with the main and client entrypoints - [x] Change tabs (`\t`) in `ExampleMod`...
_Transferred from [FabricMC/fabric-example-mod#233](https://github.com/FabricMC/fabric-example-mod/pull/233)._ By default, Gradle will use the project name configured in `settings.gradle` (`rootProject.name`), after which it will default to the project's directory name. The directory name is very...