diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-11-30 23:48:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 23:48:41 +0100 |
| commit | bcb96530531ba1485952f19c3157b06cfa898b68 (patch) | |
| tree | ba3cf699479bfb3719e6eeeda36cd1de9cc60fa8 /src/main/java/gregtech/GT_Mod.java | |
| parent | 02fe6c58a1b04a25ac9f5191fce40d90f188af2f (diff) | |
| parent | 9082224a9e98b7c6149da5bc6f33ecbeae0403f3 (diff) | |
| download | GT5-Unofficial-bcb96530531ba1485952f19c3157b06cfa898b68.tar.gz GT5-Unofficial-bcb96530531ba1485952f19c3157b06cfa898b68.tar.bz2 GT5-Unofficial-bcb96530531ba1485952f19c3157b06cfa898b68.zip | |
Merge pull request #765 from GTNewHorizons/gui-select-circuit
Add a new ghost slot to single block machines for config circuits
Diffstat (limited to 'src/main/java/gregtech/GT_Mod.java')
| -rw-r--r-- | src/main/java/gregtech/GT_Mod.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/GT_Mod.java b/src/main/java/gregtech/GT_Mod.java index d8ebca57a2..872055bcb8 100644 --- a/src/main/java/gregtech/GT_Mod.java +++ b/src/main/java/gregtech/GT_Mod.java @@ -115,7 +115,7 @@ import static gregtech.api.enums.GT_Values.MOD_ID_FR; " after:TConstruct;" + " after:Translocator;") public class GT_Mod implements IGT_Mod { - public static final int VERSION = 509, SUBVERSION = 39; + public static final int VERSION = 509, SUBVERSION = 40; public static final int TOTAL_VERSION = calculateTotalGTVersion(VERSION, SUBVERSION); public static final int REQUIRED_IC2 = 624; @Mod.Instance("gregtech") |
