Some code changes I don't remember and port to 1.19.4

This commit is contained in:
2023-03-19 13:01:16 +02:00
parent 5311799988
commit 75d1c7692e
57 changed files with 1020 additions and 204 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.matyrobbrt.mc.registrationutils' version '1.19.3-1.0.0'
id 'com.matyrobbrt.mc.registrationutils' version '1.19.3-2.0.1'
}
registrationUtils {
@@ -44,7 +44,7 @@ subprojects {
'Implementation-Version' : project.jar.archiveVersion,
'Implementation-Vendor' : mod_author,
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'Timestampe' : System.currentTimeMillis(),
'Timestamp' : System.currentTimeMillis(),
'Built-On-Java' : "${System.getProperty('java.vm.version')} (${System.getProperty('java.vm.vendor')})",
'Build-On-Minecraft' : minecraft_version
])
@@ -68,8 +68,8 @@ subprojects {
}
dependencies {
implementation 'me.hypherionmc.night-config:toml:3.6.5_custom'
implementation 'me.hypherionmc.night-config:core:3.6.5_custom'
implementation "me.hypherionmc.moon-config:core:${moon_config}"
implementation "me.hypherionmc.moon-config:toml:${moon_config}"
}
tasks.withType(JavaCompile).configureEach {