GT5-Unofficial/src/main/java/gregtech
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
..
api Fixed a sneaky and game-breaking bug that caused quite a lot of fluids 2017-04-29 17:23:19 +02:00
common Implemented Nitric Acid, Rocket Fuel 2017-04-28 23:34:39 +02:00
loaders Fixed a sneaky and game-breaking bug that caused quite a lot of fluids 2017-04-29 17:23:19 +02:00
nei Added a lot of (petro)chemistry stuff, expanded the API 2017-04-19 23:36:50 +02:00
GT_Mod.java Added a recipe for Thaumcraft Alumentum and some other items 2017-04-13 23:21:35 +02:00