File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ include ':bukkit-helper'
30
30
include ' :dynmap-api'
31
31
include ' :DynmapCore'
32
32
include ' :DynmapCoreAPI'
33
+ include ' :fabric-1.20.6'
33
34
include ' :fabric-1.20.4'
34
35
include ' :fabric-1.20.2'
35
36
include ' :fabric-1.20'
@@ -70,6 +71,7 @@ project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
70
71
project(' :dynmap-api' ). projectDir = " $rootDir /dynmap-api" as File
71
72
project(' :DynmapCore' ). projectDir = " $rootDir /DynmapCore" as File
72
73
project(' :DynmapCoreAPI' ). projectDir = " $rootDir /DynmapCoreAPI" as File
74
+ project(' :fabric-1.20.6' ). projectDir = " $rootDir /fabric-1.20.6" as File
73
75
project(' :fabric-1.20.4' ). projectDir = " $rootDir /fabric-1.20.4" as File
74
76
project(' :fabric-1.20.2' ). projectDir = " $rootDir /fabric-1.20.2" as File
75
77
project(' :fabric-1.20' ). projectDir = " $rootDir /fabric-1.20" as File
You can’t perform that action at this time.
0 commit comments