aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-21 22:16:38 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-21 22:16:38 +0800
commitbbb92072372d8ceab79bb86186637af02cae6779 (patch)
tree9a50fce070b6fb9506ef904e82d8772247ab84ac /build.gradle
parent855f72d9f730ce54be6167259f33bf1785b140fb (diff)
downloadRoughlyEnoughItems-2.1.0.12.tar.gz
RoughlyEnoughItems-2.1.0.12.tar.bz2
RoughlyEnoughItems-2.1.0.12.zip
v2.1.0.12v2.1.0.12
- Cheating in servers / realms - New Plugin loader - Better language files - Resizable Recipe Base
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 8 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6f6eff9eb..e87f9f8c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'java'
group 'me.shedaniel'
-version '2.0.0.11'
+version '2.1.0.12'
archivesBaseName = 'RoughlyEnoughItems'
sourceCompatibility = 1.8
@@ -35,6 +35,13 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.5'
}
+processResources {
+ filesMatching('riftmod.json') {
+ expand 'version': project.version
+ }
+ inputs.property "version", project.version
+}
+
mixin {
defaultObfuscationEnv notch
add sourceSets.main, 'mixins.roughlyenoughitems.refmap.json'