Age | Commit message (Collapse) | Author |
|
Make Rocket Engines more appealing to casual players
|
|
|
|
|
|
Closes #189.
|
|
Change canBufferOutputs to consider whether outputs can stack.
Check if items in the output buses can stack with the outputs.
Consider max number of parallel recipes in canBufferOutputs.
Reset outputs and progress earlier in checkRecipeGeneric().
|
|
Fixes a weird issue, due to decompiled source copy paste.
|
|
their GUI.
$ Fish Pond work.
|
|
$ Made the Fishing Pond cache reflection data from WeightedRandomFishable objects.
$ Fixed the Fish Pond not outputting correct stack sizes. (They were all 0)
|
|
|
|
+ Added the Fish Pond.
$ Added support for more textures in TAE.java.
- Disabled GT ASM.
|
|
+ Added Sludge output to the Wash Plant.
$ Finished the Cutting Factory.
$ GT ASM.
% Improved tooltips on Maceration Stack, Industrial Sifter & Wash Plant.
|
|
|
|
|
|
$ Fixed Super Chest ID collision.
% Made Super Chests hold 1/2 as much.
|
|
|
|
Check if items in the output buses can stack with the outputs.
Consider max number of parallel recipes in canBufferOutputs.
Reset outputs and progress earlier in checkRecipeGeneric.
|
|
$ More work on Gregtech ASM.
> NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit cb3da864549f8c45c6d70ddeda4d3b56c804af5d.
|
|
|
|
% Mild re-arrangement to CI.java.
|
|
|
|
^ Version bump to 1.7.0-pre3.
|
|
Fix several broken machine and casing recipes (wrong gear type)
|
|
$ Fixed worldgen issue in Everglades.
$ Fixed Power Sub-station not handling output voltages correctly.
$ Fixed Ore vein bias issue for Everglades gen. - https://github.com/GTNewHorizons/GT5-Unofficial/commit/05b361cf7f29f1cd24d69bcea8630f3ae470b182#diff-8accfe00d7b275149176462fbc5fcf59
|
|
+ Added new textures for future use.
|
|
|
|
Thermal Refinery Controller
Fission Fuel Refinery Controller and Casings
LFTR Casings
|
|
|
|
% Toned down Staballoy Construct explosion.
% Changed ore Density during generation in Toxic Everglades.
% Updated en_US.lang.
|
|
strings in WorldGen_GT_Ore_Layer.java to save on serious cpu usage & Removed all uses of CSPRNG.
|
|
- Disabled Toxic Everglade Ore generation.
% Tweaked Sludge/Waste water textures to be less blurry.
|
|
+ Added recipe to craft Mystic Frame portal blocks.
% Tweaked Toxic Everglades Portal.
% Tweaked sludge textures.
$ Stopped Mining Explosive using CSPRNG.
|
|
|
|
|
|
Change IndustrialWashPlant.checkWater() to only fill the basin
|
|
|
|
No longer tries to do `checkMachine()` things like add buses and hatches
|
|
Fixes all kinds of performance problems. These RNGs aren't cheap to
create.
|
|
|
|
|
|
% Changed Power Sub-Station recipe, harder in GTNH. Closes #194. Also closes https://github.com/GTNewHorizons/NewHorizons/issues/2517.
% Tweaked Industrial Sifter & Wash Plant items/operation.
% Greatly improved the Iron Blast Furnace for GT 5.09. It is now double the speed of a Bronze/Bricked Blast Furnace.
|
|
$ Rewrite and refactor checkRecipe() for several multiblocks, restore machine sounds
$ Fixes #182.
$ Fixes #183.
$ Fixes #184.
|
|
This code path should never have worked. `getDeclaredField()` only searches the given class and not any of its superclasses - because `mPollution` is declared in a superclass, `null` will always be returned.
|
|
+ Redid material components to better use GT texture assets.
% Gave all 32 ore types new TextureSets.
% Doubled capacity of all fluid pipes.
% Moved Item/Block creation from init() to preInit().
$ Fixed Sludge fluid texture.
$ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades.
$ Bundled SegmentHelper.java, for future development ease.
|
|
% More ASM work on getDrops fix.
$ Made GT++ Materials utilise GT TextureSets.
$ Made Ore blocks use the most prominent texture set based on it's component materials.
$ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2522.
$ Fixed materials that require a blast furnace being fluid extractable.
$ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2530.
|