Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Use "/n " as seperator | Antifluxfield | |
2017-08-21 | Improve tooltip | Antifluxfield | |
Now the metaitems can automatically seperate its tooltip to multiple lines with "////". | |||
2017-08-19 | Merge branch 'unstable' into PyrometallurgyUpdate | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/GT_Mod.java src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/common/GT_Proxy.java src/main/java/gregtech/loaders/oreprocessing/ProcessingOre.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | |||
2017-08-19 | Merge remote-tracking branch 'origin/unstable' into | Johannes Gäßler | |
CircuitChemistryUpdateFollowup Conflicts: src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/common/GT_RecipeAdder.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | |||
2017-08-19 | Old chemical recipes are now enabled by default, marked as deprecated | Johannes Gäßler | |
2017-08-16 | Update GT_MetaTileEntity_MultiBlockBase.java | Antifluxfield | |
2017-08-16 | Clean up imports | Antifluxfield | |
2017-08-16 | Move the Data-Access codes only to those who really needs them. | Antifluxfield | |
2017-08-13 | Reverted the changes to basic machine processing. | Johannes Gäßler | |
Basic Machines no longer automatically add an integrated circuit to their input. | |||
2017-08-12 | Fix NPE, GREG why u no crash game! | Technus | |
2017-08-11 | Show dim id with scanner | Muramasa- | |
2017-08-11 | Merge pull request #1176 from Dimach/unstable-4 | Blood-Asp | |
Added new info to batbuffer nuclear control panel and fixed bug | |||
2017-08-11 | Merge pull request #1159 from JohannesGaessler/AshRebalance | Blood-Asp | |
Ash rebalance | |||
2017-08-11 | Merge pull request #1157 from Dimach/unstable-1 | Blood-Asp | |
Fixed bug - isAllowedToPutIntoSlot don't check size of inventory. | |||
2017-08-11 | Merge pull request #1153 from JohannesGaessler/MultiblockFluidIOFix | Blood-Asp | |
Multiblock Fluid IO fix | |||
2017-08-11 | Merge pull request #1149 from joakibj/fix-orebasalticmineralsand | Blood-Asp | |
Fix oreBasalticMineralSand properly being mapped to "ore" prefix | |||
2017-08-07 | Reverted changes to Mercury Ore Washing. | Johannes Gäßler | |
2017-08-07 | Made the tooltips for Multiblock Hatches more descriptive. | Johannes Gäßler | |
2017-08-07 | Reverted the Galena formula: PbS -> Pb3Ag3S2 | Johannes Gäßler | |
2017-08-06 | Fluid can now also be locked via cells, added a chat message | Johannes Gäßler | |
2017-08-06 | Implemented NBT for the Locked Fluid | Johannes Gäßler | |
2017-08-06 | Output Hatches can now be locked to a specific fluid | Johannes Gäßler | |
Currently not working as intended | |||
2017-08-06 | Fixed Salt processing recipes | Johannes Gäßler | |
SaltWater now yields the same amount of material as Salt Dust. Increased the energy cost of electrolyzing Salt to make netto energy yield via NaOH+Hydrogen negative. | |||
2017-08-06 | Fixed a bug where Brick, Clay, and Fireclay had the wrong texture sets. | Johannes Gäßler | |
The above materials originally had the ROUGH texture. I tested what they would look like with the DULL texture and I forgot to revert it afterwards. | |||
2017-08-05 | Just in case the number goes negative | Johannes Gäßler | |
2017-08-04 | Update commentary | Daniel | |
2017-08-04 | Fix rare case of texture not updating when: | Technus | |
Changing texture from page x to page 0 without changing the texture id | |||
2017-08-03 | Fix one missing spot in deprecated api. | Technus | |
(for texture change use that is) | |||
2017-08-03 | Minor error correction | Daniel | |
We have 16 tiers of textures. | |||
2017-08-03 | More compatible attempt | Technus | |
2017-08-02 | Add pages to array | Technus | |
2017-08-02 | Expand to add proper texture paging support. | Technus | |
2017-08-02 | Merge branch 'unstable' into AshRebalance | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/api/enums/Materials.java | |||
2017-08-01 | Made Niobium more accessible | Johannes Gäßler | |
Niobium can now be obtained from Apatite and Pyrolusite as Byproducts. apatite veins now also contain Pyrochlore (new materials, contains Niobium) instead of Phosphate (PO4). | |||
2017-08-01 | Added a line to the NEI handler that hints at leaving IntCirc(0) empty | Johannes Gäßler | |
2017-08-01 | Made it so that if two inputs are equal an Integr. Circuit (0) is added | Johannes Gäßler | |
2017-08-01 | Empty slots are only used as IntCirc(0) if no other IntCirc is in input | Johannes Gäßler | |
2017-08-01 | Made it so that empty slots are treated as Integ. Circ. with config 0 | Johannes Gäßler | |
2017-08-01 | Update GT_GUIContainerMetaTile_Machine | Antifluxfield | |
2017-07-31 | Overhauled Chemical recipes | Johannes Gäßler | |
Chemical Recipes now have a controllable output pattern. By adding an Integrated Circuit the Fluid output can automatically be canned into empty cells. Water outputs can also be automatically voided. This reduces the need for fluid Canners in a processing line. | |||
2017-07-31 | Added a new Basic Circuit: Microprocessor | Johannes Gäßler | |
Produced similarly to the Integrated Processor, but yields 2 Basic Circuits instead of 1 Good Circuit. | |||
2017-07-31 | Overhauled the Wetware Circuit recipes | Johannes Gäßler | |
They no longer need beer. Also the basic Wetware Processor only needs 1 Wetware Circuit Board. | |||
2017-07-30 | Added new info to batbuffer sensor card (nuclear control panel) - average ↵ | Dimach | |
input and output. Also fixed bug in average input/output calculation. | |||
2017-07-28 | Added new function to GT scanner - print voltage and amperage of electric ↵ | Dimach | |
cable at last second. | |||
2017-07-28 | Texture overhaul, | Technus | |
allows for more textures to be added for casing, with extra byte of data for paging. Just change the value of mTexturePage at the same time you change mMachineBlock. | |||
2017-07-26 | Increased output chance for Silver from washing with Mercury to 99% | Johannes Gäßler | |
2017-07-26 | Added a config for the converion rate of Direct Smelting: 1 <-> 2/3 | Johannes Gäßler | |
2017-07-26 | Overhauled Fiberglass Circuit Board | Johannes Gäßler | |
Renamed: Fiberglass Circuit Board -> Fiber-Reinforced Circuit Board Fiber-Reinforced Boards are now made by combining Epoxy Resin with either Glass Fiber or Carbon Fiber. Glass Fiber is produced from Borosilicate Glass, which is in turn produced from Glass and Boron. To make this feasible Salt and Rock Salt now yield Borax as a byproduct. | |||
2017-07-25 | Reduced cost of Small Coil to 50%, added Ferrite for 25% cost | Johannes Gäßler | |
2017-07-25 | Added a new Circuit board tier: Plastic Circuit Board | Johannes Gäßler | |