1.21.5 nms (#55)

This commit is contained in:
alexcrea 2025-03-25 17:54:30 +01:00 committed by GitHub
parent cf022cf36c
commit 7238b37b9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 87 additions and 1 deletions

View file

@ -29,6 +29,8 @@ include("nms:v1_21R2")
findProject(":nms:v1_21R2")?.name = "v1_21R2"
include("nms:v1_21R3")
findProject(":nms:v1_21R3")?.name = "v1_21R3"
include("nms:v1_21R4")
findProject(":nms:v1_21R4")?.name = "v1_21R4"
include(":impl:LegacyEcoEnchant")
findProject(":impl:LegacyEcoEnchant")?.name = "LegacyEcoEnchant"