9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2026-01-04 15:31:43 +00:00

remove hard version

This commit is contained in:
NONPLAYT
2025-03-16 23:28:36 +03:00
parent 83028e2fd0
commit ee6f52d511

View File

@@ -112,15 +112,13 @@
- "Specification-Vendor" to "Purpur Team", // Purpur
- "Brand-Id" to "purpurmc:purpur", // Purpur
- "Brand-Name" to "Purpur", // Purpur
- "Build-Number" to (build ?: ""),
+ "Specification-Vendor" to "BX Team", // DivineMC
+ "Brand-Id" to "bxteam:divinemc", // DivineMC
+ "Brand-Name" to "DivineMC", // DivineMC
+ "Build-Number" to "456",
"Build-Number" to (build ?: ""),
"Build-Time" to buildTime.toString(),
"Git-Branch" to gitBranch,
- "Git-Commit" to gitHash,
+ "Git-Commit" to "4176f4d",
"Git-Commit" to gitHash,
+ "Experimental" to experimental, // DivineMC - Experimental flag
)
for (tld in setOf("net", "com", "org")) {