fix Excellent enchant compatibility

fix #93
This commit is contained in:
alexcrea 2025-11-06 22:59:52 +01:00
parent 0b1e3bc12c
commit 9e772c7c19
Signed by: alexcrea
GPG key ID: E346CD16413450E3
5 changed files with 61 additions and 5 deletions

View file

@ -37,4 +37,6 @@ include("nms:v1_21R6")
findProject(":nms:v1_21R6")?.name = "v1_21R6"
include(":impl:LegacyEcoEnchant")
findProject(":impl:LegacyEcoEnchant")?.name = "LegacyEcoEnchant"
findProject(":impl:LegacyEcoEnchant")?.name = "LegacyEcoEnchant"
include("impl:ExcellentEnchant5_3")
findProject(":impl:ExcellentEnchant5_3")?.name = "ExcellentEnchant5_3"