Skip to content

Commit a0208a6

Browse files
committed
ImplosionNoBombの要素を分離
1 parent e997fcf commit a0208a6

6 files changed

Lines changed: 6 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.3.0
2+
-
3+
4+
* * *
5+
16
# v2.2.14
27
## Ender IO
38
- Fix Black Paper

src/main/java/gtexpert/mixins/GTEMixinLoader.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ public class GTEMixinLoader implements ILateMixinLoader {
1919

2020
public static final Map<String, Boolean> modMixinsConfig = Stream.of(
2121
new AbstractMap.SimpleImmutableEntry<>(Mods.Names.DRACONIC_ADDITIONS,
22-
Mods.DraconicAdditions.isModLoaded()),
23-
new AbstractMap.SimpleImmutableEntry<>(Mods.Names.GREGICALITY_MULTIBLOCKS,
24-
Mods.GregicalityMultiblocks.isModLoaded()))
22+
Mods.DraconicAdditions.isModLoaded()))
2523
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
2624

2725
@Override

src/main/java/gtexpert/mixins/gcym/MetaTileEntityElectricImplosionCompressorMixin.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/main/resources/assets/gtexpert/lang/en_us.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ recipemap.draconic_fusion_upgrade.property.1=Preserves upgrade info
244244
recipemap.draconic_fusion_upgrade.property.2= and stored energy
245245
recipemap.advanced_chemical_plant.name=Advanced Chemical Plant
246246
recipemap.large_gas_collector.name=Large Gas Collector
247-
recipemap.electric_implosion_compressor.name=Electric Implosion Compressor
248247
recipemap.steam_mixer.name=Steam Mixer
249248
recipemap.steam_assembler.name=Steam Assembler
250249
recipemap.steam_circuit_assembler.name=Steam Circuit Assembler

src/main/resources/assets/gtexpert/lang/ja_jp.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ recipemap.draconic_fusion_upgrade.property.1=アップグレードの状態と
244244
recipemap.draconic_fusion_upgrade.property.2= 保持されます
245245
recipemap.advanced_chemical_plant.name=発展型化学プラント
246246
recipemap.large_gas_collector.name=大型ガス収集機
247-
recipemap.electric_implosion_compressor.name=電動内破圧縮機
248247
recipemap.steam_mixer.name=蒸気式ミキサー
249248
recipemap.steam_assembler.name=蒸気式組立機
250249
recipemap.steam_circuit_assembler.name=蒸気式回路作成機

src/main/resources/mixins.gtexpert.gcym.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)