aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2018-06-07Add EU/t for monster repellent.Richard Hendricks
2018-06-05Fix for typoRichard Hendricks
2018-06-05Add back in missing large boiler pollution numbers. Fix ↵Richard Hendricks
https://github.com/GTNewHorizons/NewHorizons/issues/2765
2018-06-05Added option for disabling machinemetal tinting.Richard Hendricks
2018-06-04reduce explosives by 50% in seismic prospectorDream-Master
2018-06-03Merge pull request #125 from GTNewHorizons/scan_shematicsMartin Robertz
fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040
2018-06-03fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040bartimaeusnek
+ exchanges nice and easy, but client-sided, code with messy id comparison code due to shittyness of GC items have the same name and no other option to compare against -_-' (╯°□°)╯︵ ┻━┻
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-31Tune how often to actually push so that it is every-other-tick if teh ↵Richard Hendricks
receiving side can accept it. Only resort the list if the inventory has been modified before the push, and if the push was successful. Use java's built in sort to keep the list sorted. Nulls get squeezed out as part of the sort algorithm.
2018-05-30Some fixes. Only update if inventory actually changes. Sort inventory ↵Richard Hendricks
first, then bubble out nulls after.
2018-05-27applied https://github.com/Blood-Asp/GT5-Unofficial/pull/1425bartimaeusnek
2018-05-26https://github.com/GTNewHorizons/NewHorizons/issues/2202 Tweak base values ↵Richard Hendricks
for knife/butchery knife.
2018-05-25Fix for #2420. Small knife damage reduced, mob damage immunitiy implemented. ↵Richard Hendricks
Butchery knife damage buffed. Based on mining level, 5+ will instakill cows. Looting enchantment does not appear to work, filing separate ticket for that.
2018-05-25Copy fix from https://github.com/Blood-Asp/GT5-Unofficial/issues/726Richard Hendricks
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-10https://github.com/GTNewHorizons/NewHorizons/issues/2801Dream-Master
[recipe] oredicted recipe to make wooden pressure plates overlaps with the GT plank covers that are not oak #2801
2018-05-09Merge pull request #119 from GTNewHorizons/Schematic2DataStickMartin Robertz
NEI fix for scanner
2018-05-09quickfix for shematic chips beeing scannablebartimaeusnek
2018-05-08Merge branch 'experimental' into Schematic2DataStickbartimaeusnek
2018-05-08Added tooltop to DataSticksbartimaeusnek
+ Fixed original GC Schematics + changed scanner recipes to 30, 480 (from 32, 512)
2018-05-07this shouldnt be in this branchbartimaeusnek
2018-05-07added mechanic to scan Schematics to data sticsbartimaeusnek
2018-04-26fixed galactic greg & config differncebartimaeusnek
2018-04-24OreVein Hardcode Updatebartimaeusnek
+ added all Veins into Hardcode + added europa, europacore veins for europa + added secondlanthanid vein for T8 planets
2018-04-21Add localizer for NeiDream-MasterXXL
fix a few recipe deps and descriptions.
2018-04-20added new UHV machine parts.Dream-MasterXXL
2018-04-15Various FixesLOKKO12
+added defaults for clear programming +removed unused SuppressWarnings +fixed SuperconductorLuV need circuit 92 instead of 9
2018-04-15Merge branch 'experimental' of ↵Technus
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2018-04-15Add more lines to GT sensorTechnus
2018-04-08Suggestion: Nerf EV/IV Tier circuits in Robot Arms, Emitter, Sensors #2777Dream-MasterXXL
https://github.com/GTNewHorizons/NewHorizons/issues/2777
2018-03-31Fix crash when using Scanner/InfoPanel on empty Processing ArrayDavid Vierra
2018-03-24fix descriptionDream-Master
2018-03-24New Fluid regualtors for Luv-UVDream-Master
2018-03-22Adjust oilfield size to 8David Vierra
2018-03-22Remove unused codeDavid Vierra
2018-03-22Adv Seismic ProspectorWo0kiee
2018-03-22Cleanup importsWo0kiee
2018-03-22CleanupWo0kiee
# Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java
2018-03-22Adv Seismic Prospector reworkedWo0kiee
Prospects from NW to SE 9 of oilfields (6x6 chunks each) and output min-max oil amount # Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java
2018-03-15Fix Pump machine inserting into wrong side of tank/pipe aboveDavid Vierra
Fixes an issue where a pipe above the pump with its top side set to "Input Disabled" (to control flow direction) stops receiving fluid from the pump.
2018-03-03#2650 - Fix single-block miners mining bedrockDavid Vierra
May also stop them from mining through protected blocks, warded glass, etc?
2018-02-17Make Large Turbine getInfoData() work better with nuclear control displaysJason Mitchell
2018-02-11Added autamatable data hatchTechnus
2018-02-06Cherry pick upstream texture changesJason Mitchell
2018-02-05Added documentation to updateTexture in GT_MetaTileEntity_Hatch.Alkalus
Added a function to GT_Utility called addTexturePage(byte page). Added information about who is using which texture page in GT_Block_Casings1. Updated GT_Block_Casings5 & GT_Block_Casings8 to utilise texture page 1. Updated Large Chemical Reactor to reflect this change, now also uses Page 1 Index 48. Moved the Pyrolyse oven casing index from 111 to 22, which is currently unused and within the Gregtech index space.
2018-02-05Merge pull request #101 from Antifluxfield/GTNHMartin Robertz
Fix translations
2018-02-05Fix translationAntifluxfield
2018-02-05Merge pull request #100 from Kortako/experimentalMartin Robertz
electro magic nanosuit loses pollution protection #2541
2018-02-05Rock-Breaker LV and MV not craftable due to IndustrialDiamond requirement #2544Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/2544