fabric-1.18.2: copy from fabric-1.18

This commit is contained in:
Kosma Moczek 2022-02-28 21:15:15 +01:00
parent 91411f6e95
commit 1eca9b195d
42 changed files with 3747 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.dynmap.fabric_1_18.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"BiomeEffectsAccessor",
"MinecraftServerMixin",
"PlayerManagerMixin",
"ProtoChunkMixin",
"ServerPlayerEntityMixin",
"ServerPlayNetworkHandlerMixin",
"ThreadedAnvilChunkStorageMixin",
"WorldChunkMixin"
],
"injectors": {
"defaultRequire": 1
}
}