aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
2020-10-13better localisation handelingkorneel vandamme
2020-10-13remove extra if elsekorneel vandamme
2020-10-12fix extra } in post tickkorneel vandamme
2020-10-12spelingbotn365
2020-10-12add overflow voiding to digital chestsbotn365
2020-10-06Merge pull request #323 from GTNewHorizons/hatch_orientationMartin Robertz
Cherry-Pick: Invalid Muffler Hatch Facing from GTNH2
2020-10-05Invalid Muffler Hatch Facingbartimaeusnek
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-05Merge pull request #322 from GTNewHorizons/AE2Independancybartimaeusnek
Fix AE2 compat to be independant at runtime
2020-10-02fix(GT)add missing NBT ImortDreamMasterXXL
2020-10-02add 864 and make circuit numbers betterbotn365
2020-10-02add 720L valua and turn 1000 to circuit 24botn365
2020-10-02add QoL for flasksbotn365
add the option to set the capacity of flasks trough a assembler and circuit
2020-10-01worldObj.getPrecipitationHeight moved to variablekaziu687
2020-10-01Update BaseMetaTileEntity.javakaziu687
Fixes problem that may cause explosion on Thermos servers with load-chunks-on-request: false When machine stays at the edge of loaded chunk (where siblings is not loaded) worldObj.getPrecipitationHeight will return -1 (cuz chunk wont be loaded on request). Machine will explode even if there is a roof.
2020-09-30Fix AE2 compat to be independant at runtimebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-09-27fix furnace recipes with 2+ outputbotn365
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item
2020-09-19put back oldTimekorneel vandamme
2020-09-19Merge branch 'experimental' into patch-4botn365
2020-09-19fix to much power on non perfect OCkorneel vandamme
2020-09-19Revert "fix energy consumption on OC past tick limit"DreamMasterXXL
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9.
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-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-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-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-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)T1 Ingot recipeDreamMasterXXL
change compressed bronze to compressed steel
2020-07-26fix(gregtech)derp }DreamMasterXXL
(cherry picked from commit b11c0702c2b7b62a8374e8925cca5540d153c178)
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-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-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-23remove(Gregtech)DD PortalDreamMasterXXL
remove DD Portal recipe and put it into Tec Tech research Station
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