aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2018-09-04Fix weirdness if only one of the gt6 pipes/cables are enabledJason Mitchell
2018-09-03* Fix: Colored cables/pipes properly connect (or don't) to each other based ↵Jason Mitchell
on color * Trigger connection evaluation on painting of cables/pipes or machines * Trigger connection evaluation on placement of blocks -- IE: A wire/pipe open to air, and then a dirt block is placed on it - this will close the pipe/wire connection
2018-09-03Pipe/Cable overhaul & Add filter output on fluid filtersJason Mitchell
* Unified connect() method for pipes/wires - each subclass has it's own canConnect(), letsIn(), and letsOut() methods that map to the specifics for that implementation * Shift Clicking while placing a GT machine will now try connecting to the cable/pipe it is placed on * You can open a connection to the air for pipes & wires, allowing the next thing you place down to auto connect (ie: a JABBA barrel) * Distribute Fluids - Modeled after several of the upstream PRs * Fluid regulators on pipes should stop spazzing out now * Fluid filter covers - Now work with filtering output BUG/TODO: * Spray paint doesn't seem to keep wires/pipes from connecting properly * Spray paint on wires/pipes should force a disconnection check
2018-09-01Merge pull request #140 from GTNewHorizons/bartimaeusnek-fixesMartin Robertz
added config option to allow broken recipe map for debug purposes
2018-08-31Correct name of Superconductor for UHVСпартак
2018-08-31added config option to allow broken recipe map for debug purposesbartimaeusnek
2018-08-29remove iron3chloride from fluid list because it is an material now. Same for ↵Dream-Master
Lifeessence
2018-08-26Final version of Alkalus's type filter fix. #3367Richard Hendricks
2018-08-25Change to use an ObjMapRichard Hendricks
2018-08-21alkalus' fix to improve performance on the typefilter...bartimaeusnek
2018-08-21fixed GT Teleporterbartimaeusnek
+ improofed readability a bit (in dependencies in GT_Mod & GT_MetaTileEntity_Teleporter) - removed unused libs
2018-08-19cherry pickAlkalus
Fixed Mufflers and Large Boiler Fuels. (#1319) 92bcce8fd50004abc898cdd3464942b9a98d24a9 https://github.com/Blood-Asp/GT5-Unofficial/commit/92bcce8fd50004abc898cdd3464942b9a98d24a9
2018-08-15Added powderbarrels to usage. Added recipes to make Adv Seismic Prospectors. ↵Richard Hendricks
Removed recipes for the old ones.
2018-08-15Do radius in blocks. Clean up printouts. Add in chunk information for ↵Richard Hendricks
located ores.
2018-08-15fix radiusRichard Hendricks
2018-08-15Prep for changesRichard Hendricks
2018-08-13Fix for issue 3399.Richard Hendricks
2018-08-11Alternative Primitive Circuits for MV #3438Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3438
2018-08-11[Suggestion] Change Blood Magic Life Essence Cell recipe to use Regular cell ↵Dream-Master
rather than Universal Cell. #2215 https://github.com/GTNewHorizons/NewHorizons/issues/2215
2018-07-29name fixing Iron3ChlorideDream-Master
2018-07-21Revert changes for machine metal support, using different method now via ↵Richard Hendricks
coremod to enable disable.
2018-07-21fix namesDream-Master
2018-07-21fixDream-Master
Universal Fluid Cells Wont Empty #3342 https://github.com/GTNewHorizons/NewHorizons/issues/3342
2018-07-21Universal Fluid Cells Wont Empty #3342Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3342
2018-07-13Light and Heavy Fuel Burn Values #3115Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3115
2018-06-30pulled small ores into codebartimaeusnek
-removed config for custom ores -removed immensive engineering support -removed magneticraft support -removed PFAAGeologica support +added small ores for GaGreg +version bump
2018-06-20New feature for chestbuffers/superbuffers:Transfer size mode. Instead of ↵Richard Hendricks
matching the output inventory, this mode will only transfer fixed sizes to output invetory. Useful for input hatches to Amazon Packager or PA filled with packagers.
2018-06-19Attempt to fix for #3030. Checking in on branch and doing PR so it can be ↵Richard Hendricks
reverted easily.
2018-06-18Merge branch 'experimental' into scanner_fixesbartimaeusnek
2018-06-18fix for #2152bartimaeusnek
fix for reused DataSticks keep parts of old NBTTagCompound fixed blockores and removed one hashmap
2018-06-17Smp assembly-line books issures (#128)bartimaeusnek
2018-06-17added GT BlockOres, BlockMetals, BlockGems for Assemblylinebartimaeusnek
2018-06-16fixed Multiple items on one pagebartimaeusnek
2018-06-16fixed minor sorting issurebartimaeusnek
2018-06-16fixed SMP Assembly Line book issures.bartimaeusnek
2018-06-13fix liquid air derpDream-Master
2018-06-13fix derpDream-Master
2018-06-13try liquid nitrogen to put into materialsDream-Master
2018-06-10Fixed (hopefully) alll PBI recipesZoko061602
2018-06-09Added PolybenzimidazoleZoko061602
2018-06-05Added option for disabling machinemetal tinting.Richard Hendricks
2018-06-02For the first 6 ticks after pushing, always push. Then goto every 5 ticks. ↵Richard Hendricks
Should work OK for any machine. For higher output performance, use larger output stack size. Uses item ID numbers instead of strings to sort, much faster. Resolves https://github.com/GTNewHorizons/NewHorizons/issues/3006
2018-05-30Branch to add in better debug output from GT cpu load. ns instead of ms.Richard Hendricks
2018-05-27applied https://github.com/Blood-Asp/GT5-Unofficial/pull/1425bartimaeusnek
2018-05-22Turbine nuclear gui (#121)bartimaeusnek
fixes critical server crash due to server sided getInfoData() by using StatCollector.translateToLocal instead of I18n.format
2018-05-19nuclear control displays 2.0, lang file addition (#120)bartimaeusnek
* +applied mitchej123 fix to all turbines +added .lang translation for GUI +removed error log for quicksilver dust * Lang file for Multiblock Information Nuclear Display patch * Tin Cell dublicate bug https://github.com/GTNewHorizons/NewHorizons/issues/2970
2018-05-12add massfab to item list gt++ compatDream-Master
2018-05-12Add Unboxinator LuV-UV for gt++ compatDream-Master
2018-05-06Remove dependency from Galactigreg...Technus
2018-04-26fixed galactic greg & config differncebartimaeusnek