Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | change ev motor wire material to Nichrome | Martin Robertz | |
(cherry picked from commit 0af04b80d905247cbcdeb2dac8ce38630403c080) | |||
2021-11-07 | fix a few colliding recipes | DreamMasterXXL | |
(cherry picked from commit 81c04f063a6b550dbf83ea7f59c387948418fa97) | |||
2021-11-07 | fix Phthalic Acid Cell recipe missing #8787 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8787 (cherry picked from commit d78eaaa01fc183568040702f321b9ba12c3f2407) | |||
2021-11-06 | Merge pull request #717 from albus12138/experimental | Martin Robertz | |
Make GT_LanguageManager injects into correct language | |||
2021-11-06 | Move the missing key of creative tab from Gregtech.lang to resources | Raphael | |
2021-11-06 | Make GT_LanguageManager injects into correct language | Raphael | |
2021-11-06 | Merge pull request #714 from GTNewHorizons/Sorter-Buffer-change | Martin Robertz | |
Filters, Buffers, Distributer and Regulators re-tiered | |||
2021-11-06 | re-tier filter, regulator etc because the dont have tiers | DreamMasterXXL | |
2021-11-03 | Fix VinylChloride recipe | Glease | |
2021-11-01 | QF | [Kiwi233] | |
2021-10-31 | Filters, Buffers, Distributer and Regulators re-tiered | DreamMasterXXL | |
2021-10-31 | Update zh_CN.lang | [Kiwi233] | |
2021-10-30 | Clean up translations | D-Cysteine | |
2021-10-30 | Merge pull request #710 from D-Cysteine/metaitem-98 | Martin Robertz | |
Add support for more fluids in GT cells | |||
2021-10-30 | Merge pull request #704 from D-Cysteine/number-format | Martin Robertz | |
Try to use locale number formatting | |||
2021-10-30 | Merge pull request #707 from GTNewHorizons/Cutter-Internal-Tank | Martin Robertz | |
Increase internal Tank from Cutter | |||
2021-10-30 | Merge pull request #708 from GTNewHorizons/vanadium-Steel-EBF | Martin Robertz | |
disable vanadiumsteel auto generated ebf recipe | |||
2021-10-30 | Merge branch 'experimental' into Boxinator | Martin Robertz | |
2021-10-30 | A little clean-up | D-Cysteine | |
2021-10-30 | Add support for more fluids | D-Cysteine | |
2021-10-29 | Make metaitem.98 more flexible, and add oredict support for steam cell | D-Cysteine | |
2021-10-29 | remove auto generated ebf recipe from Damascus steel | DreamMasterXXL | |
(cherry picked from commit 35f609a4267de0af5812a54991d5ba55a2daac05) | |||
2021-10-28 | change values again | DreamMasterXXL | |
(cherry picked from commit bed330648ee211530f5c9e97c9b1b7851e446168) | |||
2021-10-29 | Make steam cell usable in oil cracking. Also made new cells less of a pain ↵ | Glease | |
to work with | |||
2021-10-28 | change tank amount | DreamMasterXXL | |
2021-10-28 | disable vanadiumsteel auto generated ebf recipe | DreamMasterXXL | |
(cherry picked from commit 946878bfaba8f51111f1fa0d9d3c12eaf656b69f) | |||
2021-10-27 | Increase internal Tank from Cutter | DreamMasterXXL | |
(cherry picked from commit 47449d939cfec7c44ec47be5da9aa260f39c585d) | |||
2021-10-25 | Fix style problem | Glease | |
2021-10-25 | Fix teleporter and microwave flickering | Glease | |
2021-10-25 | Fix super chest stored item count flickering | Glease | |
2021-10-25 | Fix fusion stored energy amount flickering | Glease | |
2021-10-25 | Merge pull request #705 from GTNewHorizons/basic-tank-occassional-negative | Martin Robertz | |
Fix quantum tanks fluid amount flickering | |||
2021-10-25 | Only send mContent when necessary | Glease | |
2021-10-25 | Fix quantum tanks fluid amount flickering | Glease | |
par2 Might be negative under certain circumstance, causing the mContent counter to be temporarily negative. | |||
2021-10-23 | Try to use locale formatting | D-Cysteine | |
* Also format some more of the portable scanner's output | |||
2021-10-23 | Merge branch 'experimental' of github.com:GTNewHorizons/GT5-Unofficial into ↵ | DreamMasterXXL | |
experimental | |||
2021-10-23 | change TF galena vein name because it never generates | DreamMasterXXL | |
2021-10-22 | Merge pull request #692 from KiloJoel/feature/for-research-multiblock | Martin Robertz | |
Research Completer - Added machine casing and assets | |||
2021-10-22 | Merge pull request #701 from GTNewHorizons/SSoC | Martin Robertz | |
add more recipes for SSoC | |||
2021-10-22 | Merge pull request #702 from GTNewHorizons/start-upon-fluid-manipulation | Martin Robertz | |
Try start processing immediately upon manual fluid manipulation | |||
2021-10-21 | Restore sorting of recipes in NEI | D-Cysteine | |
Revert "Restore sorting of recipes in NEI" This reverts commit c7104eaeb2c6c2e94161436e3c7ecb5378cdc74a. Restore sorting of recipes in NEI | |||
2021-10-22 | Try start processing immediately upon manual fluid manipulation | Glease | |
2021-10-21 | add more recipes for SSoC | GlodBlock | |
2021-10-21 | fix the same unlocalizedName | GlodBlock | |
fix https://discord.com/channels/181078474394566657/401118216228831252/900697821450215464 | |||
2021-10-21 | Merge pull request #697 from GTNewHorizons/remember-recipe-map | Martin Robertz | |
Make Input Bus and Input Hatch to remember recipe map | |||
2021-10-21 | Allow GT cells to work for any fluid | D-Cysteine | |
2021-10-21 | Change primitive recipe to prevent conflicts | Glease | |
2021-10-21 | Add LCR 24 recipe for vinyl chloride | Glease | |
2021-10-21 | Make Input Bus and Input Hatch to remember recipe map | Glease | |
This recipe map is used to filter input. After chunk load, there will be a short delay between event "chunk finished loading" and "multiblock controller sets the recipe map". Not remembering it makes the hatch to temporarily accept arbitrary input until that happens. | |||
2021-10-20 | Merge pull request #689 from GTNewHorizons/Tiny-Sanity-Balance | Martin Robertz | |
MC > Oriharukon in Melodic Alloy |