| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-16 | Added config for automation | Yuriy Shnitkovskiy | |
| 2017-05-15 | Add low grav to proc array, - assuming that proc array is always considered ↵ | Technus | |
| in a clean room, added circuit assembler to proc array | |||
| 2017-05-13 | Changed the Layout of the LCM to 3x3x3, tweaked the name of casings and | Johannes Gäßler | |
| the descriptions of multiblocks to make them consistent. | |||
| 2017-05-13 | Added a new recipe map for the LCR, expanded the API to allow for custom | Johannes Gäßler | |
| NEI stack positioning. Refactored the name of the Large Boiler Fake Fuels so they're in line with other names. Fixed a bug where the LCM was checking for the wrong casing type. | |||
| 2017-05-13 | I prefer Power output texture for it. | Technus | |
| 2017-05-13 | that makes it look better? | Technus | |
| 2017-05-13 | Why does one change the machine state TWICE in the same tick... | Technus | |
| 2017-05-12 | Added crafting recipes for the LCH | Johannes Gäßler | |
| 2017-05-12 | Merge branch 'ChemistryUpdate' into LargeChemicalReactor | Johannes Gäßler | |
| Conflicts: src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
| 2017-05-12 | Powder barrel using Plate Wood | Dream-Master | |
| 2017-05-10 | Merge branch 'unstable' into mergeGTNH | Technus | |
| 2017-05-10 | Changed multiblocks so they all consider all inputs for finding recipes | Johannes Gäßler | |
| 2017-05-09 | Added new textures for the LCM, using them now | Johannes Gäßler | |
| 2017-05-09 | Missing Imports and typo fix in comment. | Technus | |
| 2017-05-09 | Implemented checkRecipe | Johannes Gäßler | |
| 2017-05-09 | Cleanup and some commentary | Daniel | |
| 2017-05-09 | Add backwards compatibility | Daniel | |
| 2017-05-09 | Fix that so pollution is not negative. | Daniel | |
| 2017-05-08 | Deleted prints used for debugging | Johannes Gäßler | |
| 2017-05-08 | Implemented checkMachine for the LCR, added machine casings | Johannes Gäßler | |
| 2017-05-07 | Merge branch 'mergeGTNH' of https://github.com/GTNewHorizons/GT5-Unofficial ↵ | Technus | |
| into mergeGTNH # Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java | |||
| 2017-05-07 | another oil rewrite, even more BloodAsp like | Technus | |
| 2017-05-07 | this code is obsolete because shows double recipes in nei. | Dream-Master | |
| change recipes like it was before. Ring and Stick processing | |||
| 2017-05-07 | maybe this works | Dream-Master | |
| 2017-05-07 | Created a non-functional first draft for the Large chemical Reactor | Johannes Gäßler | |
| 2017-05-07 | reverted it because not working | Dream-Master | |
| 2017-05-07 | try to make it public because jenkins cant build it | Dream-Master | |
| 11:11:20 :compileJavawarning: /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/magneticraft/0.6.1-final/f8b88d8a61499d4a9fd0b979f3d3945e8809623a/magneticraft-0.6.1-final.jar(com/cout970/magneticraft/api/access/MgRecipeRegister.class): major version 52 is newer than 51, the highest major version supported by this compiler. 11:11:20 It is recommended that the compiler be upgraded. 11:11:22 /var/lib/jenkins/workspace/Gregtech-5-Unofficial/build/sources/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java:156: error: Entry is not public in HashMap; cannot be accessed from outside package 11:11:22 for (HashMap.Entry<ChunkPosition, FluidStack> fl : tFluids.entrySet()) { | |||
| 2017-05-07 | Reverted erroneous previous commit. | Johannes Gäßler | |
| 2017-05-06 | Minor cleanup | Technus | |
| 2017-05-06 | Created a first draft for the Large Chemical Reactor | Johannes Gäßler | |
| 2017-05-06 | Fixed the Electric Blast Furnace not recognizing recipes when there is | Johannes Gäßler | |
| more than one Fluid input. Also added a String representation for GT_FluidStack that was used for debugging. | |||
| 2017-05-06 | Remove compiletime dependency of CoreMod, Add runtime dependency of CoreMod | Technus | |
| +optimize imports +add ToDo for dream to migrate the recipes to coremod | |||
| 2017-05-02 | make things more easy and realistic | Dream-Master | |
| 2017-05-01 | Added molecular formulas for the new materials, added alternative | Johannes 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-01 | added cutter and Chemical reactor to cleanroom (optional recipes) | Dream-Master | |
| a few recipe changes | |||
| 2017-05-01 | Added config for simple chemical recipes and stone dust centifugation | Johannes Gäßler | |
| 2017-05-01 | more advanced circuit Board changes | Dream-Master | |
| 2017-05-01 | Added recipes for centrifuging Stone Dust | Johannes 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-01 | Added back Etched wires | Dream-Master | |
| Added new Bords | |||
| 2017-05-01 | Optimize imports | Technus | |
| 2017-05-01 | Merge branch 'mergeGTNH' of https://github.com/GTNewHorizons/GT5-Unofficial ↵ | Technus | |
| into mergeGTNH | |||
| 2017-05-01 | Oil and pollution overhaul | Technus | |
| 2017-05-01 | methods for pipe creation, new plastic pipes, implemented PVC | Johannes 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-05-01 | Added Advanced Fiber Glass Board | Dream-Master | |
| Few recipe changes | |||
| 2017-04-30 | integrated processor changes | Dream-Master | |
| 2017-04-30 | Epoxid Board changes | Dream-Master | |
| 2017-04-30 | New recipes, convenience methods, recipe rebalancings | Johannes 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-30 | This should work | Dream-Master | |
| 2017-04-30 | try to add clean room recipes | Dream-Master | |
| 2017-04-30 | rework circuits Basic and Good | Dream-Master | |
