2021-07-21 01:53:43 +02:00
# Mekanism 1.7.10 Community Edition
2022-09-13 17:08:57 +02:00
Originally made for Terralization Modpack with fixes from several different mods. Now with new features, bugfixes and performance enhancement.
2020-07-29 14:45:07 +02:00
2022-09-13 17:08:57 +02:00
#### Download at [curseforge](https://www.curseforge.com/minecraft/mc-mods/mekanism-ce)
2021-07-08 18:09:15 +02:00
2022-09-13 17:08:57 +02:00
#### Builds at our [maven](https://maven.thorfusion.com/ui/repos/tree/General/thorfusion/mekanism/Mekanism-1.7.10-Community-Edition)
2022-08-24 19:49:32 +02:00
2022-04-30 20:09:48 +02:00
### Building Mekanism 1.7.10 Community Edition
```bash
./gradlew fullBuild
```
You will find the files inside ./output/
2022-05-20 02:34:51 +02:00
## For modpacks
You need to include the [LICENSE ](https://raw.githubusercontent.com/Thorfusion/Mekanism-1.7.10-Community-Edition/1.7.10/LICENSE.md ) for Mekanism 1.7.10 Community Edition and Aidanbrady as author, if your system supports it indicate that this is an custom version and give appreciable credits
2022-09-13 17:08:57 +02:00
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.
2022-09-04 15:02:19 +02:00
## Required Dependencies
2022-09-13 17:12:17 +02:00
Mekanism CE also has two dependencies that it requires, as a modpack creator DO NOT USE the automatic downloader to get those file. It puts alot of strain to my server network.
2022-09-04 15:02:19 +02:00
### Dependency list
2022-09-13 17:08:57 +02:00
+ [ForgeMultipart ](https://files.thorfusion.com/mekanism/ForgeMultipart-1.7.10-1.2.0.347-universal.jar )
+ [CodeChickenLib ](https://files.thorfusion.com/mekanism/CodeChickenLib-1.7.10-1.1.3.141-universal.jar )
2022-09-04 15:02:19 +02:00
2022-09-13 17:08:57 +02:00
## Modifications by
2020-07-29 14:45:07 +02:00
2020-08-03 20:32:59 +02:00
#### Clienthax :
2022-09-13 17:08:57 +02:00
+ dupe bug with chemical washer and fluidtank, fixes issue with railcraft
2020-08-03 20:32:59 +02:00
#### draksterau :
2022-09-13 17:08:57 +02:00
+ personal chest bug and a server crash bug
2020-08-03 20:32:59 +02:00
#### iKEVAREZ :
2022-09-13 17:08:57 +02:00
+ and the turbine bug involving each fluid being sucked in.
2020-08-03 20:32:59 +02:00
#### kmecpp :
2022-09-13 17:08:57 +02:00
+ dupe bug with factories
2020-08-03 20:32:59 +02:00
#### awesomely2002 :
2022-09-13 17:08:57 +02:00
+ improvment for Entangloporters need to transport more
2020-08-03 20:32:59 +02:00
#### q1051278389 :
2022-09-13 17:08:57 +02:00
+ Turbine and matrix bug
+ fix industrialTrubine can input Water or some liquid with another mod's pipe(now only accept water)
+ fix EnergyMatrix use IC2 cable(EnergyNetBug) connecting valve as a loop to fully charge the Matrix(now IC2Cable can't connect the MatrixValve which in "Input Mode")
2022-09-13 17:12:17 +02:00
#### [maggi373](https://github.com/maggi373) - Mekanism CE Team
2022-09-13 17:08:57 +02:00
+ fix for bin dupe bug, removed the ability to stack bins, quick solution but it works
+ added api.jar, mdk is now depricated
+ oredict switcher for osmium: you can chose either or both of osmium/platinum
+ fixed minetweaker not working problerly with mekanism
2022-09-13 17:12:17 +02:00
+ fixed osmium compressor taking incorrect amount of osmium Thorfusion#32
2022-09-13 17:20:48 +02:00
+ making enriched alloy now uses steel ingots instead of iron ingots
2022-09-13 17:08:57 +02:00
+ updated libraries and removed unused metallurgy compat
+ voiceserver is now disabled by default
2022-09-13 17:12:17 +02:00
+ oredict recipes for poor ores from railcraft (1x ingot from using purification chamber) Thorfusion#30
+ oredict recipe for dustQuartz to be enriched(mekanism) to quartz Thorfusion#30
+ oredict recipe for dustQuartz to be enriched(mekanism) from quartz ore Thorfusion#30
+ oredict recipe for gemDiamond to be enriched(mekanism) to compresseddiamonds Thorfusion#30
2022-09-13 17:08:57 +02:00
+ cleaned and upgraded gradle building
+ added autodownload for dependencies and missing dependency warning
2022-09-13 17:12:17 +02:00
#### [Pokemonplatin](https://github.com/Pokemonplatin) - Mekanism CE Team
+ Teleporter and Quantum Entangloporter now have a trusted channel for smp Thorfusion#22
#### [DrParadox7](https://github.com/DrParadox7) - Mekanism CE Team
+ fixed missing lang for teleporter Thorfusion#36
+ cardboxes are now single use Thorfusion#36
+ added methane gas Thorfusion#36
+ nerfed fusion reactor Thorfusion#36
+ added config for reducing particles for completed multiblocks Thorfusion#36
+ sawmill now outputs raw rubber instead of rubber Thorfusion#36
+ added methane to gas burner fuel list Thorfusion#36
2021-07-22 01:00:25 +02:00
## All contributors get capes
2022-05-20 02:34:51 +02:00
2022-09-13 17:08:57 +02:00
# License
2022-05-20 02:34:51 +02:00
[LICENSE ](https://raw.githubusercontent.com/Thorfusion/Mekanism-1.7.10-Community-Edition/1.7.10/LICENSE.md )
[ORIGINAL MOD ](https://github.com/mekanism/Mekanism )