Skip to content

Commit 8e6fcac

Browse files
committed
Add Resource pack version 84 for 26.<=1.x
1 parent 5bf5dfc commit 8e6fcac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

core/src/main/java/nl/pim16aap2/bigDoors/util/ResourcePackDetails.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ public enum ResourcePackDetails
148148
Semver.of(1, 21, 11)
149149
),
150150

151+
FORMAT_84(
152+
"https://www.dropbox.com/scl/fi/drls9p9bhg28zbinty3d6/BigDoorsResourcePack-Format84.zip?rlkey=zrulj21mbwz4tzpbyys5pzq1f&st=v3vz19ml&dl=1",
153+
"b10c21defae3548afd124e7dc48de1cfe1fe3ecc",
154+
Semver.of(26, 0, 0),
155+
Semver.of(26, 1, 1)
156+
)
157+
151158
;
152159

153160
private static final ResourcePackDetails[] VALUES = values();

0 commit comments

Comments
 (0)