aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/australia
AgeCommit message (Collapse)Author
2020-05-04$ Fixed handling of Giant Eggs.Alkalus
$ Fixed obscure crash caused by Dingos. $ Fixed handling of Spawn Eggs and entities registered to the global list. $ Potentially fixed NEI not working correctly for GT++ recipe maps.
2020-03-31+ Added Custom NEI Handler for IsaMIll.Alkalus
+ Added Death by IsaMIll. % Moved debug mode switch to AsmConfig. $ Fixed handling of custom OrePrefixes. $ Fixed OreDict registration of MetaFoodItems. $ Improved handling of Core Classes being static initialised too early. $ Fixed client-side bug in Distillus which would cause an infinite loop. $ Fixed bug in ForgeEnumHelper. $ Fixed bug in setField methods from ReflectionUtils.
2019-12-12+ Added Pellet Mold.Alkalus
+ Added Clean Aluminium Mix. $ 5.08 Compliance. And looooots of it. $ Fixed most, if not all Fluid Canning & Extraction recipes that I broke previously. % Adjusted Textures for Particles. New textures thanks to Discord User Никита#8621. % Adjusted Aluminium Processing Chain.
2019-10-11$ Fixed many tiny bugs, found by static code analysis.Alkalus
$ Fixed Canning handling further. $ Adjusted the Charcoal Pit fix.
2019-02-28+ Added a new debug tool.Alkalus
+ Added support for Crops++. + Added Custom Crops & framework to support more in future. + Added basic support for all GT++ Materials within Tinkers Construct. [WIP] + Moderately bad attempt at generating custom Plasma Cooling recipes in the Adv. Vacuum Freezer. [WIP #424] % Reworked logic for Material.java handling Durability, Tool Quality & Harvest Level. % Adjusted frequency of structural checks on the Cyclotron, Now 100x less frequent. % Cleaned up ReflectionUtils.java and made all getters cache their results, for much faster access. % Attempted to adjust logic of FFPP, but I probably broke it. [WIP] % Moved static array of Element Names from IonParticles.java -> ELEMENT.java. $ Greatly improved reflective performance across the mod.
2018-08-22$ Fixed a bug where adding valid biomes for villages in Australia could ↵Alkalus
cause an UnsupportedOperationException. + Added new Beta Tester for Capes.
2018-07-18+ Basework for a GT++ based Hand Pump.Alkalus
+ Added some ore veins to Australia Dimension.
2018-07-10+ Added some new Animals to Australia. (Boar, Dingo, Octopus & Spiders)Alkalus
2018-07-10$ Fixed Australian Trees generating partially floating, this reduces the ↵Alkalus
denseness of the Australian Forest Biome as the trees now require a more solid plantable area. $ Fixed Custom Chunk Decorator which may on occasion, try decorate while another chunk is already being processed. Vanilla MC does not allow this, however I do provided the chunks being decorated aren't equal. (I don't see how this can cause issues) $ Australia Biome generation improvements.
2018-07-10+ Added a Custom ore Generator based on vanilla to Australia.Alkalus
+ Added some custom trees and further tweaked the Australian Biomes. $ Fixed a bug with the CustomDecorator that allowed multiple chunks to decorate at once. (I hope.)
2018-07-09% Tweaked Loot in Shacks.Alkalus
% Slightly tweaked Shack structure.
2018-07-09% Changed the Villagers the spawn in Outback/Desert biomes to be exclusively ↵Alkalus
Natives. % Tweaked debug tool to not remove GT ores and tiles. % Changed the hut the natives get, it's now more of an igloo shape. $ Fixed BoP Issue with Australia Generation.
2018-07-08+ Added various structures for the new villagers in Australia.Alkalus
$ Fixed an issue with the Trader's Trade Handler.
2018-07-07+ Added Large Ravines to Australia.Alkalus
% Trying to learn more about World Gen.
2018-07-07$ More work on Australia and Villages.Alkalus
2018-07-07+ Added 5 new biomes to Australia.Alkalus
% Changes to certain things about Australia.
2018-07-07$ Further improvements to Australia.Alkalus
2018-07-07$ Work on Australia world generator.Alkalus
2018-07-06+ Added a new Dimension, Australia.Alkalus
% Stopped Custom Villagers spawning as professions that aren't custom. % Trade improvements for some Villagers. $ Fixed a bug in AutoMap mapping to internal name map.