Skip to content

Commit

Permalink
Merge pull request #176 from Thorfusion/revert-173-revert-107-1.12.2
Browse files Browse the repository at this point in the history
Revert "Revert "New factory sort algorithm for MekCE.""
  • Loading branch information
maggi373 committed May 17, 2024
2 parents 3d05ea6 + 92d666f commit 4d1ff92
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minecraft_version=1.12.2
mappings_version=stable_39
forge_version=14.23.5.2847
mod_version=9.12.9
mod_version=9.12.10

mcmp_version=2.5.3
jei_version=4.15.0.289
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/mekanism/common/config/MEKCEConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ public class MEKCEConfig extends BaseConfig {
public final BooleanOption EnableSiliconCompat = new BooleanOption(this, "mekce", "EnableSiliconCompat", true,
"When a mod that adds silicon (galacticraft, enderio, projectred and ae2) is detected, recipe for control circuit is changed from using iron to silicon in the metalurgic infuser");

public final BooleanOption EnableNewSortAlgorithm = new BooleanOption(this, "mekce", "EnableNewSortAlgorithm", true,
"Enables the new sorting algorithm on factories, you might need to replace the placed machine for the new code to work correctly, option is here to resolve any compat issues a modpack might have");

//public final BooleanOption enableBoPProgression = new BooleanOption(this, "mekce", "enableBoPProgression", true,
// "when true and biome's o plenty is installed atomic alloy is made by using ender instead of obsidian");

Expand Down
Loading

0 comments on commit 4d1ff92

Please sign in to comment.