aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-23Merge pull request #245 from repo-alt/feature/debugCommandrepo-alt
tab completion improved
2020-02-23tab completion improvedrepo_alt
2020-02-23Merge pull request #243 from repo-alt/feature/debugCommandMartin Robertz
OP command to toggle debug flags
2020-02-23OP command to toggle debug flagsrepo_alt
2020-02-23Cannot get High speed booster track in Assembler #5631Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5631
2020-02-23Cannot get High speed booster track in Assembler #5631Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5631
2020-02-19No way to turn amethyst dust into amethyst. #5596Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5596
2020-02-18Merge pull request #242 from TataTawa/patch-1Richard Hendricks
Update ItemComb.java
2020-02-18Update ItemComb.javaTataTawa
EnergeticAlloy Combs now produce correctly, not vibrant alloy.
2020-02-17Merge pull request #241 from GTNewHorizons/dont_blowup_on_bad_textureMartin Robertz
Don't blowup on bad texture
2020-02-16Bump versionJason Mitchell
2020-02-16Return default texture in case of NPE isntead of crashingJason Mitchell
2020-02-16Gradlewrapper to 4.4.1Jason Mitchell
2020-02-15removed unused importsDream-Master
changed subversion to 33
2020-02-15Crash shortly after loading world (probably caused by pyrolyse oven texture ↵Dream-Master
change) #5577 https://github.com/GTNewHorizons/NewHorizons/issues/5577
2020-02-11Ender Electron Tube missing CA recipe #4502Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4502
2020-02-11Iron Electron Tube recipe #5554Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5554
2020-02-10Merge pull request #239 from repo-alt/feature/OutputHatchLockingrepo-alt
Added ability to lock output hatch with a cell or any IFluidContainer…
2020-02-10Added ability to lock output hatch with a cell or any IFluidContainerItem if ↵repo_alt
it was locked but fluid was not set yet. (Basically use screwdriver to set mode 8 or 9, and set the fluid with a cell)
2020-02-08bump versionDream-Master
2020-02-08Merge pull request #238 from Zoko061602/experimentalMartin Robertz
Added EndSteel
2020-02-08Fixed EndSteelDaniel
2020-02-08Added EndSteelDaniel
2020-02-06Merge branch 'experimental' of ↵Dream-Master
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2020-02-06Suggestion for Distilled Water uses #5520Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5520
2020-01-30Merge pull request #237 from repo-alt/feature/massfabNeiFixMartin Robertz
Set correct mass fabricator recipe map amperage
2020-01-30Set correct mass fabricator recipe map amperagerepo_alt
(Massfab recipes are fake, so no one except NEI actually uses it's amperage) https://github.com/GTNewHorizons/NewHorizons/issues/5474
2020-01-30Merge branch '9-Slot-Mixer' of ↵Dream-Master
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2020-01-29New GT Mixer texture need to be corrected #5467Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5467
2020-01-26Merge pull request #235 from GTNewHorizons/9-Slot-MixerMartin Robertz
Fluxed electrum no mixer recipe, only shapeless #5366
2020-01-24Merge pull request #236 from Spartak1997/patch-3Martin Robertz
Fix textures of Pyrolyse Oven
2020-01-24Fix textures of Pyrolyse OvenСпартак
962 is texture of 8 page and 66 ID. https://github.com/GTNewHorizons/NewHorizonsCoreMod/blob/master/src/main/java/com/dreammaster/gthandler/casings/GT_Block_CasingsNH.java
2020-01-17Fluxed electrum no mixer recipe, only shapeless #5366Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5366
2020-01-04Merge pull request #234 from repo-alt/feature/MinerTooltipFixrepo-alt
- Fixed Soldering Iron consuming solder to change chunk mode.
2020-01-04- Fixed Soldering Iron consuming solder to change chunk mode.repo_alt
- Soldering Iron mention in the tooltip went missing in the rebase apparently.
2020-01-04update wrapperDream-Master
2020-01-03Centrifuging Rubber Wood only outputs Methane Gas #5243Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5243
2020-01-03Can't breed firestone bees #5271Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5271
2020-01-03Merge pull request #233 from GTNewHorizons/feature/2020Q1_minorfixesMartin Robertz
Add radius to scanner output. Fixed issue with pump radius not resett…
2020-01-03missed translation setup.Richard Hendricks
2020-01-03Add radius to scanner output. Fixed issue with pump radius not resetting ↵Richard Hendricks
pump queue. Added localization for some infos.
2020-01-03Merge pull request #231 from repo-alt/feature/OreDrillingPlantCentralChunkFixrepo-alt
- Ore Drilling plant in chunkloading mode was skipping central chunk.
2020-01-03- Ore Drilling plant in chunkloading mode was skipping central chunk.repo_alt
- Version bumped
2020-01-03Nikolite & Miner Fixes (#230)bartimaeusnek
+ Fixed gt recipes not working for Electrotine + Fixed Miner loading with "0" chunks when placed down + Version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-01-02Merge pull request #229 from repo-alt/feature/OilDrillRadiusFixMartin Robertz
Oil drills in the world will have radius reset to 0 after the update …
2020-01-02Oil drills in the world will have radius reset to 0 after the update w/o ↵repo_alt
this check
2020-01-01Merge pull request #228 from repo-alt/feature/DigitalChestAE-fixrepo-alt
Item dupe through the terminal
2020-01-01Item dupe through the terminalrepo_alt
2019-12-30bump versionDream-Master
2019-12-28Chunkloading support for multiblock miner (#227)repo-alt
* WIP, doesn't do anything yet, up to RFC * Initial attempt at Chunk manager * Added chunkloading support to multiblock miner. * moved basic miner-independent chunkloading-related stuff up tier, to be more reusable Co-authored-by: Richard Hendricks <richardhendricks@pobox.com>