feat: added ForcePlace & No Updates, Modifier disabled messages moved to Toast

This commit is contained in:
moonleay 2024-04-27 03:34:45 +02:00
parent ff77e2b576
commit 8930d64fd0
Signed by: moonleay
GPG key ID: 82667543CCD715FB
11 changed files with 74 additions and 66 deletions

View file

@ -4,10 +4,9 @@
"package": "net.moonleay.gimble.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"AlwaysAllowBlock",
"ForcePlaceMixin",
"NoClipMixin",
"WorldSetBlockStateMixin"
"NoBlockUpdates",
"NoClipMixin"
],
"client": [
"HudMixin",