Gregtech for Minecraft 1.7.10
Find a file
Johannes Gäßler 17bf0dd960 Fixed a sneaky and game-breaking bug that caused quite a lot of fluids
to no longer have recipes for filling cells.

The reason for the bug was that the bit flag 256 is already in use to
designate something as empty.
Since only bit flags up to 128 were documented I had unwittingly used
the 256 bit flag for fluid creation.
The documentation now informs about the function of 256.
Automatic fluid and gas creation are now controlled via booleans.

Big thanks to Techlone for helping me debug.
2017-04-29 17:23:19 +02:00
src/main Fixed a sneaky and game-breaking bug that caused quite a lot of fluids 2017-04-29 17:23:19 +02:00
.gitignore Added configuration file to enabling processing of ores 2016-05-18 07:41:36 +03:00
build.gradle update build script 2016-11-03 12:19:59 +01:00
build.properties Updated Achievements to fit changed circuits 2017-04-01 01:03:52 +02:00
README.md Create README.md 2015-10-24 13:38:16 -04:00

GT5-Unofficial

About

GT5-Unofficial is a decompiled and modified version of GT5.07.07. The goal of the mod is to maintain and extend the end game of GT5.

Downloads

Builds can be found on the IC2 Forums.

Installation

GT5U requires IndustrialCraft2-experimental. Version 2.2.780-experimental or newer is recommended. Forge versions 1428-1480 are known to break multiplayer. 1481 or newer are recommended. Place the downloaded jar file into your mods/ folder.

Issues

Please report any issues you to find the issue tracker on this repository. Include as much information as possible including as version and steps to reproduce.

Contribution

Please do! However, please take a note of current issues and what is currently being worked on.