Originally made for Terralization Modpack with fixes from several different forks. Now with new features, bugfixes and performance enhancement.
Download at curseforge
Builds at our maven
./gradlew fullBuild
You will find the files inside ./output/
You need to include the LICENSE for Mekanism 1.12.2 Community Edition and Aidanbrady as author, if your system supports it indicate that this is an custom version and give appreciable credits
Mekanism CE has continued the use of the update notifier but changed the config name to v2. This is to notify people making the switch to CE of this feature. It is recommended for modpacks to disable this.
MEK:CE 1.12.2 Featured Changes | MK | MK:CE |
---|---|---|
Open Source | ✔️ | ✔️ |
Dupe: Wood dupe with Precision Sawmill and trapdoors | ❌ | ✔️ |
Crash: fixes an npe crash for cables | ❌ | ✔️ |
Crash: Fix Tier installer NullPointerException onItemUse | ❌ | ✔️ |
Bug: limit crystallizer to receive gas mutiples of recipe input | ❌ | ✔️ |
Performance: Optimize cable emitting | ❌ | ✔️ |
Performance: New factory sort algorithm | ❌ | ✔️ |
Note that changes not by the mekanism ce team has been added by us from their respective forks. any issues with these changes should be directed to us.
- Update auto-sorting in factories, replaced by Thorfusion#107
- Fix Tier installer NullPointerException onItemUse [crash fix]
- "I've had crashes from using tier installers in e2e, so I'm assuming this is what the fix is" - SteaSteaStea
- Check and make sure toolsItem is not a empty stack [bug fix]
- Fix DigitalMiner to use getDiameter() instead of radius was issue with
- Add implementation for dynamic tank [feature] v
- Optimize cable emitting [Performance improvement on server tick]
- Use O(1) operations where possible in FrequencyManager [Performance improvement]
- Rework FrequencyManager [Performance improvement]
- limit crystallizer to receive gas mutiples of receipe input [bug fix]
- "this should fix gases getting stuck in machines and blocking your whole ore processing setup" - SteaSteaStea
maggi373 - Mekanism CE Team
- Ported config file structure from mek:ce 1.7.10
- updates gradle to 5.6.4 Thorfusion#83
- ported mek:ce 1.7.10 config file structure Thorfusion#83
- fixed versioning
- add publish to maven for 1.12.2 Thorfusion#93
- port some changes done in mek:ce 1.7.10 Thorfusion#95
- ports terralizationcompat
- adds quartzcompat
- adds diamondcompat
- adds poororescompat
- port siliconcompat
- port recipechange for rubber in sawmill
- ports the recipe change for enriched alloy from iron to steel
- also adds a new configfile for mek:ce configs
- fixes gui settings for mek generators and mek tools
- ports terralizationcompat
- fixes an npe crash for cables Thorfusion#103
- fixes wood dupe with sawmill and trapdoors Thorfusion#124
- New factory sort algorithm for MekCE by KasumiNova Thorfusion#107 [Performance improvement]