Skip to content

Commit 4d72f28

Browse files
committed
bump version to 2.9.0, make inf spray can false by default
1 parent a4cea10 commit 4d72f28

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# GregTech Modern Utilities version 2.8.0
1+
# GregTech Modern Utilities version 2.9.0
22

3-
* Migrate to GTm 7.5.1 (this version is REQUIRED to run in 7.5.1+)
4-
* Includes removal of custom hv/iv chainsaw and screwdriver, as they are now in the base mod
3+
* Update to GTm 7.5.3
4+
* Add the Infinite Spray Can, acts like regular GTm spray cans but with selectable colors (including solvent) and has infinite uses
5+
* Thanks Phoenixvine

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G
1111
mapping_version=2023.09.03
1212

1313
# Mod Properties
14-
mod_version=2.8.0
14+
mod_version=2.9.0
1515
maven_group=net.neganote.gtmutils
1616
archives_base_name=gtmutils
1717
mod_id=gtmutils
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1G
2323
# Dependencies
2424
appeng_version=15.0.18
2525
architectury_version=9.2.14
26-
gtceu_version=7.5.2
26+
gtceu_version=7.5.3
2727
ldlib_version=1.0.40.b
2828
registrate_version=MC1.20-1.3.11
2929
rhino_version=2001.2.3-build.6

src/main/java/net/neganote/gtutilities/config/UtilConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static class FeatureConfigs {
115115
@Configurable
116116
@Configurable.Comment({
117117
"Whether the Infinite Spray Can should be enabled." })
118-
public boolean infiniteSprayCanEnabled = true;
118+
public boolean infiniteSprayCanEnabled = false;
119119
}
120120

121121
public static boolean coolantEnabled() {

0 commit comments

Comments
 (0)