aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-07Replace Assline Solder in KekzTech Recipesmiozune
2022-06-06Comment out duplicate keys (#195)MuXiu1997
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com> Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
2022-06-06Disable ore achievement localization keys (#1071)MuXiu1997
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com> Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
2022-06-06Fix recipe conflict with Sturdy Aluminium Casing and Frost Proof Machine ↵miozune
Casing (#205)
2022-06-06Buff Sphalerite milling (#204)miozune
2022-06-06fix dumb shit:GlodBlock
2022-06-04Update zh_CN.lang (#202)Kiwi
2022-06-04Merge pull request #50 from GTNewHorizons/noplaceholderMartin Robertz
Remove the place holder recipe of xSMD
2022-06-04Merge pull request #51 from Kiwi233/masterMartin Robertz
Update zh_CN.lang
2022-06-04Update zh_CN.lang[Kiwi233]
2022-06-04Refactor add secondary description (#1056)MuXiu1997
2022-06-04display fusion tier in nei (#1070)Yang Xizhi
* display fusion tier in nei * assign
2022-06-03Merge pull request #15 from GTNewHorizons/balanceElisis
fix unbalanced chemical reaction equation
2022-06-03fix unbalanced chemical reaction equationYang Xizhi
2022-06-02Fixed XL Turbines Not Running With Pollution Disabled (#200)Steelux
2022-06-02Fixed Indalloy Recipe Time (#199)Steelux
- Manually added the ABS recipe to Indalloy, instead of the auto-generated one, since the previous one has a higher recipe time than indended when CoreMod is loaded.
2022-06-02remover place holder for bio circuitGlodBlock
2022-06-01Fixes (#198)miozune
* Fix IsaMill controller GUI void items * Add structure check for Milling Ball Housing * Fix internal crash that was handled somewhere else * Fix ore type can be locked to 0 * Add scan result for locked ore type * Fix height in tooltip * Delegate to native isRecipeInputEqual * Don't consume energy to fill water * Fix flowing water is not filled sometimes * Add info about filling water * Fix carelessness * Fix flowing water in Algae Farm
2022-05-30Prevent misoperation (#43)DianeXD
2022-05-30Merge pull request #14 from ArtherCasan/masterMartin Robertz
Add item output
2022-05-29add item outputArtherSnow
2022-05-28optimize `isOre()` (#1069)Yang Xizhi
2022-05-28Add initial capacity NBT to Volumetric Flask solidifying recipe (#1068)miozune
2022-05-28Fix method signature for findRecipe in GT_Recipe_Map_FormingPress (#1067)miozune
2022-05-27change PotassiumNitrate to Salpeter (#41)Martin Robertz
* change PotassiumNitrate to Salpeter KNO3 = KNO3 (cherry picked from commit e4e904dc876229eb8174fce4bc33900f02bc8e66) * remove duplication recipes * remove duplicate recipe
2022-05-27Replace Soldering Alloy with Indalloy 140 (#42)Steelux
- Replaced the LV-tier Soldering Alloy in Assembly Line recipes with a higher tier, more complex solder that fits progression better.
2022-05-27Replace Soldering Alloy with Indalloy 140 (#129)Steelux
- Replaced the LV-tier Soldering Alloy in Assembly Line recipes with a higher tier, more complex solder that fits progression better. Former-commit-id: 34a4c7e5c10a12dcf2d06bd0025531e4f20da353
2022-05-27Don't give sleeping buff when player manually wake up (#194)miozune
2022-05-26Added Bismuth Indium Solder Alloy (#193)Steelux
- Added Indalloy 140, IV recipe, meant for Assembly Line recipes.
2022-05-26Fix crash with multi amperage recipe & improve Mass Fabricator NEI (#1053)miozune
2022-05-26Replace Soldering Alloy in Assembly Line Recipes with New Higher Tier Solder ↵Steelux
(#1066) * Replace Soldering Alloy with Indalloy 140 - Replaced the LV-tier Soldering Alloy in Assembly Line recipes with a higher tier, more complex solder that fits progression better. * Call getFluidStack Less Often * Fall Back to Previous Solder if Needed
2022-05-26Fluid Regulator GUI fixes (#1065)miozune
* Fluid Regulator GUI fixes * Disallow too large negative value * Fix inputting invalid values in a row does not update textbox * another fix for invalid input * Fix messing around with tick rate can bypass pump limit * tab
2022-05-25LFTR Fixes and Changes (#187)Steelux
- Changed the name of most LFTR-related chemicals to make it easier to distinguish and document them; - Changed the recipes of the LFTR's controller and inner casings to be craftable in IV, the tier which this multi is first intended for; - Fixed a bug where the LFTR would output the fluids of the last successfully recipe while heating up, on every tick. When it's heating up, it now sets the output fluids to an empty array. There are better ways to do this, I welcome an improvement to this part of the code.
2022-05-25EIC Fix crops from mods (GTNewHorizons/bartworks#126)Jakub
* Fix Natura crops * Correct info about water * Update repositories.gradle Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-05-25EIC Fix crops from mods (#126)Jakub
* Fix Natura crops * Correct info about water * Update repositories.gradle Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 89a69254b4ba241e40a5e8a8fc79518581970019
2022-05-25crapGlodBlock
2022-05-25use the correct casingGlodBlock
2022-05-24Revert "Add dust extrusion recipe for PTFE and PBI (#1055)" (#1057)miozune
This reverts commit d90c5d942d4db24fea6592bc9f5968732c9cff8e.
2022-05-22fixes GTNewHorizons/GT-New-Horizons-Modpack#10115 (#1052)Pavel Belous
2022-05-21fix Early Everglades portal in dev version #10318 (#188)Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10318 (cherry picked from commit 2a0481232f92ef604e7e302b7274189e5fe5112d)
2022-05-21Fix LFTR Control Circuit not being oredicted (#191)miozune
2022-05-19Implementing the XL Heat Exchanger (#189)Steelux
* Made the XL LHE Work - Fixed the processing math so that this multi works as fast as 16 LHEs; - Changed inner pipe casings to Tungstensteel to add to the cost of building it; - Added recipes for controller and the special casings. They are LuV recipes that use Zeron-100, which needs an LuV Energy Hatch on the ABS; - Clarified the structure requirements and processing speed on the tooltip. * Tooltip Information - Added more information about input and output flow rates and circuit config in the tooltip. * Changed 16x to 32x Parallel - Changed the speed of the XHE to scale off the EHE's 10x max speed at IV, or 5x if keeping SH Steam.
2022-05-19Borosilicate rebalance (#127)miozune
* Borosilicate rebalance * Change texture name Former-commit-id: b527918bac7fec90a8a181462303d5389bd546ae
2022-05-19Merge pull request #49 from GTNewHorizons/oredictMartin Robertz
Fix oredict
2022-05-19Add dust extrusion recipe for PTFE and PBI (#1055)miozune
2022-05-19Fix oredict for UV/UHV Superconductor Rod (#1054)miozune
2022-05-19Fix oredictmiozune
2022-05-18Remove redundant CeCl3 recipeunknown
2022-05-18Revert sifting block that barely worksunknown
2022-05-14No more id shift (#128)miozune
Former-commit-id: 549b9eb4de861d1377acd470a079bf44ad431d06