Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-05 | Merge pull request #1232 from Dimach/unstable-1 | Blood-Asp | |
Fixed small bug - basic miner cant work using battery in inner slot. | |||
2017-11-05 | Merge pull request #1230 from Antifluxfield/driller_fix | Blood-Asp | |
Drillers fix | |||
2017-11-03 | Merge pull request #1 from Dimach/driller_fix | Antifluxfield | |
Fixed bug - miners digs bedrock. | |||
2017-11-02 | Fixed bug - miners digs bedrock. | Dimach | |
2017-10-18 | Fix | Antifluxfield | |
2017-10-08 | Added documentation to updateTexture in GT_MetaTileEntity_Hatch. | Alkalus | |
Added a function to GT_Utility called addTexturePage(byte page). Added information about who is using which texture page in GT_Block_Casings1. Updated GT_Block_Casings5 & GT_Block_Casings8 to utilise texture page 1. Updated Large Chemical Reactor to reflect this change, now also uses Page 1 Index 48. Moved the Pyrolyse oven casing index from 111 to 22, which is currently unused and within the Gregtech index space. | |||
2017-10-08 | The right method to find out whether the machine should break the block. | Antifluxfield | |
2017-10-02 | Rebalance EU cost 2 | Antifluxfield | |
2017-09-25 | Fixed small bug - basic miner cant work using battery in inner slot. | Dimach | |
2017-09-24 | Fix wrong coordinate | Antifluxfield | |
2017-09-22 | Fix wrong logic. | Antifluxfield | |
2017-09-22 | Update | Antifluxfield | |
2017-09-22 | Adding Fake Player for all drills and pumps | Antifluxfield | |
2017-09-21 | Fix Ore Drill EU calculation; now Ore Drill is using DrillerBase | Antifluxfield | |
2017-09-21 | Fix Oil Drill logic; rebalance EU cost | Antifluxfield | |
2017-09-13 | cherrypick | Technus | |
2017-09-13 | tooltip again | Blood-Asp | |
2017-09-12 | Fix Tooltip | Blood-Asp | |
2017-09-12 | Merge fix | Blood-Asp | |
2017-09-12 | Merge branch 'unstable' into odp_speed_improving | Blood-Asp | |
2017-09-12 | Merge branch 'unstable' into drillers-upgrade | Blood-Asp | |
2017-09-11 | Fix NPE of fluid check | Antifluxfield | |
2017-09-11 | Fix NPE of fluid check. | Antifluxfield | |
2017-09-10 | missclick | John | |
2017-09-10 | Now ODP Mk(N) is faster than Mk(N-1) | Techlone | |
2017-09-04 | Fix logic when working in void dimensions | Antifluxfield | |
2017-09-03 | Merge pull request #1184 from GTNewHorizons/texture_overhaul | Blood-Asp | |
Texture overhaul | |||
2017-09-03 | Merge pull request #1170 from JohannesGaessler/PyrometallurgyUpdate | Blood-Asp | |
Pyrometallurgy update | |||
2017-09-03 | Merge pull request #1191 from Antifluxfield/patch-2 | Blood-Asp | |
Fix the Tooltip of Pumps | |||
2017-08-21 | Fixed Large Chemical Reactor GUI, was wrongly using default before | Johannes Gäßler | |
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 | Fixed Steam Macerators using constant EUt, recipe time | Johannes Gäßler | |
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-16 | Fix Tooltip of Pump | Antifluxfield | |
Add the missing bracket | |||
2017-08-12 | Pump tooltips | Muramasa- | |
2017-08-11 | Some tooltip info #1183 | Muramasa- | |
2017-08-11 | Merge pull request #1171 from JohannesGaessler/PyrolyzeOvenCoilScaling | Blood-Asp | |
Pyrolyse oven coil scaling | |||
2017-08-11 | Merge pull request #1153 from JohannesGaessler/MultiblockFluidIOFix | Blood-Asp | |
Multiblock Fluid IO fix | |||
2017-08-11 | Merge pull request #1144 from Dimach/unstable | Blood-Asp | |
Fixed coloring of pyrolyse oven. | |||
2017-08-06 | Fixed a bug with ghost Items left behind in the Large Chemical Reactor | Johannes Gäßler | |
2017-08-06 | Added the Large Chemical Reactor Controller inventory to the item input | Johannes Gäßler | |
2017-08-04 | Fixed a bug with ghost Items left behind in the Large Chemical Reactor | Johannes Gäßler | |
2017-08-03 | More compatible attempt | Technus | |
2017-08-02 | Expand to add proper texture paging support. | Technus | |
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-27 | Fixed a bug where every Fluid was put out at the top of the EBF | Johannes Gäßler | |
2017-07-24 | Pyrolyze Oven processing speed now depends on Coil Tier | Johannes Gäßler | |
2017-07-24 | Pyrolyze Oven now accepts all Coils, transformed umlauts in doc to asci | Johannes Gäßler | |
2017-07-24 | Implemented Fluid Output for the EBF | Johannes Gäßler | |
Regular Fluids are put out at the bottom layer. CO2, CO, and SO2 are put out at the top layer and their amount scales with the tier of the EBF's Muffler Hatch |