Update README.md

This commit is contained in:
maggi373 2022-09-13 17:08:57 +02:00
parent 6160b5b135
commit c0c8f0b1b1
No known key found for this signature in database
GPG key ID: D2800545D5985A60

View file

@ -1,12 +1,9 @@
# Mekanism 1.7.10 Community Edition
Originally made for Terralization Modpack with fixes from several different mods. Now with new features, bugfixes and performance enhancement.
### This was made for Terralization Modpack and it's code is based on several other contributions I found on GitHub and fixes made by the community on this repo.
#### Download at [curseforge](https://www.curseforge.com/minecraft/mc-mods/mekanism-ce)
#### Download at curseforge
https://www.curseforge.com/minecraft/mc-mods/mekanism-ce
#### Builds at our maven
https://maven.thorfusion.com/ui/packages
#### Builds at our [maven](https://maven.thorfusion.com/ui/repos/tree/General/thorfusion/mekanism/Mekanism-1.7.10-Community-Edition)
### Building Mekanism 1.7.10 Community Edition
@ -18,43 +15,68 @@ You will find the files inside ./output/
## 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
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.
## Required Dependencies
Mekanism CE also has three 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.
### Dependency list
+ ForgeMultipart
+ CodeChickenLib
+ CoFHLib or CoFHCore
+ [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)
## Fixes by
## Modifications by
#### Clienthax :
dupe bug with chemical washer and fluidtank, fixes issue with railcraft
+ dupe bug with chemical washer and fluidtank, fixes issue with railcraft
#### draksterau :
personal chest bug and a server crash bug
+ personal chest bug and a server crash bug
#### iKEVAREZ :
and the turbine bug involving each fluid being sucked in.
+ and the turbine bug involving each fluid being sucked in.
#### kmecpp :
dupe bug with factories
+ dupe bug with factories
#### awesomely2002 :
improvment for Entangloporters need to transport more
+ improvment for Entangloporters need to transport more
#### q1051278389 :
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")
+ 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")
#### maggi373 :
fix for bin dupe bug, removed the ability to stack bins, quick solution but it works
#### @maggi373 - Mekanism CE Team
+ 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
+ fixed osmium compressor taking incorrect amount of osmium #32
+ making enriched allow now uses steel ingots instead of iron ingots
+ updated libraries and removed unused metallurgy compat
+ voiceserver is now disabled by default
+ oredict recipes for poor ores from railcraft (1x ingot from using purification chamber) #30
+ oredict recipe for dustQuartz to be enriched(mekanism) to quartz #30
+ oredict recipe for dustQuartz to be enriched(mekanism) from quartz ore #30
+ oredict recipe for gemDiamond to be enriched(mekanism) to compresseddiamonds #30
+ cleaned and upgraded gradle building
+ added autodownload for dependencies and missing dependency warning
#### @Pokemonplatin - Mekanism CE Team
+ Teleporter and Quantum Entangloporter now have a trusted channel for smp
#### @DrParadox7 - Mekanism CE Team
+ fixed missing lang for teleporter
+ cardboxes are now single use
+ added methane gas
+ nerfed fusion reactor
+ added config for reducing particles for completed multiblocks
+ sawmill now outputs raw rubber instead of rubber
+ added methane to gas burner fuel list
## All contributors get capes
# License stuff
# License
[LICENSE](https://raw.githubusercontent.com/Thorfusion/Mekanism-1.7.10-Community-Edition/1.7.10/LICENSE.md)