Disabled capability logs. Using build mode enum name to get icon.

This commit is contained in:
Christian
2023-01-28 22:46:49 +01:00
parent 22644195f0
commit 9115254afb
5 changed files with 9 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.18-2.38'
version = '1.18-2.40'
group = 'nl.requios.effortlessbuilding' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'effortlessbuilding'
@@ -137,4 +137,4 @@ publishing {
url "file:///${project.projectDir}/mcmodsrepo"
}
}
}
}