aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin
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.
2019-01-29+ Added Super Busses.Alkalus
+ Added Breaker Boxes. + Added Super Jukebox. (framework) + Added King Bat. (framework) + Added Custom WAILA plugin. (framework) + Added lots of simple function calls to CI. (Recipe simplification) % Rewrote the recipes for Wireless Chargers, they now require assembly. % Cleaned up some old code. $ Adjusted bug with pollution scrubbers using no durability and removing LOTS of pollution. $ Greatly improved code base for pollution scrubbers. $ Added pollution back to the Cyclotron.
2018-10-26% More .08 Compatibility.Alkalus
2018-09-17+ Added the Large Arc Furnace.Alkalus
% Cleaned up Preloader_Transformer_Handler.java. % Tweaked DevHelper.java.
2018-08-22$ Fixed an issue where old style circuits would constantly load up, ignoring ↵Alkalus
all configuration settings. $ Tweaked Vanilla Sleeping at heights fix. + Added an interface for bug fixes, for future flexibility.
2018-07-17+ Added a fix for beds when sleeping above Y >= 127.Alkalus
% More functionality to Forge Srg handling.
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-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.
2018-07-06+ Added some double item trades to Aboriginals.Alkalus
2018-07-06$ Small Villager Fixes.Alkalus
2018-07-06$ Fixed an error in XSTR.java where the maximum bound for nextInt(x) could be 0.Alkalus
$ Fixed some Aboriginal Trader Logic.
2018-07-06+ Gave Aboriginal villagers some broad trade options.Alkalus
2018-07-06+ Added Aboriginals.Alkalus
2018-07-06+ Decided that villagers need a chance to be Scottish, so I added some ↵Alkalus
Scottish first names in.
2018-07-05+ Added in a Villager Replacer.Alkalus
$ More work fixing the recipe system. $ Fixed Villagers not using the correct custom trades. % Changed the Industrial sifter requiring exact amounts of in/output busses.
2018-07-02+ Added extra GTNH checks on old circuit features.Alkalus
- Disabled Sulfuric Chem for the time being. $ Tried to fix all the recipes I borked.
2018-07-02% Hopefully improved recipe loading by several factors.Alkalus
% Re-arranged spawner code during loading. $ Hopefully recipe Creative Tabs issues. $ Fixed profession of one of the new villagers.
2018-07-01+ Added 3 villager types with custom skins.Alkalus
+ Added some trade templates to all three villagers. + Added localization for all new villagers.
2018-07-01$ Improved handling of Custom Skins for Villagers.Alkalus
2018-07-01+ Added lang file updates.Alkalus
% More work on Spawners. % More work on Villagers.
2018-07-01% More work on Villagers.Alkalus
% More work on Spawners.
2018-07-01$ Fixed Custom Spawner Generation.Alkalus
$ Fixed Custom Spawner Registration. $ Fixed Spawner importing private static fields from the base TileEntity class via reflection. $ Fixed Spawner writing type to NBT.
2018-06-30% Improved Spawner Creation.Alkalus
2018-06-29% More work.Alkalus
2018-06-29+ More Villager work.Alkalus
+ Added framework for custom spawners.
2018-06-29+ Added the base work for custom villagers.Alkalus
2018-06-27+ Enabled placeholder Fishing plugin.Alkalus
- Disabled Sulfuric Chem rebalance internally, Config option temp. does nothing. $ Fixed Debug logging for removed recipes.
2018-06-27+ Added logging for recipes that get removed.Alkalus
2018-06-27+ Added a config option for the GT6 Sulfuric Acid recipe changes.Alkalus
% Reworked some of the Plugin System.
2018-06-27+ Added in GT6 style Sulfuric acid and Sulfur Trioxide recipes.Alkalus
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-26% Made all GTNH recipes use cheaper circuits for all recipes I add.Jordan Byrne
% Recipe tweaks. % Tried to fluorite ore not having correct recipe outputs during ore processing. (This is still broken due to an invalid output) $ Fixed old fluorite ore not having a valid shapeless recipe. $ Fixed all custom ores trying to register static textures. $ Fixed plugin loading system not registering plugins, I think? $ Fixed missing texture for Nitro Fix.
2018-02-21$ Tree Farmer Work.Jordan Byrne
% Package cleanup. - Removed /Bed command.
2018-02-08$ Fixed a bug when using older versions of GT.Jordan Byrne
+ Did Fish Stuff.
2018-02-08+ Added Plugin system.Jordan Byrne
$ Fixed issue with Fishing Pond.