aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorRoseGoldIsntGay <yoavkau@gmail.com>2022-01-18 22:48:36 +0200
committerRoseGoldIsntGay <yoavkau@gmail.com>2022-01-18 22:48:36 +0200
commit5934e8bd301bbbec23d172f88255fac1b9435563 (patch)
treec2f26deb2579e321ca98a297e24ee7865b97a80d /build.gradle
parent252dedff670a8a456ae557b8ac7f1727bb7fd1b1 (diff)
downloadRGA-5934e8bd301bbbec23d172f88255fac1b9435563.tar.gz
RGA-5934e8bd301bbbec23d172f88255fac1b9435563.tar.bz2
RGA-5934e8bd301bbbec23d172f88255fac1b9435563.zip
2.5.4-pre1
- Include ores setting also works for mithril nuker and not just hardstone - Moved memes to memes category (too much scrolling) - Custom Item Macro will now start with a use instead of waiting for the first loop to finish - Fixed prioritize full blocks in gemstone nuker - Deleted tpme (i forgot why i even made it it's literally empty)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4913cc1..c762a65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
id "org.spongepowered.mixin" version "0.6-SNAPSHOT"
}
-version = "2.5.2-pre1"
+version = "2.5.4-pre1"
group = "rosegoldaddons"
archivesBaseName = "RoseGoldAddons"