Skip to content

Commit 7cc85c3

Browse files
committed
GregTech Modern Utilities version 2.7.1
* Fix expanded 72-slot pattern buffers/proxies' lack of jade providers and incorrect part abilities * Courtesy of Oktawia: * Add new tag-based stocking buses/hatches (on by default) * Add new enlarged (many-row) stocking buses/hatches (off by default), will also add enlarged tag buses/hatches if both configs are on * HOTFIX from 2.7.0: fix lack of jade info lang entries causing a hard crash
1 parent fe91fa1 commit 7cc85c3

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# GregTech Modern Utilities version 2.7.0
1+
# GregTech Modern Utilities version 2.7.1
22

33
* Fix expanded 72-slot pattern buffers/proxies' lack of jade providers and incorrect part abilities
44
* Courtesy of Oktawia:
55
* Add new tag-based stocking buses/hatches (on by default)
6-
* Add new enlarged (many-row) stocking buses/hatches (off by default), will also add enlarged tag buses/hatches if both configs are on
6+
* Add new enlarged (many-row) stocking buses/hatches (off by default), will also add enlarged tag buses/hatches if both configs are on
7+
* HOTFIX from 2.7.0: fix lack of jade info lang entries causing a hard crash

gradle.properties

Lines changed: 1 addition & 1 deletion
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.7.0
14+
mod_version=2.7.1
1515
maven_group=net.neganote.gtmutils
1616
archives_base_name=gtmutils
1717
mod_id=gtmutils

src/generated/resources/assets/gtmutils/lang/en_ud.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"config.gtmutils.option.tagStockingEnabled": "pǝןqɐuƎbuıʞɔoʇSbɐʇ",
8383
"config.jade.plugin_gtmutils.enlarged_me_stocking_bus_info": "oɟuI snᗺ buıʞɔoʇS ƎW pǝbɹɐןuƎ",
8484
"config.jade.plugin_gtmutils.enlarged_me_stocking_bus_info.desc": "ǝpɐſ uı sʇuǝʇuoɔ snq buıʞɔoʇs ƎW pǝbɹɐןuǝ ɟo ʇoɥsdɐus ɐ sʍoɥS",
85+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info": "oɟuI ɹǝɟɟnᗺ uɹǝʇʇɐԀ ƎW pǝpuɐdxƎ",
86+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info.desc": "ǝpɐſ uı sʇuǝʇuoɔ ɹǝɟɟnq uɹǝʇʇɐd ƎW pǝpuɐdxǝ ɟo ʇoɥsdɐus ɐ sʍoɥS",
87+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info": "oɟuI ʎxoɹԀ ɹǝɟɟnᗺ uɹǝʇʇɐԀ ƎW pǝpuɐdxƎ",
88+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info.desc": "ǝpɐſ uı sʇuǝʇuoɔ ʎxoɹd ɹǝɟɟnq uɹǝʇʇɐd ƎW pǝpuɐdxǝ ɟo ʇoɥsdɐus ɐ sʍoɥS",
8589
"config.jade.plugin_gtmutils.pterb_info": "oɟuI ⟘ⱯM",
8690
"gtceu.placeholder_info.watfrequency.0": "˙ɹǝɯɹoɟsuɐɹ⟘ ǝʌıʇɔⱯ ssǝןǝɹıM ɐ ʎq pǝsn ʎɔuǝnbǝɹɟ ʇuǝɹɹnɔ ǝɥʇ suɹnʇǝᴚ",
8791
"gtceu.placeholder_info.watfrequency.1": ":ǝbɐs∩",

src/generated/resources/assets/gtmutils/lang/en_us.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"config.gtmutils.option.tagStockingEnabled": "tagStockingEnabled",
8383
"config.jade.plugin_gtmutils.enlarged_me_stocking_bus_info": "Enlarged ME Stocking Bus Info",
8484
"config.jade.plugin_gtmutils.enlarged_me_stocking_bus_info.desc": "Shows a snapshot of enlarged ME stocking bus contents in Jade",
85+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info": "Expanded ME Pattern Buffer Info",
86+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info.desc": "Shows a snapshot of expanded ME pattern buffer contents in Jade",
87+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info": "Expanded ME Pattern Buffer Proxy Info",
88+
"config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info.desc": "Shows a snapshot of expanded ME pattern buffer proxy contents in Jade",
8589
"config.jade.plugin_gtmutils.pterb_info": "WAT Info",
8690
"gtceu.placeholder_info.watfrequency.0": "Returns the current frequency used by a Wireless Active Transformer.",
8791
"gtceu.placeholder_info.watfrequency.1": "Usage:",

src/main/java/net/neganote/gtutilities/datagen/lang/UtilLangHandler.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ public static void init(RegistrateLangProvider provider) {
121121
provider.add("config.jade.plugin_gtmutils.enlarged_me_stocking_bus_info.desc",
122122
"Shows a snapshot of enlarged ME stocking bus contents in Jade");
123123

124+
provider.add("config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info", "Expanded ME Pattern Buffer Info");
125+
provider.add("config.jade.plugin_gtmutils.me_expanded_pattern_buffer_info.desc",
126+
"Shows a snapshot of expanded ME pattern buffer contents in Jade");
127+
128+
provider.add("config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info",
129+
"Expanded ME Pattern Buffer Proxy Info");
130+
provider.add("config.jade.plugin_gtmutils.me_expanded_pattern_buffer_proxy_info.desc",
131+
"Shows a snapshot of expanded ME pattern buffer proxy contents in Jade");
132+
124133
dfs(provider, new HashSet<>(), UtilConfig.CONFIG_HOLDER.getValueMap());
125134
}
126135

src/main/java/net/neganote/gtutilities/integration/jade/provider/ExpandedMEPatternBufferProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void appendServerData(CompoundTag compoundTag, BlockAccessor blockAccesso
5757

5858
@Override
5959
public ResourceLocation getUid() {
60-
return GregTechModernUtilities.id("me_expanded_pattern_buffer");
60+
return GregTechModernUtilities.id("me_expanded_pattern_buffer_info");
6161
}
6262

6363
public static void writeBufferTag(CompoundTag compoundTag, ExpandedPatternBufferPartMachine buffer) {

src/main/java/net/neganote/gtutilities/integration/jade/provider/ExpandedMEPatternBufferProxyProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public void appendServerData(CompoundTag compoundTag, BlockAccessor blockAccesso
6666

6767
@Override
6868
public ResourceLocation getUid() {
69-
return GregTechModernUtilities.id("me_expanded_pattern_buffer_proxy");
69+
return GregTechModernUtilities.id("me_expanded_pattern_buffer_proxy_info");
7070
}
7171
}

0 commit comments

Comments
 (0)