Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-24 | Fixed a bug where a recipe had the wrong amount of Cells | Johannes Gäßler | |
2017-07-23 | Fixed accidental change to the Cumene recipes due to not pulling | Johannes Gäßler | |
2017-07-23 | 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-07-22 | Merge pull request #1169 from Antifluxfield/patch-2 | JohannesGaessler | |
Fixed Cumene recipe quantity | |||
2017-07-22 | Fix imbalanced recipe | Antifluxfield | |
2017-07-20 | Merge pull request #1165 from JohannesGaessler/CarbonBurnValueRemoval | Archengius | |
Carbon BurnValue removal | |||
2017-07-20 | Removed Burn Value for Carbon Dust. | Johannes Gäßler | |
2017-07-17 | Added the Large Chemical Reactor Controller inventory to the item input | Johannes Gäßler | |
2017-07-16 | 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-07-09 | Fixed Item Distributor causing an OutOfboundsException for invalid NBT. | Johannes Gäßler | |
2017-07-09 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Blood-Asp | |
unstable | |||
2017-07-09 | oil fix part 2 | Blood-Asp | |
2017-07-09 | Merge pull request #1148 from Antifluxfield/patch-1 | JohannesGaessler | |
Fixed formulas for SO2, SO3 | |||
2017-07-09 | Fix another 2 formulas | Antifluxfield | |
S2O => SO2; S3O => SO3. | |||
2017-07-08 | Merge pull request #1145 from Antifluxfield/patch-1 | JohannesGaessler | |
Fix Item Distributor recipes | |||
2017-07-08 | Fix Item Distributor recipes | Antifluxfield | |
2017-07-06 | Fix Pyrooven textures | Blood-Asp | |
2017-07-06 | Restore old oil calculation | Blood-Asp | |
2017-07-06 | Removed the svg source files for textures added by JohannesGaessler | Johannes Gäßler | |
2017-07-06 | Merge pull request #1132 from JohannesGaessler/ItemDistributor | Blood-Asp | |
Item Distributor | |||
2017-07-06 | Merge pull request #1135 from JohannesGaessler/InventoryIndexFix | Blood-Asp | |
Fixed inventory misalignment when updating 5.09.30 -> 5.09.31 | |||
2017-07-06 | Merge pull request #1142 from Dimach/miners | Blood-Asp | |
Added LV and MV miners. | |||
2017-07-06 | Changed miner rates. | Dimach | |
2017-07-06 | Changed MV miner radius. | Dimach | |
2017-07-06 | Changed miner mechanics and rates. | Dimach | |
2017-07-06 | Fixed NBT bug in OreDrillingPlant. | Dimach | |
2017-07-06 | Changed naming of constants. | Dimach | |
2017-07-06 | Merge pull request #1126 from Antifluxfield/PE-polymerization-fix | JohannesGaessler | |
Trying to fix PE polymerizing recipe | |||
2017-07-06 | Added LV and MV miners. | Dimach | |
2017-07-04 | Merge pull request #1139 from Antifluxfield/patch-1 | Alkalus | |
Fix the names of the Adv. Data Access Hatch. | |||
2017-07-03 | Fix the names of Data Access Hatches | Antifluxfield | |
2017-07-03 | Update GT_MachineRecipeLoader.java | Antifluxfield | |
2017-07-03 | Update GT_RecipeAdder.java | Antifluxfield | |
2017-07-03 | Update IGT_RecipeAdder.java | Antifluxfield | |
2017-07-02 | Accounted for misc slots when shifting machine inventory contents | Johannes Gäßler | |
2017-07-02 | Fixed Diluted Sulfuric Acid recipes, PTFE Pipe Casing name | Johannes Gäßler | |
2017-07-02 | Added a method for calculating total version ID | Johannes Gäßler | |
2017-07-02 | Fixed inventory misalignment when updating 5.09.30 -> 5.09.31 | Johannes Gäßler | |
I added a new method to BaseMetaTileEntity that shifts the Inventory index according to the change in Input/Output slots. Instrumentally I have added a new version ID that considers the GT subversion. | |||
2017-07-01 | small pollution rebalancings | Blood-Asp | |
2017-07-01 | fix cheese as dough #1123 | Blood-Asp | |
2017-07-01 | Make assembly line use cheaper circuit techs. #1114 | Blood-Asp | |