aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2022-08-10feat(mod): use @Inject with capture locals instead of @RedirectTrumeet
2022-08-10revert: fix(acron): add remap = false for MinecraftServerMixin#startServerTrumeet
Adding remap = false actually makes the server unable to start. This commit reverts 8f07d4ee8f345feb36c4f1c99eea2fe4f1cdf6e3
2022-08-03fix(mod): hook PlayerManager#onPlayerConnect instead of ↵Trumeet
ServerLoginNetworkHandler#addToServer Carpet mod fake players will call the former method directly.
2022-07-29feat(mod/libacron): provide entity type to clientsTrumeet
API:ADD
2022-07-27feat(mod): enforce cmd response ordering and terminationTrumeet
2022-07-26Move the mod to mod/Trumeet