mc-streamerbot-integration/build.gradle
Yui 6eef1d1fab
Some checks failed
Build and test / build-and-test (push) Waiting to run
Release tagged build / release-tags (push) Has been cancelled
feat: config file versioning
2024-12-01 18:50:46 -03:00

10 lines
160 B
Groovy

plugins {
id 'com.gtnewhorizons.gtnhconvention'
}
minecraft{
injectedTags.put("MCVERSION", version)
injectedTags.put("CONFIG_VERSION", "1.0.0")
}