mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Fix biome testmod accessor mixin being clientside despite used by the server
This commit is contained in:
parent
676f40fa73
commit
c345aea85c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"required": true,
|
||||
"package": "net.fabricmc.fabric.test.biome.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"mixins": [
|
||||
"DecoratorsAccessor"
|
||||
],
|
||||
"injectors": {
|
||||
|
|
Loading…
Add table
Reference in a new issue