mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-05 19:47:00 -04:00
Fix BlockView API v2 not applying WorldViewMixin (#4500)
This commit is contained in:
parent
db5e66823d
commit
9c49cc8ce1
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"compatibilityLevel": "JAVA_21",
|
||||
"mixins": [
|
||||
"BlockEntityMixin",
|
||||
"BlockViewMixin"
|
||||
"BlockViewMixin",
|
||||
"WorldViewMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Reference in a new issue