Age | Commit message (Collapse) | Author |
|
|
|
|
|
$ Fixed many other unknown recipes which had null inputs as items.
|
|
$ Hopefully fixed crash when Forestry wasn't loaded.
|
|
|
|
% Commented out something related to Forestry.
|
|
% Adjusted Eglin base Compound slightly.
- Disabled new, non-working Forestry content.
|
|
|
|
% Tweaked frame tooltips to better reflect what they do.
- Toned down mutation rate of Accelerated Frames from 2.5F to 1.2F.
|
|
|
|
% Tweaked frame spawn rate in dungeon chests.
|
|
$ 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.
|
|
+ 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.
|
|
% Changed handling of Wrench interfaces for the Workbench.
- Removed classes I borrowed from MFR. (useless)
- Removed Psychedelicraft support. (useless)
|
|
eventually also do block breaks too).
+ Added handling of the block break particles.
|
|
|
|
% Tweaked the code that handled item removal from the TreeFarmers input bus slots.
|
|
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.
|
|
+ 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.
|
|
% 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).
|
|
configurable).
+ Added a getSimpleStack method for blocks, to simplify life.
|
|
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.
|
|
|
|
+ Added TreefarmManager.java, for static forestry related content.
|
|
> Shouldn't crash now if Forestry does not exist.
Should fix #44.
|
|
> Not really sure, haven't had a desktop in 2 weeks. Think this fixes alvearies? dunno.
|
|
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.
|
|
+ Re-did imports again, from the desktop, with looser rules.
|
|
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.
|
|
> Much neat, very nices.
|
|
|
|
+ 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.
|
|
Alveary.
@Mezz, I've had a horrible time trying to backtrack what apiaries do and apply that to the Alveary.
Any advice or suggestions?
|
|
now it's gtPlusPlus.
|