Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-15 | Clean up Extreme Diesel Engine | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-03 | Added IV HOG only LCE | Prometheus0000000 | |
2020-10-13 | Merge pull request #324 from GTNewHorizons/digital-chest-void-overflow | Martin Robertz | |
Digital chest void overflow | |||
2020-10-13 | better localisation handeling | korneel vandamme | |
2020-10-13 | Make cleanroom workspeed based on height and tier | Glease | |
It is now 225 second per block height. A standard 3x4x3 cleanroom will take 7.5 minute to fire up (down from 8.33 minute). Any wider will not cause it to slowdown. The cleanroom will be overclockable (not perfect). | |||
2020-10-13 | remove extra if else | korneel vandamme | |
2020-10-12 | fix extra } in post tick | korneel vandamme | |
2020-10-12 | speling | botn365 | |
2020-10-12 | add overflow voiding to digital chests | botn365 | |
2020-09-27 | fix furnace recipes with 2+ output | botn365 | |
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item | |||
2020-09-15 | fix horibe tps lag on multie smelter | botn365 | |
2020-09-09 | Fix GTNewHorizons/GT-New-Horizons-Modpack#6586 | Glease | |
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%. | |||
2020-08-23 | Attempt at improving chest buffers, also slowing down lower tier ones. | moller21 | |
2020-07-25 | change(Gregtech)recipes | DreamMasterXXL | |
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-25 | feat(Gregtech)New Boiler Fuels | DreamMasterXXL | |
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-23 | feat(Gregtech) add Raw DD Portal Block | DreamMasterXXL | |
Add Raw Poatal Block for DD Infusion recipe | |||
2020-07-19 | removed unused function | DreamMasterXXL | |
2020-07-19 | added missing imports | DreamMasterXXL | |
2020-07-19 | Rework clientside pollution (#302) | moller21 | |
* Rework clientside pollution * Pollution rework * removed debug | |||
2020-06-20 | Item detector cover GUI fix. How'd i miss that. | moller21 | |
2020-06-04 | Merge pull request #300 from moller21/cover_guis | Martin Robertz | |
Cover guis | |||
2020-06-03 | coverguis: Cleaned up text. | moller21 | |
2020-06-03 | Merge pull request #295 from GTNewHorizons/LargeChemOC | Martin Robertz | |
Unified Large Chem reactor OC | |||
2020-06-02 | Not for the arm either ... | moller21 | |
2020-06-02 | Should not break existing covers now. | moller21 | |
2020-06-01 | Check first, then commit next time | moller21 | |
2020-06-01 | Added gui's for the rest of em covers. | moller21 | |
2020-05-27 | Update GT_VolumetricFlask.java | Alkalus | |
Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively. | |||
2020-05-27 | Unified Large Chem reactor OC | bartimaeusnek | |
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-26 | Update GT_VolumetricFlask.java | Alkalus | |
Made Flask icon handling more flexible. | |||
2020-05-22 | Merge branch 'experimental' into bees | DreamMasterXXL | |
2020-05-22 | Update GT_MetaTileEntity_Cleanroom.java | Martin Robertz | |
2020-05-16 | fix recipe map autoclave | DreamMasterXXL | |
2020-05-16 | fix low gravity recipes | DreamMasterXXL | |
2020-05-16 | adding missing autoclave comb recipes | DreamMasterXXL | |
2020-05-16 | bee changes | DreamMasterXXL | |
Autoclave get a new input slot | |||
2020-05-16 | fix bugs | DreamMasterXXL | |
Naquadria combs give naquadah ore #6120 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120 | |||
2020-05-15 | Naquadria combs give naquadah ore #6120 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120 (cherry picked from commit a3dbffc92ebf8b89a24e29339cf9064ce7437b70) | |||
2020-05-14 | Merge branch 'experimental' into HEE-Bees | DreamMasterXXL | |
2020-05-13 | Merge pull request #286 from GTNewHorizons/fluidRendererFix | Martin Robertz | |
FluidRenderer Fixes | |||
2020-05-13 | FluidRenderer Fixes | bartimaeusnek | |
+ Made GT_FluidDisplayItem.getIconFromDamage NEVER return null + Made GT_FluidDisplayStackRenderer reset its OpenGL calls before returning Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-13 | Add Fire Essense bee | DreamMasterXXL | |
2020-05-12 | Merge branch 'experimental' into HEE-Bees | DreamMasterXXL | |
2020-05-12 | fix a few things | DreamMasterXXL | |
2020-05-12 | Refactored drilling area center to be in the corner of the chunk, so that ↵ | repo_alt | |
miner would be digging whole number of standard 3x3 veins (if placed properly) | |||
2020-05-12 | fix spawner egg from combs | DreamMasterXXL | |
2020-05-12 | buffed drilling area in chunk mode for it to be not smaller than in the ↵ | repo_alt | |
block mode fixed scanner info & tooltip https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5836 | |||
2020-05-11 | Merge remote-tracking branch 'origin/experimental' into HEE-Bees | DreamMasterXXL | |
2020-05-11 | Changed drilling plant tooltip to be more clear about drilling area | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5836 | |||
2020-05-10 | finishing hee bees so far | DreamMasterXXL | |