WIP: started working on ForcePlace

This commit is contained in:
moonleay 2024-04-25 02:12:27 +02:00
parent 14f2021748
commit ff77e2b576
Signed by: moonleay
GPG key ID: 82667543CCD715FB
4 changed files with 63 additions and 1 deletions

View file

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