aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/australia
AgeCommit message (Collapse)Author
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.