Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-08 | Fix name of americium | Prometheus0000 | |
2021-05-08 | Fix soft mallet mishandling vanilla hopper | Glease | |
2021-05-05 | Remove duplicate and erroneous recipe for the base schematic | Prometheus0000 | |
2021-03-21 | ItemComb config fix | impbk2002 | |
my mistake. This has to be changed. | |||
2021-03-20 | Centrifuge Duration match | impbk | |
Centrifuge Duration is now Equal to original Recipes.(At least in Bee Comb Nerfed Config) Unnerfed config needs more balancing, because disabling the nerfed Config makes Comb process recipes strange and override each other.(Even before this PR). | |||
2021-03-15 | update ItemComb | impbk | |
Matched requirement of EU/t same as the old one. | |||
2021-03-15 | Update ItemComb.java | impbk2002 | |
2021-03-15 | Update ItemComb.java | impbk2002 | |
changed minimum Tier that needs cleanRoom for autoclave and chemical process | |||
2021-03-14 | Update ItemComb.java | impbk2002 | |
fixed missed chance of twilight forest bees | |||
2021-03-14 | Update ItemComb.java | impbk2002 | |
if the config nerf beeComb is disabled. GT_comb processing recipes go totally Messed up. So I separated the nerfed part and un nerfed part. Also added enum values to the recipes to automatically generate the required voltage and duration, required cleanRoom by the required Voltage Tier. This will make us easier to add new honeycomb or balancing Beekeeping. | |||
2021-03-11 | Implemented Builder Pattern | bartimaeusnek | |
2021-03-10 | Implemented Requests | bartimaeusnek | |
2021-03-10 | Refactor World Events | bartimaeusnek | |
World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior. | |||
2021-01-18 | Merge branch 'experimental' into mitchej123_cleanup | Martin Robertz | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | Debloat - Remove Modular Armor (It's buggy and not in use anyway) | Jason Mitchell | |
2020-12-16 | Merge pull request #374 from Prometheus0000/fix_comb | Martin Robertz | |
Fix comb drop (ganymede dust) | |||
2020-12-16 | Fix comb drop (ganymede dust) | Prometheus0000000 | |
2020-12-14 | add animated texture for the valve | DreamMasterXXL | |
2020-12-13 | moved recipes to assembler | DreamMasterXXL | |
2020-12-13 | added steam valve cover | KiloJoel | |
2020-11-30 | fix(integrated_circuit): mask comparison mode bits from damage (#359) | Léa Gris | |
2020-11-29 | fix(itegrated_circuit): starts at 0 | Léa Gris | |
2020-11-26 | minor fix on getIconFromDamage check damage >0 (#356) | Léa Gris | |
* fix(getIconFromDamage): add check damage >0 | |||
2020-11-27 | feat(gregtech): visual programmed circuit (#355) | Léa Gris | |
* feat(gregtech): visual programmed circuit Add: Feature a configuration display for the programmed circuit (integrated circuit). Address feature request https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6993 * fix(bug): potential out of bound index | |||
2020-11-25 | remove the tier | DreamMasterXXL | |
2020-11-25 | fix(GT)rename Field Generator Tiers | DreamMasterXXL | |
2020-10-25 | Organize import | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-25 | Move the hide to proper place & use proper api | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-23 | Actually hide filled volumetric flask in NEI | Glease | |
Previously this is called too early that many fluid are simply not yet registered. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
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 | |||
2020-05-27 | Update GT_VolumetricFlask.java | Alkalus | |
Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively. | |||
2020-05-26 | Update GT_VolumetricFlask.java | Alkalus | |
Made Flask icon handling more flexible. | |||
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 | 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 | fix a few things | DreamMasterXXL | |
2020-05-12 | fix spawner egg from combs | DreamMasterXXL | |
2020-05-10 | finishing hee bees so far | DreamMasterXXL | |
2020-05-10 | add more hee bees | DreamMasterXXL | |
2020-05-10 | more HEE bees and some fixes | DreamMasterXXL | |
2020-05-10 | Start to add new HEE Bees for Ender Dust, Ectoplasma and Arcane Shards | DreamMasterXXL | |
2020-05-04 | Drop barts api | Technus | |
2020-04-24 | Merge pull request #270 from GTNewHorizons/advanced-smd-chips | Martin Robertz | |
Advanced smd chips | |||
2020-04-22 | fix stainless steel naming in large cells | DreamMasterXXL | |
(cherry picked from commit f949a9063d6e00a931e827abf89db82795e9bfd8) | |||
2020-04-19 | More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928 |