Add missing textures, shift to 1.21.6 and 1.21.7

This commit is contained in:
Mike Primm 2025-07-09 00:08:41 -04:00
parent 76f381e89d
commit 6a85dcddf7
86 changed files with 26 additions and 26 deletions

View file

@ -30,7 +30,7 @@ include ':bukkit-helper-121'
include ':bukkit-helper-121-3'
include ':bukkit-helper-121-4'
include ':bukkit-helper-121-5'
include ':bukkit-helper-121-7'
include ':bukkit-helper-121-6'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -38,7 +38,7 @@ include ':DynmapCoreAPI'
include ':fabric-1.21.1'
include ':fabric-1.21.3'
include ':fabric-1.21.5'
include ':fabric-1.21.7'
include ':fabric-1.21.6'
include ':fabric-1.21'
include ':fabric-1.20.6'
include ':fabric-1.19.4'
@ -80,7 +80,7 @@ project(':bukkit-helper-121').projectDir = "$rootDir/bukkit-helper-121" as File
project(':bukkit-helper-121-3').projectDir = "$rootDir/bukkit-helper-121-3" as File
project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as File
project(':bukkit-helper-121-5').projectDir = "$rootDir/bukkit-helper-121-5" as File
project(':bukkit-helper-121-7').projectDir = "$rootDir/bukkit-helper-121-7" as File
project(':bukkit-helper-121-6').projectDir = "$rootDir/bukkit-helper-121-6" as File
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
@ -88,7 +88,7 @@ project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
project(':fabric-1.21.1').projectDir = "$rootDir/fabric-1.21.1" as File
project(':fabric-1.21.3').projectDir = "$rootDir/fabric-1.21.3" as File
project(':fabric-1.21.5').projectDir = "$rootDir/fabric-1.21.5" as File
project(':fabric-1.21.7').projectDir = "$rootDir/fabric-1.21.7" as File
project(':fabric-1.21.6').projectDir = "$rootDir/fabric-1.21.6" as File
project(':fabric-1.21').projectDir = "$rootDir/fabric-1.21" as File
project(':fabric-1.20.6').projectDir = "$rootDir/fabric-1.20.6" as File
project(':fabric-1.19.4').projectDir = "$rootDir/fabric-1.19.4" as File