fabric-1.19: copy from fabric-1.18.2
This commit is contained in:
parent
d2871d94f4
commit
d687bd3574
42 changed files with 3747 additions and 0 deletions
19
fabric-1.19/src/main/resources/dynmap.mixins.json
Normal file
19
fabric-1.19/src/main/resources/dynmap.mixins.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "org.dynmap.fabric_1_18_2.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BiomeEffectsAccessor",
|
||||
"MinecraftServerMixin",
|
||||
"PlayerManagerMixin",
|
||||
"ProtoChunkMixin",
|
||||
"ServerPlayerEntityMixin",
|
||||
"ServerPlayNetworkHandlerMixin",
|
||||
"ThreadedAnvilChunkStorageMixin",
|
||||
"WorldChunkMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue