Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-25 | Added simple ItemDistributor implementation, changed MoveOneItemStack | Johannes Gäßler | |
2017-06-24 | Created a non-functional first draft of the Item Distributor | Johannes Gäßler | |
2017-06-22 | Moved the Casings for the Large Chemical Reactor again. | Johannes Gäßler | |
As it turns out overwriting Casings 4.4 and 4.5 was not a good idea because even though there is no actual Casing at those IDs, the textures are in use. I started a new batch of Casings (GT_Block_Casings8) at IDs 112-127. I did not use IDs 80-95 because there seem to already be some textures there. I did not use IDs 96-111 because they seem to already be in use by Technus. | |||
2017-06-18 | Merge branch 'ChemistryUpdate' into unstable | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/api/enums/ItemList.java src/main/java/gregtech/api/enums/Textures.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
2017-06-17 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Blood-Asp | |
unstable | |||
2017-06-17 | Extended logging for Assemblyline | Blood-Asp | |
2017-06-17 | Merge pull request #1074 from Techlone/advminer2_improvements | Blood-Asp | |
AdvMiner2 renamed; new tiers of OreDrillingPlant | |||
2017-06-15 | Merge remote-tracking branch 'origin/unstable' into ChemistryUpdate | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeBoiler.java src/main/java/gregtech/loaders/load/GT_FuelLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java src/main/java/gregtech/nei/GT_NEI_DefaultHandler.java | |||
2017-06-14 | improve cleanroom tooltip | Blood-Asp | |
2017-06-07 | Merge branch 'unstable' into advminer2_improvements | Techlone | |
# Conflicts: # src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java | |||
2017-06-07 | Merge branch 'advminer2_improvements' of ↵ | Techlone | |
https://github.com/Techlone/GT5-Unofficial into advminer2_improvements | |||
2017-06-06 | Correcting Steel Boiler Tooltip #1080 | Blood-Asp | |
2017-06-05 | Improved large boiler tooltip #877 | Blood-Asp | |
2017-06-05 | Add missing translation lines. #772 | Blood-Asp | |
2017-06-05 | fix OsmiridiumCasing recipe in Assembler | Techlone | |
fix ODP changing state when the tip meets itself fix cleaning of oreBlockPositions when a mining column was broken | |||
2017-06-04 | Merge branch 'ChemistryUpdate' of ↵ | Johannes Gäßler | |
https://github.com/JohannesGaessler/GT5-Unofficial into ChemistryUpdate | |||
2017-06-04 | Moved the casing IDs for the Large Chemical Reactor: 14, 15 -> 4, 5 | Johannes Gäßler | |
Limited the minimal recipe time for the LCM to 2 ticks to avoid bugs. | |||
2017-06-04 | Merge branch 'unstable' into advminer2_improvements | Techlone | |
2017-06-04 | Cleanroom controller outputs efficency as redstone signal #948 | Blood-Asp | |
2017-06-03 | 1ddc91a | Technus | |
2017-06-02 | Some ODP fixes, energy checking, add radius in tooltip, add "missing pipes" ↵ | Techlone | |
message for II-IV tiers change build.gradle for debugging in IDEA | |||
2017-06-01 | Merge branch 'unstable' into advminer2_improvements | Techlone | |
2017-06-01 | OreDrill state saving | Techlone | |
2017-06-01 | Fix OreDrill; fix getting block in ItemList; some changes in addInformation ↵ | Techlone | |
- need check this | |||
2017-06-01 | Teleporter and Energy Transmitter fixes | Blood-Asp | |
2017-06-01 | 8e0e516 | Technus | |
2017-06-01 | Cherry-Pick c12e474 | Technus | |
https://github.com/GTNewHorizons/GT5-Unofficial/commit/c12e474c23ca02fb3479312850f6ae07e623d8b9 | |||
2017-06-01 | that makes it look better? | Technus | |
2017-06-01 | Why does one change the machine state TWICE in the same tick... | Technus | |
2017-06-01 | Merge branch 'unstable' into ChemistryUpdate | JohannesGaessler | |
2017-06-01 | Merge branch 'unstable' into advminer2_improvements | Techlone | |
2017-06-01 | AdvMiner rewriting; now it's Ore Drilling Plant | Techlone | |
Four tiers of Ore Drilling Plant I - radius is 3 chunks MV+ (default) II - radius is 4 chunks HV+ III - radius is 6 chunks EV+ IV - radius is 9 chunks IV+ New behavior: - pick pipes after mining finish - extract ore block before moving down | |||
2017-05-30 | Fixed a bug where the LCM could have a mMaxProgressTime of zero. | Johannes Gäßler | |
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-12 | Added crafting recipes for the LCH | Johannes Gäßler | |
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 | Implemented checkRecipe | Johannes Gäßler | |
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 | Created a non-functional first draft for the Large chemical Reactor | Johannes Gäßler | |
2017-05-07 | Reverted erroneous previous commit. | Johannes Gäßler | |
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-04-27 | Merge pull request #1025 from JohannesGaessler/SteamProductionImprovement | Blood-Asp | |
Steam production improvement / Tooltip improvement / Pollution adjustment | |||
2017-04-27 | Fix eu consumption absence by AssemblyLine and some clean up | Techlone | |
2017-04-27 | Formatting clean up, nothing else | Techlone | |
2017-04-27 | Fixed a bug where excess fuel didn't consider the distortion from | Johannes Gäßler | |
runtimeBoost. Adjusted the decimal points of the Large Boiler fuel tab to better represent the actual burn times. | |||
2017-04-26 | Eliminated rounding errors that caused fuel to burn too shortly | Johannes Gäßler | |
The Large Boiler now saves excess fuel between items, greatly improves performance of items like sticks and planks. The Large boiler now stores excess projected EU that is lost when throttling with an integrated circuit |