aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Expand)Author
2017-05-30Fixed a bug where the LCM could have a mMaxProgressTime of zero.Johannes Gäßler
2017-05-13Changed the Layout of the LCM to 3x3x3, tweaked the name of casings andJohannes Gäßler
2017-05-13Added a new recipe map for the LCR, expanded the API to allow for customJohannes Gäßler
2017-05-12Added crafting recipes for the LCHJohannes Gäßler
2017-05-12Merge branch 'ChemistryUpdate' into LargeChemicalReactorJohannes Gäßler
2017-05-09Added new textures for the LCM, using them nowJohannes Gäßler
2017-05-09Implemented checkRecipeJohannes Gäßler
2017-05-08Deleted prints used for debuggingJohannes Gäßler
2017-05-08Implemented checkMachine for the LCR, added machine casingsJohannes Gäßler
2017-05-07Created a non-functional first draft for the Large chemical ReactorJohannes Gäßler
2017-05-07Reverted erroneous previous commit.Johannes Gäßler
2017-05-06Created a first draft for the Large Chemical ReactorJohannes Gäßler
2017-05-06Fixed the Electric Blast Furnace not recognizing recipes when there isJohannes Gäßler
2017-05-01Added molecular formulas for the new materials, added alternativeJohannes Gäßler
2017-05-01Added config for simple chemical recipes and stone dust centifugationJohannes Gäßler
2017-05-01Added recipes for centrifuging Stone DustJohannes Gäßler
2017-05-01methods for pipe creation, new plastic pipes, implemented PVCJohannes Gäßler
2017-04-30New recipes, convenience methods, recipe rebalancingsJohannes Gäßler
2017-04-30Chem reactors can now output 2 items, implemented recipes for NitricJohannes Gäßler
2017-04-28Implemented Nitric Acid, Rocket FuelJohannes Gäßler
2017-04-27Merge pull request #1025 from JohannesGaessler/SteamProductionImprovementBlood-Asp
2017-04-27Fix eu consumption absence by AssemblyLine and some clean upTechlone
2017-04-27Formatting clean up, nothing elseTechlone
2017-04-27Fixed a bug where excess fuel didn't consider the distortion fromJohannes Gäßler
2017-04-26Eliminated rounding errors that caused fuel to burn too shortlyJohannes Gäßler
2017-04-26Refactored mDescription to mDescriptionArray, added a deprecated fieldJohannes Gäßler
2017-04-24Expanded Charcoal Byproducts, added recipes that produce themJohannes Gäßler
2017-04-23Changed the wording on heating capacity to make the effects more clear.Johannes Gäßler
2017-04-23Added information on how Heat Capacity surplus influences recipe timeJohannes Gäßler
2017-04-22Enabled solid output for Distilleries, implemented Epoxy Resin / PTFEJohannes Gäßler
2017-04-19Added a lot of (petro)chemistry stuff, expanded the APIJohannes Gäßler
2017-04-16Made Diesel Engine Tooltip more descriptiveJohannes Gäßler
2017-04-15Tooltip information on pollution is now dynamic, adjusted GT_PollutionJohannes Gäßler
2017-04-15Tooltips have more info on Steam and pollution, adjusted pollution ratesJohannes Gäßler
2017-04-14Machine descriptions are now a String array instead of a single String.Johannes Gäßler
2017-04-14Large Boiler fuel burn rate now configurableJohannes Gäßler
2017-04-01Fix regulator crash bugBlood-Asp
2017-03-31Fix typoBlood-Asp
2017-03-31catch most modular armor crashesBlood-Asp
2017-03-31Add assemblyrecipes for all circuits per oredictBlood-Asp
2017-03-31Better logging for oregenBlood-Asp
2017-03-31Config for blocks below cropsBlood-Asp
2017-03-31Detect low grav dimensions by world providerBlood-Asp
2017-03-31Add Lightning RodBlood-Asp
2017-03-31null check to prevent bukkit crashBlood-Asp
2017-03-26Naquadah gen tiersBlood-Asp
2017-03-26Merge pull request #981 from dohyun22/patch-1Blood-Asp
2017-03-26Cleanup code.Dimach
2017-03-26Fix #982, #986.Dimach
2017-03-25simplified the code.dohyun22