Age | Commit message (Collapse) | Author |
|
https://github.com/GTNewHorizons/NewHorizons/issues/2255
|
|
|
|
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2243
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2243
|
|
Commit: 53993d67ac369324c72a49e9ff302f4662f94cbf [53993d6]
Merge pull request #1261 from SuperCoder7979/unstable
Fix free tin bug by making Dimethyldichlorosilane and fix methane not outputting enough cells
|
|
Commit: 1c9c9af45bfa46278ed4840c3c6ae1459879d2fe [1c9c9af]
Merge pull request #1296 from JohannesGaessler/MorePhenolRecipes
More Phenol recipes
|
|
Commit: af7e1d800d76d485608e74105b438c9775debc96 [af7e1d8]
Merge pull request #1272 from SuperCoder7979/Magic-Fix
Magic fix
|
|
Commit: 1e620c01772dccf5bed23ca59c68fb72e06a6095 [1e620c0]
Merge pull request #1276 from SuperCoder7979/Gasoline
Gasoline
|
|
Commit: eb7185ca85a967c18acca514cb43bc096e0fcdb6 [eb7185c]
Merge pull request #1284 from redmage17/unstable
Configed Machine Casings
|
|
Oil Cracker/Large Chemical Reactor structure
|
|
|
|
The Oil Cracker now also accepts Input Hatches on the right side and
Output Hatches on the left side.
Input/Output Hatches must be on opposite sides of one another.
Also, Energy/Maintenance Hatches no longer need to be on the middle ring
but can also be put on the sides.
|
|
Conflicts:
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeChemicalReactor.java
|
|
Commit: 3b9c5c388df22d5de2519118f1815dd4a6c9f2f8 [3b9c5c3]
Fixed RawRubber from Isoprene recipe
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2231
|
|
|
|
electrolyzer recipes #2074
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2157
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2198
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2149
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2211
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2218
|
|
|
|
|
|
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2222
|
|
|
|
|
|
Commit: c89a99c36d3f415f89882d8b418f99c3c5d3b974 [c89a99c]
Fix wrong translation
|
|
Commit: f3be52de1661b7d42897211f17ebf8c5c731a932 [f3be52d]
Try to fix #1301
|
|
Commit: ead17d8811fd6559fc08b8ec81df6c2cdd61ac09 [ead17d8]
Increased energy cost of electrolyzing Carbon Dioxide, Sulfur Dioxide
|
|
Commit: e9627a540a76fe74fb6a54c872eaba6c8389ee87 [e9627a5]
Rebalance Tritanium cost, add new fusion recipes (Tungsten + Indium prod)
|
|
|
|
Commit: 0305f8626e4d99bdc406ebba276a2183059fdfe8 [0305f86]
Oredict fixes
|
|
Commit: b96180ac4f1564bcb7a2e19d16738cfea7fc04a3 [b96180a]
GT6 style concrete speedup (no soulsand like behavior that blocks you from entrances and less OP ice hyperspeed highways)
|
|
Commit: f9c8159f0985b04a50ce3a085f5849d908450eea [f9c8159]
Default off config for GalacticraftOil compat
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2225
|
|
|
|
requesting chunk can potentially accept it.
|
|
|
|
per-dimension setup. Other minor fixes
|
|
have some funky chunks, but suspect that is a DD issue, not related to Gregtech.
|
|
|
|
|
|
|
|
|
|
small ores or stones? Don't know for sure, need to investigate.
|
|
|
|
1) Pump will properly save it's state and reload with chunk load/reload.
It remembers that it was pumping and doesn't immediately move down.
Additionally, corrected saving of fluid type so it will properly look it
up when it reloads
2) Fixed getYHeadOfPump() so it doesn't punch through bedrock if you
destroy the pump head. If you break a gap into an existing pipe line,
it will move down through the broken spots until it finds an existing
set of pipes - in which case it will continue from the bottom. If you
break the pump head, it will replace the last pipe with a new Head and
carry on about it's business.
|