Fix BlockView API v2 not applying WorldViewMixin ()

This commit is contained in:
PepperCode1 2025-03-16 06:35:28 -07:00 committed by GitHub
parent db5e66823d
commit 9c49cc8ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,8 @@
"compatibilityLevel": "JAVA_21",
"mixins": [
"BlockEntityMixin",
"BlockViewMixin"
"BlockViewMixin",
"WorldViewMixin"
],
"injectors": {
"defaultRequire": 1