aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
AgeCommit message (Collapse)Author
2017-01-23+ Added a volatile XSTR variable to CORE.javaDraknyte1
% Changed Bonemeal effect and playing handling it within the Tree Farmer, different grade fertilisers produce different growth rates. $ Fixed the issue where the Tree Farmer got stuck during it's ticking cycle.
2017-01-23+ Added ability for the power storage method in the Tree Farmer to recheck ↵Draknyte1
for the amount of energy hatches every 10 attempts it fails to add energy from one. % Changed around calls to fertiliser check.
2017-01-22+ Added fertiliser use.Draknyte1
% Broke something, now the Tree Farmer isn't working. Hard to debug without internet as my logging is interrupted constantly by other mods complaining.
2017-01-22+ Added some methods to the Tree Farmer for fertiliser use.Draknyte1
2017-01-22+ Added a FarmAI to the Tree Farmer, which handles Forestry saplings. (Will ↵Draknyte1
eventually also do block breaks too). + Added handling of the block break particles.
2017-01-21+ Added information about the power stored and operations remaining to the ↵Draknyte1
Tree Farmer GUI. Thanks to @Dragon2488 for showing me how Container syncing should be done properly. % Rewrote the Tooltip for the Tree Farmer Controller block. % Changed the Tree Farmer GUI, moved the item slot up 18px and added a console for the power information. $ Fixed the tool check returning Null when valid tools were present in the Tree Farmer.
2017-01-20% Moved some Tree Farmer code to a Helper Class.Draknyte1
2017-01-20% Enforced leaf check by name.Draknyte1
% Tweaked the code that handled item removal from the TreeFarmers input bus slots.
2017-01-20+ Added a check to ensure the multiblock is fully repaired before functioning.Draknyte1
% Slight class cleanup.
2017-01-20+ Added a new kind of logging message, just for machines, so that people may ↵Draknyte1
debug them easily without TOTAL DEBUG mode. + Added support for the TreeFarmer to use Saws/Buzzsaws to cut things. They are now required. + Added a GUI for the Tree Farmer. + Added a custom slot class just for Buzzsaw and Saw items. % Tweaked power handling for findLogs() in the Tree Farmer class, it wasn't checking the internal power buffer.
2017-01-20+ Added a power cost of 32eu/action for the Tree Farmer. (Will eventually ↵Draknyte1
get a config option). % Moved the internal power buffer variable out of the cut method into the class. % Massive project tidy up, lots of old unused code removed or tidied up. $ Fixed lots of String comparisons that used == instead of .equals(). $ Fixed Double/Triple/Quad null checks in certain places. $ Fixed returns that set values at the same time. $ Swapped 3.14 and 1.57 to Math.PI and Math.PI/2. $ Fixed possible cases where a NPE may be thrown, by calling logging outside of null checks. + Added PI to CORE.java, since it's a double and MC uses it as a float in each instance. - Stripped 95% of the useless code out of Meta_GT_Proxy.java
2017-01-19$ Finished internal EU buffer, it's enough to cut (13*13*150*128/4) logs/leaves.Draknyte1
2017-01-19+ Added IC2 Rubber Leaves compat. to the Tree Farmer.Draknyte1
+ Added a 1/100 chance for leaf blocks to drop their drops. (Apples, sticky resin, etc.) + Added base work for internal power storage for the Tree Farmer. % Inverted the operation for planting saplings. Input hatch loop is done, then a check to plant, instead of each block being checked then the input bus being looped over each time. % Inverted Cutting logic, it now checks for power first, then logs, not logs and a loop for power hatches. % Tweaked cleanup() occurrences, Made them far less frequent. $ Rewrote sapling plantation logic, now it doesn't place infinite saplings down from a single item input. $ Rewrote the cutting logic to drain power in a more consistent way.
2017-01-19$ More FindBugs, PMD & CheckStyle clean up.Draknyte1
2017-01-18+ Added ItemStack[] getBlockDrops(ArrayList<ItemStack> blockDrops) to ↵Draknyte1
ItemUtils.java. % More Tree Farmer Logic improvements.
2017-01-17% Tried to improve the logic for the Tree Farmer, to support Forestry 4.Draknyte1
% Moved COFH API related files. + Added a child mod, for misc handling. $$ Borrowed some code from MFR, to attempt forestry support. (Credit left, will re-do if I even get it working).
2017-01-14+ Added the basis for a config option, which enables GT textures (For all ↵Draknyte1
machine components, ingots/plates/rods/etc.). - Removed recipe addition logging. % Tried again to boost multi-tool durabilities by 3x. % Added sapling plant code to the Tree Farmer, improved output bus storage of chopped logs.
2017-01-12$ Tree Farmer now grows saplings and has a particle effect. (This is ↵Draknyte1
configurable). + Added a getSimpleStack method for blocks, to simplify life.
2017-01-11+ Added Tree farm Fluid/solid Fertilisers.Draknyte1
+ Added a handler for creating non-molten fluids. + Added the basis for a config switch to enable or disable the tree farmer. $ Improved Tree Farm cutting and cleanup code. $ Fixed a bug in ItemUtils, stemming from ancient code which pointed at an array index which never exists. (Now I compare array length.) - Removed some useless code from Material.java.
2017-01-10% Cleaned up the Tree Farmer Class.Draknyte1
2017-01-08$ Rewrote the logic for tree chopping, now the Tree Farmer cuts tree and ↵Draknyte1
clears leaves for upto 150 blocks above it. + Added a isLeaves check to TreefarmManager.java. + Added a placeholder casing texture for the Tree Farmer. (ID 77) + Added vanilla Podzol and Acacia log textures. % Changed the textures on TreeFarmer blocks.
2017-01-05+ Added a casing for the perimeter of the Tree Farmer structure.Draknyte1
$ Improved the structure formation of the Tree Farmer, it now works better when built. + Added a new texture for the Farm manager blocks, which surround the Tree Farming structure.
2017-01-05$ Basically fixed the formation code of the Tree Farmer.Draknyte1
2017-01-05% More work on the Tree Farmer.Draknyte1
+ Added TreefarmManager.java, for static forestry related content.
2017-01-04+ Added the Tree Farmer.Draknyte1
+ Did a whole lot of work on it's logic, it now sort of assembles properly.
2017-01-04+ Added a basic class for the Tree Farm. (Currently just a Bronze Blast ↵Draknyte1
Furnace with a tooltip). + * XSTR - Xorshift ThermiteRandom + * Modified by Bogdan-G
2017-01-03+ Added Crafting Recipes for Gears in crafting tables and alloy smelters ↵Draknyte1
(They were missing). + Added Crafting Recipes for nuggets in the alloy smelter (It was missing). $ Fixed the last recipeGen class not being loaded, also added the new one RecipeGen_AlloySmelter.java
2017-01-02+ Added Block -> 9 Ingot and Reverse to Extruder recipe generation.Draknyte1
% Tweaked costs of Fluid Melting and Solidifying recipes. % Changed Assembly Recipe generator. (Now has a factory method for things needing molten fluids)
2017-01-01+ Added Molten Fluid to Gear Recipes in the fluid solidifier.Draknyte1
+ Added Rotor recipes to the assembly machine. + Added Frame Box recipes to the assembly machine.
2016-12-31+ Gave Fission Fuels their own NEI handler, which allows 9 input fluids.Draknyte1
% Moved Fission Fuel recipe map to it's own class, specially for the NEI handler. ^ Updated CodeChickenCore-1.7.10-1.0.6.44-dev.jar to CodeChickenCore-1.7.10-1.0.7.47-dev.jar. ^ Updated CodeChickenLib-1.7.10-1.1.3.136-dev.jar to CodeChickenLib-1.7.10-1.1.3.140-dev.jar. ^ Updated NotEnoughItems-1.7.10-1.0.4.107-dev.jar to NotEnoughItems-1.7.10-1.0.5.120-dev.jar.
2016-12-31$ Fixed an issue with Fluid solidifier recipes consuming their mold. Thanks ↵Draknyte1
to iuytrewetyu for noticing this issue.
2016-12-30$ Fixed the Multitank Logic. (It also stores fluid type stored inside it ↵Draknyte1
when moved.) - Removed Internal PlayerAPI I previously bundled. - Removed some debug logging from single block tanks.
2016-12-29% Small change to Multitank logic.Draknyte1
^ Version bump to V1.4.9.22-alpha + Uploaded PlayerAPI-1.7.10-1.4.jar library file. https://minecraft.curseforge.com/projects/player-api/files/2248928
2016-12-29$ Total rewrite of Portable tank NBT handling, now they work perfectly, ssp ↵Draknyte1
and smp tested. % Slight change to molten fluid generation. % Name changed to Molten ZrF4.
2016-12-28+ Added the last Fuel salt to NUCLIDE.java.Draknyte1
+ Enabled Fission Fuel Processing recipes. + Added recipes for all three nuclear fuels in the Fission Fuel Processor.
2016-12-28+ Added framework based on opensource works for player movement modification.Draknyte1
+ Added support for the builders ring to toggle Sneak on and Sprinting off while worn. + Added PlayerAPI. % Moved COFH api files into the same package as PlayerAPI.
2016-12-27+ Added configs for the drop rate of Drained Shards and Fluorite Ore.Draknyte1
+ Gave Fission Fuel plant a better tooltip. $ Finalized shape of Fission Fuel Processing Plant.
2016-12-27+ Added the Fission Fuel Processing Plant.Draknyte1
+ Added a config option for the FFPP. + Added new textures for the new casings. - Removed obsolete tooltips on casing blocks.
2016-12-27% Moved the Nuclear composites to their own Classes. NUCLIDES & FLUORIDESDraknyte1
+ Moved most Nuclear components to the new classes, for readability and ease of use. - Removed old instances of Nuclear Fuel components, not generated by my MaterialGenerator.java. % Tweaked recipes to reflect new materials generated. + Enabled material generation for Nuclear materials, producing a very strict item output set. + Added U235/U238/Pu241/Pu244 to ELEMENT.java % Changed all LFTR recipes to now output Uranium Hexafluoride, instead of straight U233.
2016-12-27+ Added recipes to the fluid extractor/former for blocks.Draknyte1
+ Added recipes to the Macerator/Pulveriser for blocks to 9 dust. + Added recipe for Sulfuric Lithium to be used in. + Added a dehydrator recipe for LiOH fluid to dust. % Adjusted Li7 crafting time. % Made various recipes now require Lithium-7 % Renamed 2LiOHCaCO3 to Li2CO3CaOH2. + material/Material.java now has getBlock().
2016-12-27+ Added a fluid extraction recipe for Double plates and Ingots.Draknyte1
+ Made Lithium-7 craftable, Lithium Plates to Li7 double plates. $ Fixed the Th232 centrifuge recipe having the incorrect output.
2016-12-27% Changed the Autogenerated Fluid textures again.Draknyte1
+ Created Thorium-232, a step towards ThF4. + Added centrifuge recipe for Th->Th232(Bonus U232 0.10%). + Added THORIUM_HEXAFLUORIDE & THORIUM_TETRAFLUORIDE into ALLOY.java % Fixed fluid extractor recipes not being added for every dust. + Added more fluid extractor and fluid solidifier recipes for each material. - Removed old "uraniumHexafluoride", "uraniumTetrafluoride", "thoriumTetrafluoride" fluids and IC2 cells. % Changed Multitank Controller Logic, maybe broke things. + Added getNugget and getCell to Material.java % Changed MaterialGenerator.java to use the materials radioactivity level, not the old method based on name. % Moved material blacklist for BlastSmelting Recipe generation out of material/MaterialGenerator.java.
2016-12-26% Changed handling of a recycling recipe.Draknyte1
% Completely rewrote NBT handling on small fluid tanks. Nearly at a satisfactory level.
2016-12-25% Renamed the Helium blob to Hydrogen.Draknyte1
% More work on the small tank.
2016-12-24+ Added a cape handler.Draknyte1
+ Gave the Helium Blob a name. + Gave core items the ability to have a name on yet another constructor. - Disabled the cape handler. % Minor improvements to the portable tanks.
2016-12-23% Moved a handful of recipes from GregtechFluidHandler.java to ↵Draknyte1
RECIPES_GREGTECH.java % Changed LFTR logic.
2016-12-23+ All dusts generated now try generate a fluid extraction recipe.Draknyte1
+ Added a new LFTR recipe. % Changed a Uranium fluid recipe to require U233 instead of U235. + Added some form of logic to the LFTR, now it should run and generate much power.
2016-12-22+ Added a Molten Li2BeF4 fluid.Draknyte1
% Modified BaseItemComponent.java to support custom cell generation more easily. + Added a LFTR test recipe. + Added LFTR recipe support. % Changed FirePit Model.
2016-12-20+ Added config options for the Skookum Choochers and the 3x3 Tools.Draknyte1
+ Enabled the BlockEventHandler.
2016-12-01+ Basic Fire Maker. (1/4 change to light a fire, can also set you on fire if ↵Draknyte1
it fails) + Maceration recipes for the non-TC shards into non-TC shard dust. (Which GT then oreDicts into it's own, for making Energy Crystal) + Recipes for the Multi-tank Controller and it's frame blocks. (Fixes #40) + 4 new pipe types. Now there are 5 sizes of Tungsten, Dark Steel, Lead and Clay. - Hydrogen Blobs no longer get registered as dustHydrogen. (Broke many things without intention) $ Hopefully made a fix to the Multi-Tank, where it would reset it's storage multiplier to 0 or 1 when a world reloaded. % Enabled a previously disabled logging feature. + Put extra logging into getItemStackOfAmountFromOreDictNoBroken() during debug mode. $ Cleaned up ReflectionUtils.java and added a new method getMethodName() which will show where a method was called from.