Age | Commit message (Collapse) | Author |
|
was created for the purpose of isolation. Much better than just adding some if checks to ClientProxy.java
|
|
|
|
enchantments. Thanks to Kate_CW for reminding me to re-add this feature in a working state :D
|
|
$ Fixed GT:NH compatibility not working.
% Tweaked Fluorite drop function.
|
|
|
|
two tools.
|
|
|
|
|
|
commit. #58
|
|
@Dream-Master.
This should resolve #58 for you mate.
|
|
eu/t to account for cable loss.
+ Re-enabled shapeless crafting recipes for lower tier alloys, as opposed to enforcing mixer only recipes.
|
|
% Disabled Fluid Tanks above IV tier when GT:NH is loaded.
|
|
+ Added a boolean to check if DreamCraft is installed (Which will only ever be true if you're playing GT:NH).
|
|
% Tweaked items generated for materials due to states.
% Tweaked tooltips of cells, now they are cleaner.
% Changed max progress time of LFTR to be 500x what it was.
|
|
% Changed handling of Fluid generation for materials to now use MaterialState, instead of always being a molten metal.
|
|
$ Fixed the LFTR not using fuels properly.
$ Fixed how LFTR sparging works, it now uses fluids/gases properly.
% Updated the LFTR Tooltip.
% Updated the FFPP Tooltip.
|
|
(Should Fix #57).
|
|
to corrupt.
% LFTR & FFPP work.
|
|
- Removed some debug logging from Fish Traps.
|
|
with the same name from another library. (Why the fuck would you do that Eclipse? You piece of shit).
|
|
|
|
|
|
TileEntity. (Still doesn't properly save data, no idea why. I hate NBT.)
|
|
$ Fish Traps no longer work if they have more than 4 others directly beside them. (Fixes an issue where a FishTrap out of water with 4-6 other traps around it would still work).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ Fixed an issue where an NPE would crash the game when adding loot.
|
|
insert items into it anymore.
% Made the tickrate of FishTraps variable based on the amount of water that surrounds them.
|
|
|
|
|
|
+ Added Double Clay Plates.
+ Added the TileEntity for a Fish Trap.
|
|
get removed).
+ Added a function to generate Plasma.
- Removed Bedrockium generation.
$ Fixed the chemical symbol for Thallium.
$ Fixed an issue where a String in ClientProxy.java was being set server side.
|
|
$ Fixed an issue where materials would default to Plasma, instead of a molten metal/gas.
|
|
|
|
+ Added PU-238 to item generation, also left some notes for LFTR byproducts.
|
|
% Further defined the generation method for radioactive materials, making plates a boolean switch.
- Removed the booze segment of Growthcraft for the moment.
|
|
materials, to be more dynamic.
$ This should close #53, I'll make a new build for you @Dream-Master to check out.
|
|
|
|
> Still have to add colouring, durability and radioactivity.
|
|
Sparged with a particular gas.
+ Added many more elements to my ELEMENT.java. (Incomplete for the moment, still working on it.)
|
|
% Rewrote how the LFTR processes it's recipes based on the large Diesel generator. (Better than using the Fusion Reactor as a base.)
|
|
+ Made LFTR's go BOOOOOOOM when they explode, like nothing you've ever seen before. Be careful.
|
|
+ Wrote up some really bad version parsing code, will replace with a Regex function later.
% Changed Growthcraft FishTrap handling to support newer versions.
|
|
% Changed handling of Wrench interfaces for the Workbench.
- Removed classes I borrowed from MFR. (useless)
- Removed Psychedelicraft support. (useless)
|
|
can set max logs cut before taking a break. Prevents lag if you plan to cut Large trees. (Stops it cutting 5k logs in one go, default max is 500).
% Changed the Cutting method, so search X/Z, then go up a Y level, not 1-150 Y scanning then moving along. (Allows previous lag breaker to not cut trees in strange angles).
% Tweaked the Clean-up method, so that it does not clean up inside the initial area, also creates 'trash' block break effects.
% Re-enabled Clean-up being called every 60s from postTick().
% Tried adding debug code into the Clean-up method to figure out what area it's tidying. (Pumpkins/Melons/BookCases).
|