File tree Expand file tree Collapse file tree
src/main/java/net/neganote/gtutilities/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments