aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28% Adjusted use of old Nuclide references to now reflect their location in ↵Jordan Byrne
Elements class.
2018-03-28$ Fixed Circular dependencies between FLUORIDES.java & NUCLIDE.java.Jordan Byrne
$ PMD Improvements.
2018-03-27$ Fixed Weird GameRegistry registration duplication for MultiSpades.Jordan Byrne
$ .08 Compat.
2018-03-24% Tweaked some ABS recipes for GTNH. Resolves #236.Jordan Byrne
2018-03-24Merge pull request #237 from codewarrior0/no-oredict-cacheAlkalus
Remove mOreDictCache and mDustCache from ItemUtils
2018-03-24Merge pull request #234 from DerMilchkarton/masterAlkalus
extended german language file
2018-03-24% Made Mod load after other mods.Jordan Byrne
2018-03-24+ Added craftingToolSaw to CI.java.Jordan Byrne
$ Improved handling of Mixer Recipes for alloys. $ Fixed Rainforest Oak not being craftable into planks.
2018-03-24$ Fixed Materials auto-generating an incorrect boiling temp.Jordan Byrne
2018-03-22Remove mOreDictCache and mDustCache from ItemUtilsDavid Vierra
It is incorrect to cache ore dict items during initialization, as this is when items are being added to the ore dict. Fixes issues where fluid cells weren't being correctly registered as fluid containers.
2018-03-21$ Stopped the Multitools using local variables for things. ↵Jordan Byrne
(Whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy)
2018-03-20$ Fixed another instance of things being cached when invalid.Jordan Byrne
2018-03-20$ Moved Item & Block generation earlier into Pre-Init, before recipes are ↵Jordan Byrne
handled anywhere. $ Stopped getItemStackOfAmountFromOreDictNoBroken() caching invalid results, so that when they are generated, they can be cached later.
2018-03-20% Adjustments to the Buffer Dynamos.Jordan Byrne
2018-03-20+ Added Buffered Dynamos for all Tiers.Jordan Byrne
+ Added particles to the Mining Pipe and Mining Head blocks. + Added a casing block for the BRMPs. % Made Custom GT Pipes/Wires load prior to the GT Machines. $ Fixed the Industrial Extruder tooltip, incorrectly stating the Muffler was required at the rear. Tooltip now states the Maint. Hatch is required at the rear.
2018-03-19% Formatting.Jordan Byrne
% Minor BRMP tweaks for casings and frames.
2018-03-19+ Added Custom mining pipe & head blocks for the Bedrock Mining Platform.Jordan Byrne
+ Added Cryotheum and Pyrotheum requirements to the BRMP. $ More Fixes to Pipe handling within the BRMP.
2018-03-19% Tweaked Mining Head behaviour, They now descend separately.Jordan Byrne
2018-03-19$ Improved Pipe handling code for Bedrock Mining Platform.Jordan Byrne
2018-03-19+ Added some default aspects to all material & ore items.Jordan Byrne
$ Fixed Aspect additions not being added to items. $ More work on the Bedrock Miner.
2018-03-18+ Added TC Aspect support to all Materials.Jordan Byrne
+ Added 5 custom TC Aspects. $ Fixing Buggy name of Mini-Fusion Reactor.
2018-03-18+ Added Thaumcraft and GT 5.08 Libs.Jordan Byrne
% Updated Segment to 2.1.1, this should fix #178, as a newer version of Okio is now bundled.
2018-03-15+ Added base code for the Bedrock Drilling Platform.Jordan Byrne
+ Added a Player Tick Handler.
2018-03-15Merge pull request #233 from codewarrior0/patch-5Alkalus
Fix dependency problems with OpenBlocks and TConstruct
2018-03-15+ Added additional processes for obtaining Radon.Jordan Byrne
+ Added Radium items to en_US.lang. % Base work on tickCounting for Tickable items in containers. $ Small Mass Fabricator fix.
2018-03-14Add files via uploadDerMilchkarton
2018-03-14extended german language fileDerMilchkarton
2018-03-14+ Added Radium-226 & Decayed form.Jordan Byrne
$ Greatly improved tooltip handling on CoreItem & derivatives.
2018-03-14+ Locale Additions.Jordan Byrne
2018-03-14% Refactored all Everglades stuff to it's own package.Jordan Byrne
$ Fixed inverted EIO tooltip logic.
2018-03-13Fix cyclic dependency with TConstructDavid Vierra
GT++ before TConstruct GT++ after gregtech gregtech after TConstruct
2018-03-13Fix GT++ `xpjuice` fluid overriding OpenBlocks fluidDavid Vierra
Fixes issues where the OpenBlocks XP Drain will fill tanks with GT++ `xpjuice`, which cannot be pulled out using a bucket. After this change, any tanks containing the GT++ juice will auto convert to the OpenBlocks juice.
2018-03-13% Made Void Frames useless in GTNH because Oblivion Frames will always exist.Jordan Byrne
$ Stopped old Iron Bar recipes being added in GTNH.
2018-03-13$ Fixed TiCon not accepting GT++ Pyrotheum as a valid Smeltery Fuel.Jordan Byrne
$ Fixed Recipe for the Shaft Extruder shape, which now requires Dark Steel, instead of Dark Iron.
2018-03-09$ Fixed compile issue.Jordan Byrne
$ Fixed Spelling issue on throwable potion.
2018-03-09% Changed Cyclotron recipes.Jordan Byrne
^ Version bump to Pre-8-final.
2018-03-08Merge pull request #229 from codewarrior0/rewrite-substationAlkalus
Rewrite Power Substation's running logic
2018-03-08Merge pull request #228 from ↵Alkalus
codewarrior0/remove-duplicate-method-calculatevoltagetier Remove `Utils.calculateVoltageTier` in favor of `GT_Utility.getTier`
2018-03-07Substation: Rewrite machine running logicDavid Vierra
Implement logic in `onRunningTick` instead of `onPostTick`, allowing the base maintenance/repair logic to take effect. Rewrite hatch draining/filling to consider the station's available energy and the hatch's capacity and throughput, including its amperage. Energy hatches now correctly supply 2A to the station, and multi-amp dynamos output the proper number of amps. Rewrite running costs to consider the actual average voltage instead of the voltage tier, and increase running costs according to maintenance problems. Running cost % is now configurable via a constant ENERGY_TAX, currently 2%. Running costs deliberately ignore hatch amperage to make multi-amp hatches more appealing. Also clear the dynamo hatch lists on each machine check to prevent them filling up with duplicate hatches.
2018-03-07Fix TecTech multi-amp dynamo hatches not being identifiedDavid Vierra
2018-03-07Substation: AutoformattingDavid Vierra
2018-03-07Substation: Pretty up the scanner and info panel readoutDavid Vierra
2018-03-07Substation: remove redundant `mActualStoredEU`David Vierra
`getEUVar()` etc. are fine.
2018-03-07Substation: Remove pointless overrides and dead codeDavid Vierra
2018-03-06Remove `Utils.calculateVoltageTier` in favor of `GT_Utility.getTier`David Vierra
2018-03-06$ Fixed duplicate string in Large Extruder Tooltip.Jordan Byrne
2018-03-06+ Added temp recipes for the Cyclotron and it's casings.Jordan Byrne
+ Added a config option for the Cyclotron. - Reduced output chance and quantity of AM241 pellets. $ Fixed localization for all sizes of dusts.
2018-03-04$ Cyclotron now requires an Input bus.Jordan Byrne
2018-03-04+ Added Plutonium 239.Jordan Byrne
% Made decayable dusts radioactive. $ Fixed incorrect texture for decayable dusts. $ Fixed COMET recipe expecting molten 239Pu.
2018-03-04+ Added dusts that can decay.Jordan Byrne
+ Added more Cyclotron Recipes. % Tweaked Cyclotron tooltip. % Tweaked creative energy buffer textures.