fixed ServerPlayNetworkHandlerMixin for fabric 1.16.4
This commit is contained in:
parent
3ff0d632a2
commit
679979c156
43 changed files with 5404 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ include ':bukkit-helper'
|
|||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.16.2'
|
||||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
|
|
@ -35,6 +36,7 @@ project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
|||
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
|
||||
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
||||
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
|
||||
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
|
||||
project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
|
||||
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" as File
|
||||
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue