GregTech - Release 5.06.06 - Fixes crashes and problems with Railcraft and Factorization
http://forum.industrial-craft.net/index.php?page=Thread&threadID=7156
Changelog:
Post Author: GregoriusT
http://forum.industrial-craft.net/index.php?page=Thread&threadID=7156
Changelog:
Changelog of previous (and upcoming) versions can be found here: http://files.minecraftforge.net/maven/com/gregoriust/gregtech/changelog.txtGregoriusT said:5.06.06:
[ADDED] A way to autoproduce Repeaters and Comparators in the Assembler using liquid Concrete rather than Stone.
[FIXED] Fluid Container Crash if Twilight Forest is not present.
[REMOVED] Iron Blocks and Diamond Blocks are now no longer made more Blastproof, due to some strange Mechanics depending on them in other Mods. Why don't they just use Item Entities laying on the Ground instead of inworld Blocks for TNT Processing?
[CHANGE] The Railcraft Recipe Replacing now only removes regular Crafting Recipes and not any special Handlers (using an API change below). Sorry CovertJaguar.
[API] The removeRecipeByOutput() Function can now be flagged to only remove native IRecipes by using a "getClass().getName() == One of the Native Classes Names" check (so no instanceof check). I made a List of Native and Native alike Handlers (Vanilla, GT, IC2, Forestry and AE regular Crafting) for that purpose.
[API] Made the MetaGenerated Item more dynamic and added a 1 Item -> 1 Prefix Variant for later usage.
Post Author: GregoriusT