aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2017-05-04Added a graphic for acids, made the javadoc more descriptiveJohannes Gäßler
2017-05-03Added an svg for misc chemical recipes, tweaked several recipesJohannes Gäßler
2017-05-03Added distillation recipe for Phenol, tweaked the graphic for plasticsJohannes Gäßler
2017-05-02Materials for existing fluids, ash nerf, plastic production svgJohannes Gäßler
2017-05-01Added molecular formulas for the new materials, added alternativeJohannes Gäßler
charcoal recipes. Charcoal can now be made by treating Wood Pulp or Sugar with Sulfuric Acid (takes very long, doesn't scale well)
2017-05-01Added config for simple chemical recipes and stone dust centifugationJohannes Gäßler
2017-05-01Added recipes for centrifuging Stone DustJohannes Gäßler
The amount of elements you get from centrifuging is proportional to their mass percentage in the earths continental crust with a tolerance of ~5-20%
2017-05-01methods for pipe creation, new plastic pipes, implemented PVCJohannes Gäßler
Added a new plastic: Polyvinyl Chloride, currently only used for item pipes Added Polytetrafluoroethylene Fluid Pipes Fixed the number of fluid cells for polymerization, Fixed the default alpha value for the MaterialBuilder class
2017-04-30Changed the newly added recipes so that they use the new APIJohannes Gäßler
2017-04-30New recipes, convenience methods, recipe rebalancingsJohannes Gäßler
Implemented new recipes for Gunpowder, Saltpeter, Sulfuric Acid Gave Sulfur dust a burn value (1600, the same as coal) Made all chemical recipes stoichiometrically correct whenever possible (2 H + 1 O -> 1 H2O instead of 2 H + 1 O -> 3 H2O) Added a convenience method to Materials that lets you get dust succinctly Put all simplified recipe additions in a separate method, the config is still missing
2017-04-30Chem reactors can now output 2 items, implemented recipes for NitricJohannes Gäßler
Acid,added utility methods to get Material cells or integrated circuits, it's now possible to declare a temperature for automatically created fluids / gases
2017-04-29Fixed a sneaky and game-breaking bug that caused quite a lot of fluidsJohannes Gäßler
to no longer have recipes for filling cells. The reason for the bug was that the bit flag 256 is already in use to designate something as empty. Since only bit flags up to 128 were documented I had unwittingly used the 256 bit flag for fluid creation. The documentation now informs about the function of 256. Automatic fluid and gas creation are now controlled via booleans. Big thanks to Techlone for helping me debug.
2017-04-28Implemented Nitric Acid, Rocket FuelJohannes Gäßler
2017-04-24Expanded Charcoal Byproducts, added recipes that produce themJohannes Gäßler
2017-04-24Made the centrifuge recipes for ash more realisticJohannes Gäßler
2017-04-23Tweaked Titanium, implemented Silicone and GunpowderJohannes Gäßler
Carbon Monoxide can now be obtained as an optional byproduct from Titaniumtetrachloride production. Added a missing chemical reactor recipe for Gunpowder
2017-04-23Added additional recipes for acids and basesJohannes Gäßler
2017-04-22Enabled solid output for Distilleries, implemented Epoxy Resin / PTFEJohannes Gäßler
production Expanded the GregTech API: There is now a convenience method for automatically creating polymerization recipes. Disabled recipes for the Salty Water Potion in favor of a new Salt Water fluid. Slightly nerfed Sulfuric Acid production from Sulfur and Water to make them align with other acids and bases (1 Dust / 1000L Chemical + 1000L Water -> 1000L acid/base)
2017-04-21Added recipes for EpichlorohydrinJohannes Gäßler
2017-04-20Refactored MaterialAdapter to MaterialBuilder to better represent theJohannes Gäßler
class functionality.
2017-04-20Fixed a typo, Added a missing glue recipeJohannes Gäßler
2017-04-19Added a lot of (petro)chemistry stuff, expanded the APIJohannes Gäßler
Created an adapter class for creating materials. Materials now have bit flags for automatic gas/fluid creation. Added a new convenience method for adding distillery recipes. Recipes now show the exact recipe duration instead of the duration rounded down to the nearest int. Added new Materials with relevant recipes: Acetic Acid, Acetone, Calcium Acetate, Charcoal Byproducts, Carbon Monoxide, Ethanol, Ethylene, Methanol, Methyl Acetate, Polyvinyl Acetate, Propene, Sulfuric Ethylene, Vinyl Acetate Made vinegar visible.
2017-04-13Added a recipe for Thaumcraft Alumentum and some other itemsJohannes Gäßler
Iterating over items and checking for fuel values turned out to not give good results because it ignores the Ore Dictionary. For instance there would be a page for only oak logs instead of a page with wood in general.
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-10All foils can be made in bender.Blood-Asp
2017-04-10Fix compile issueBlood-Asp
2017-04-03Remove deprecated api..Archengius
2017-04-01Fix regulator crash bugBlood-Asp
2017-04-01Move some recipes since max java method size was reachedBlood-Asp
2017-04-01Updated Achievements to fit changed circuitsBlood-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-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-31null check to prevent bukkit crashBlood-Asp
2017-03-26Naquadah gen tiersBlood-Asp
2017-03-26Merge pull request #987 from Sirse/unstableBlood-Asp
Fix NEI NoClassDefFoundError
2017-03-26Merge pull request #981 from dohyun22/patch-1Blood-Asp
Fixed various Bugs on the Powderbarrel.
2017-03-26Cleanup code.Dimach
2017-03-26Fix #982, #986.Dimach
2017-03-27Fix NEI NoClassDefFoundErrorSirse
Ensure is NEI loaded before call their API methods
2017-03-25simplified the code.dohyun22
2017-03-24Fixed various Bugs on the Powderbarrel.dohyun22
Fixed PrimedTNT Entity being spawned on client side when destroyed by player. Fixed PrimedTNT Entity spawning at misplaced location (about 0.5m from the center of the block). Fixed fuse sound not being played when ignited. Fixed Powderbarrel not being able to spawn PrimedTNT Entity when destroyed by explosion.