aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/forestry
AgeCommit message (Collapse)Author
2017-05-28$ Toned down mutation rate of Mutagenic frames to 5x, from 10x. #71.Draknyte1
% Tweaked frame spawn rate in dungeon chests.
2017-04-02+ Added a Dev environment Check.Draknyte1
$ Fixed Hellish Fire being invisible. % Changed Hellish Fire's particles. % Changed the use of the Forestry child mod to be the GT++ mod. % Tweaked texture on Industrial Sifter Multiblock.
2017-03-04+ New texture for the slow builders ring.Draknyte1
+ Added the Alkalus Disk. $ Fixed Frame Box Assembler Recipes. $ Fixed Missing 7Li material. $ Fixed Tiered Tanks not showing their capacity in the tooltip. $ Fixed tooltips for alloys containing Bronze or Steel. $ Fixed Clay Pipe Extruder Recipes. - Removed a handful of Plasma cells for misc. materials. % Changed the Industrial Coke Oven's tooltip, to better describe the input/output requirements. % Cleaned up The Entire Project.
2017-02-02+ Added a check for BuildCraft.draknyte1
% Changed handling of Wrench interfaces for the Workbench. - Removed classes I borrowed from MFR. (useless) - Removed Psychedelicraft support. (useless)
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-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 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-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-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-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-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$ 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.
2016-11-30% Changed Forestry handling for Optional annotations.Draknyte1
> Shouldn't crash now if Forestry does not exist. Should fix #44.
2016-11-23+ Added some @Optional and Reflection checks.Draknyte1
> Not really sure, haven't had a desktop in 2 weeks. Think this fixes alvearies? dunno.
2016-11-14% Changed the way Forestry blocks are handled, should stop overrides of the ↵Draknyte1
default Alveary components. $ Changed recipe checking of the Alloy Smelter, instead of only checking the first two slots, it now will check a dynamic size. Should fix #36.
2016-11-06+ Added two new recipes for etched IV wiring. Should help with #35Draknyte1
+ Re-did imports again, from the desktop, with looser rules.
2016-11-06Revert "$ Cleaned up the entire project."Draknyte1
This reverts commit 0669f5eb9d5029a8b94ec552171b0837605f7747. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MassFabricator.java Revert "% Cleaned up Imports." This reverts commit 3654052fb63a571c5eaca7f20714b87c17f7e966.
2016-11-04$ Cleaned up the entire project.draknyte1
> Much neat, very nices.
2016-11-04% Cleaned up Imports.draknyte1
2016-10-25+ Tried improving the handling of Blast Smelting.Draknyte1
+ Tried adding shapeless dust recipes for all of my alloys. (The shapeless recipe system is dumb) + Added a custom GUI for NEI recipes for the Blast Smelter. % Refactored some Utils classes.
2016-10-21% Trying things to get Frame Housings too apply their BeeModifier to the ↵Draknyte1
Alveary. @Mezz, I've had a horrible time trying to backtrack what apiaries do and apply that to the Alveary. Any advice or suggestions?
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.