aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2017-04-15Tooltips have more info on Steam and pollution, adjusted pollution ratesJohannes Gäßler
Boilers tooltips now explicitly state the amount of Steam produced per second. Gas Turbine tooltips now explicitly state how much steam is needed for them to run at full capacity. Machine tooltips now explicitly state how much Pollution they produce per second. Adjusted machine pollution values to have them align better. Diesel Generators / Engines now go 40, 80, 160, 320 Gas Turbines now go 20, 40, 80, 160 Large Boiler tooltips now mention the amount of time needed to heat up Formatted the source code for the Cleanroom Fixed a bug that caused Diesel Generators and Gas Turbines to not have a tooltip.
2017-04-14Machine descriptions are now a String array instead of a single String.Johannes Gäßler
The field mDescription of the class GT_MetaTileEntity_TieredMachineBlock was turned into an array. Every class derived from GT_MetaTileEntity_TieredMachineBlock has received a new additional constructor that takes an array of Strings instead of a single one.
2017-04-11Explicitly added some Solid Fuels to the Large Boiler Fuel tab.Johannes Gäßler
I was unable to automatically add all fuels to the tab.
2017-04-10Expanded the NEI api to allow for custom descriptions, added liquidJohannes Gäßler
fuels to the newly created Large Boiler tab Instead of the default information like total EU or EU usage it is now possible to provide custom Strings to describe a recipe. The Large Boiler NEI tab explicitly shows burn times for fuels depending on the boiler used. Any liquid fuel added to Diesel Fuels or Semifluid Fuels will automatically be added to Large Boiler Fuels.
2017-04-10Fixing names for plasticsBlood-Asp
2017-04-07Should fix one bug case on transformers?Technus
2017-03-31Add assemblyrecipes for all circuits per oredictBlood-Asp
2017-03-31Config for blocks below cropsBlood-Asp
2017-03-31Remove testlineBlood-Asp
2017-03-31Detect low grav dimensions by world providerBlood-Asp
2017-03-31Missed a fileBlood-Asp
2017-03-31Add Lightning RodBlood-Asp
2017-03-26remove everything from ichoriumDream-Master
2017-03-26Add Ichorium as a material to GT CodeDream-Master
2017-03-23Allow teleportation to galacticraft dimensionsBlood-Asp
2017-03-23Prevent empty batterys from stacking in battery bufferBlood-Asp
2017-03-23TryCatch broken IC2 recipesBlood-Asp
2017-03-18Add pre build tools to NEITechnus
2017-03-16Fix for negative-coordinate vein generation, adjustments to recipes for ↵MauveCloud
stone dust, sand, and flint
2017-03-16Merge pull request #952 from Techlone/soldering_alloyBlood-Asp
Config for using only soldering alloy
2017-03-16Added a sorting of recipes in NEITechlone
2017-03-15Optimize importsTechnus
2017-03-12fix adv circuitTechlone
2017-03-10Recipe fixesBlood-Asp
2017-03-08Nikolite be the New Electrotine. PR Mod compatible.Dream-Master
2017-03-08Fix low grav processing checkBlood-Asp
2017-03-06Fixed #935Maxime Legkiy
2017-03-06Fixed #935Maxime Legkiy
2017-03-04material changeDream-Master
2017-03-04Prepare Nikolite to be compatible with ElectrotineDream-Master
2017-03-03Fix large turbines.Technus
2017-03-03Merge not EM related stuff from branch 'eM' into experimentalTechnus
2017-03-02Merge pull request #919 from Dimach/unstable-2Blood-Asp
Fix basic machine bug (machine waste input when placed not in clearroom)
2017-03-02Fix basic machine bug (machine waste input when placed not in clearroom)Dimach
2017-03-02Fix Steam macerator not accepting some items per automationBlood-Asp
2017-03-01Remove rubber from steamageBlood-Asp
2017-02-28Reserved IDsBlood-Asp
2017-02-28Merge pull request #904 from Techlone/unstableBlood-Asp
Add new semiconductors and indium recipe
2017-02-28Circuit changesBlood-Asp
2017-02-28Merge pull request #890 from maixgame/unstableBlood-Asp
Fix bug > Oil Teleportation to GC Planets #837
2017-02-26register Block Steeleafe rightDream-Master
2017-02-24missing filesDream-Master
2017-02-23change value from Black SteelDream-Master
2017-02-23more material changesDream-Master
2017-02-22Add Steelleafe Block andDream-Master
fix https://github.com/GTNewHorizons/NewHorizons/issues/1132
2017-02-17Add new semiconductors and indium recipeTechlone
2017-02-17Fix name config category to UndergroundFluidMaxime Legkiy
Fix comments configuration Fix Start config - add nether and end to BlackList. Default spawn fluids on overworld and Moon. Add Decrease Per Operation Amount (if 0 an endless source)
2017-02-14Fix Energetic Alloy be a few Tiers lowerDream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/1103
2017-02-13Add new flexible configuration undeground oilMaxime Legkiy
2017-02-11Add support of reactor chambers in GT transformersTechlone