aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-19Merge pull request #316 from botn365/patch-4Martin Robertz
fix LCR energy consumption on OC past tick limit
2020-09-18fix energy consumption on OC past tick limitbotn365
fix the energy consumption of the large chemical reactor where it would reduce the energy consumption if the it OCd past the tick limit
2020-09-15Merge pull request #315 from botn365/patch-3Martin Robertz
fix horibe tps lag on multie smelter
2020-09-15fix horibe tps lag on multie smelterbotn365
2020-09-09Merge pull request #313 from GTNewHorizons/patch-lgt-underflowMartin Robertz
Fix GTNewHorizons/GT-New-Horizons-Modpack#6586
2020-09-09Merge pull request #312 from repo-alt/experimentalMartin Robertz
A simple cache for the furnace recipes, to avoid linear iteration
2020-09-09replace HashMap with a (bounded) Guava Cacherepo_alt
2020-09-09Fix GTNewHorizons/GT-New-Horizons-Modpack#6586Glease
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%.
2020-09-08A simple cache for the furnace recipes, to avoid linear iterationrepo_alt
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416)
2020-09-02Merge pull request #311 from repo-alt/experimentalrepo-alt
Half baked EU P2P Tunnel removed, in favour of native implementation
2020-09-02reverted CoFHCore dependency removal (unrelated to this PR)repo_alt
2020-09-02GT p2p tunnel was added to AE itselfrepo_alt
2020-08-29Merge pull request #310 from moller21/experimentalMartin Robertz
Fix strong power redstone
2020-08-29Move neighbour update to BaseTileEntitymoller21
2020-08-25Redstone, power, strong, signal, covermoller21
2020-08-24Merge pull request #309 from moller21/experimentalMartin Robertz
Make chest buffers reduce server load.
2020-08-23Revert stocking mode change.moller21
2020-08-23Attempt at improving chest buffers, also slowing down lower tier ones.moller21
2020-08-23Merge pull request #308 from redmage17/experimentalMartin Robertz
Added Recycling recipes for EBF Coils
2020-08-18Added Recycling recipes for EBF Coilsredmage17
Mica foil is basically Ash or Quartz Sand as it is a composite and I feel like you should not get it back. I am not adding coils to the disassembler recipes. Verified all recipes in game
2020-08-02Fix full size pipes restrictor textures.moller21
2020-08-01Merge pull request #306 from hohounk/experimentalMartin Robertz
Simple optimization to GT_Utility.moveOneItemStack
2020-08-01Merge pull request #307 from moller21/experimentalMartin Robertz
Fix batteries in machines chugging cpu to look up recipes.
2020-08-01Fix batteries in machines chugging cpu to look up recipes.moller21
2020-07-31Better optimization for moving items between inventories.Kalle
2020-07-29Simple optimization to GT_Utility.moveOneItemStackKalle
2020-07-26fix(gregtech)machineparts uevDreamMasterXXL
fix uev machineparts texture UEV Electric Piston has 2 pixels miscoloured #6443 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6443
2020-07-26fix(gregtech)piston uevDreamMasterXXL
fix uev piston texture UEV Electric Piston has 2 pixels miscoloured #6443 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6443
2020-07-26fix(Gregtech)T1 Ingot recipeDreamMasterXXL
change compressed bronze to compressed steel
2020-07-26Merge pull request #305 from GTNewHorizons/DD-PortalMartin Robertz
Deep Dark portal change
2020-07-26fix(gregtech)derp }DreamMasterXXL
(cherry picked from commit b11c0702c2b7b62a8374e8925cca5540d153c178)
2020-07-25fix(gregtech)derp }DreamMasterXXL
2020-07-25feat(Gregtech)add more Autoclave recipesDreamMasterXXL
add new Autoclave recipes using molten void and a output of 100% Adjust distilled water amount crystal #6405 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6405 (cherry picked from commit 0d5949ce84caa55d5721b99e9cbc0c3ceb231b1e)
2020-07-25feat(Gregtech)add more Autoclave recipesDreamMasterXXL
add new Autoclave recipes using molten void and a output of 100% Adjust distilled water amount crystal #6405 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6405
2020-07-25change(Gregtech)recipesDreamMasterXXL
change T1 heavy Duty ingot recipe from crafting to Assembler HV change Iridium Alloy Ingot recipe from crafting recipe to Assembler IV (cherry picked from commit ec51124197a8009d38e2e2027667b5c40569175f)
2020-07-25change(Gregtech)recipesDreamMasterXXL
change T1 heavy Duty ingot recipe from crafting to Assembler HV change Iridium Alloy Ingot recipe from crafting recipe to Assembler IV
2020-07-25nerf(Gregtech)Autoclave recipesDreamMasterXXL
change unkown Crystal and Ae2 Crystals recipes Autoclave recipe with water gives 80% output change and with distilled water 90% crystal #6405 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6405 (cherry picked from commit e828bb6607afccc607e4ff76eaae8b5594d6596b)
2020-07-25nerf(Gregtech)Autoclave recipesDreamMasterXXL
change unkown Crystal and Ae2 Crystals recipes Autoclave recipe with water gives 80% output change and with distilled water 90% crystal #6405 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6405
2020-07-25feat(Gregtech)New Boiler FuelsDreamMasterXXL
Add Cactus and Sugar Fuesl from gt++ to the single Block Boiler burn list Allow for Cactus/sugar coke/coal to be used as fuel in coal boilers. #6438 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6438 (cherry picked from commit eb900fccc4dc85dee445498c9524c9a75b5529e6)
2020-07-25feat(Gregtech)New Boiler FuelsDreamMasterXXL
Add Cactus and Sugar Fuesl from gt++ to the single Block Boiler burn list Allow for Cactus/sugar coke/coal to be used as fuel in coal boilers. #6438 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6438
2020-07-24fix(Gregtech)Obsidian recipeDreamMasterXXL
remove unbalanced Obsidian recipes [Cutting Machine] Obsidian Plate (not profitable) #6430 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6430 (cherry picked from commit 470f3636f882fc3b961d65bde87462cc66be128d)
2020-07-24fix(Gregtech)Obsidian recipeDreamMasterXXL
remove unbalanced Obsidian recipes [Cutting Machine] Obsidian Plate (not profitable) #6430 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6430
2020-07-23fix(Gregtech)add localizerDreamMasterXXL
add missing localizer for assembly line/tt research station
2020-07-23remove(Gregtech)DD PortalDreamMasterXXL
remove DD Portal recipe and put it into Tec Tech research Station
2020-07-23change(gregtech)texture from Raw DD BlockDreamMasterXXL
2020-07-23fix(Gregtech) Raw DD Portal BlockDreamMasterXXL
fix recipe for Raw Portal Block for DD Infusion recipe
2020-07-23feat(Gregtech) add Raw DD Portal BlockDreamMasterXXL
Add Raw Poatal Block for DD Infusion recipe
2020-07-19removed unused functionDreamMasterXXL
2020-07-19added missing importsDreamMasterXXL
2020-07-19Rework clientside pollution (#302)moller21
* Rework clientside pollution * Pollution rework * removed debug