Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | add 3 more naq reactor tiers | Dream-Master | |
2018-08-31 | Added new Solar Panels from UHV to UIV (no recipes yet) | Dream-Master | |
2018-08-31 | add reinforced Glass tubes | Dream-Master | |
add recipes for it | |||
2018-08-31 | More Bio Circuit parts | Dream-Master | |
2018-08-31 | Add more high tier circuit parts and boards | Dream-Master | |
2018-08-31 | rename oil drill to oil/fluid/gas drill | Dream-Master | |
2018-08-30 | Fixed Java exception when removing chunks from list. | Richard Hendricks | |
2018-08-29 | Java does not handle integer division in the expected way when going ↵ | Richard Hendricks | |
negative. Have to use Math.floorDiv() instead. | |||
2018-08-29 | fluid regulater adjustment is broken #3535 | Dream-Master | |
2018-08-21 | fixed GT Teleporter | bartimaeusnek | |
+ improofed readability a bit (in dependencies in GT_Mod & GT_MetaTileEntity_Teleporter) - removed unused libs | |||
2018-08-19 | cherry pick | Alkalus | |
Fixed Mufflers and Large Boiler Fuels. (#1319) 92bcce8fd50004abc898cdd3464942b9a98d24a9 https://github.com/Blood-Asp/GT5-Unofficial/commit/92bcce8fd50004abc898cdd3464942b9a98d24a9 | |||
2018-08-15 | Added powderbarrels to usage. Added recipes to make Adv Seismic Prospectors. ↵ | Richard Hendricks | |
Removed recipes for the old ones. | |||
2018-08-15 | Do radius in blocks. Clean up printouts. Add in chunk information for ↵ | Richard Hendricks | |
located ores. | |||
2018-08-15 | fix radius | Richard Hendricks | |
2018-08-15 | Prep for changes | Richard Hendricks | |
2018-08-13 | Fix for issue 3399. | Richard Hendricks | |
2018-08-11 | Alternative Primitive Circuits for MV #3438 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/3438 | |||
2018-08-05 | Increase Large Combustion Engine pollution 50%. | Richard Hendricks | |
2018-08-02 | cleanroom not working in LV #3355 | Dream-MasterXXL | |
https://github.com/GTNewHorizons/NewHorizons/issues/3355 | |||
2018-08-01 | cleanroom not working in LV #3355 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/3355 | |||
2018-08-01 | cleanroom not working in LV #3355 | Dream-MasterXXL | |
https://github.com/GTNewHorizons/NewHorizons/issues/3355 | |||
2018-07-21 | Revert changes for machine metal support, using different method now via ↵ | Richard Hendricks | |
coremod to enable disable. | |||
2018-07-14 | Look for air instead of tile.air. Fixes ↵ | Jason Mitchell | |
https://github.com/GTNewHorizons/NewHorizons/issues/3308 | |||
2018-07-14 | reverted Blood-Asp#1468 due to buggy behavior with ore grinding | bartimaeusnek | |
2018-07-07 | Update tooltips | Jason Mitchell | |
2018-07-07 | Whoops, guess GT++ uses the default constructor... so add that back in :-D | Jason Mitchell | |
2018-07-07 | Configurable max stacks for conveyors | Jason Mitchell | |
2018-06-30 | added some Main Branch PRs | bartimaeusnek | |
https://github.com/Blood-Asp/GT5-Unofficial/pull/1468/ https://github.com/Blood-Asp/GT5-Unofficial/pull/1462 https://github.com/Blood-Asp/GT5-Unofficial/pull/1452/ | |||
2018-06-30 | Merge pull request #133 from GTNewHorizons/small_ores_into_code | bartimaeusnek | |
pulled small ores into code | |||
2018-06-30 | fixes #3226 via | bartimaeusnek | |
execution of https://github.com/Blood-Asp/GT5-Unofficial/pull/1384 and | |||
2018-06-30 | pulled small ores into code | bartimaeusnek | |
-removed config for custom ores -removed immensive engineering support -removed magneticraft support -removed PFAAGeologica support +added small ores for GaGreg +version bump | |||
2018-06-21 | Make Fluid Filters cheaper #2448 | Dream-Master | |
Why there was two recipes ? | |||
2018-06-20 | New feature for chestbuffers/superbuffers:Transfer size mode. Instead of ↵ | Richard Hendricks | |
matching the output inventory, this mode will only transfer fixed sizes to output invetory. Useful for input hatches to Amazon Packager or PA filled with packagers. | |||
2018-06-18 | Merge branch 'experimental' into scanner_fixes | bartimaeusnek | |
2018-06-18 | fix for #2152 | bartimaeusnek | |
fix for reused DataSticks keep parts of old NBTTagCompound fixed blockores and removed one hashmap | |||
2018-06-17 | Smp assembly-line books issures (#128) | bartimaeusnek | |
2018-06-16 | fixed Multiple items on one page | bartimaeusnek | |
2018-06-16 | fixed SMP Assembly Line book issures. | bartimaeusnek | |
2018-06-15 | fix for Assline books | bartimaeusnek | |
2018-06-07 | Add EU/t for monster repellent. | Richard Hendricks | |
2018-06-05 | Fix for typo | Richard Hendricks | |
2018-06-05 | Add back in missing large boiler pollution numbers. Fix ↵ | Richard Hendricks | |
https://github.com/GTNewHorizons/NewHorizons/issues/2765 | |||
2018-06-05 | Added option for disabling machinemetal tinting. | Richard Hendricks | |
2018-06-04 | reduce explosives by 50% in seismic prospector | Dream-Master | |
2018-06-03 | Merge pull request #125 from GTNewHorizons/scan_shematics | Martin Robertz | |
fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040 | |||
2018-06-03 | fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040 | bartimaeusnek | |
+ exchanges nice and easy, but client-sided, code with messy id comparison code due to shittyness of GC items have the same name and no other option to compare against -_-' (╯°□°)╯︵ ┻━┻ | |||
2018-06-02 | For the first 6 ticks after pushing, always push. Then goto every 5 ticks. ↵ | Richard Hendricks | |
Should work OK for any machine. For higher output performance, use larger output stack size. Uses item ID numbers instead of strings to sort, much faster. Resolves https://github.com/GTNewHorizons/NewHorizons/issues/3006 | |||
2018-05-31 | Tune how often to actually push so that it is every-other-tick if teh ↵ | Richard Hendricks | |
receiving side can accept it. Only resort the list if the inventory has been modified before the push, and if the push was successful. Use java's built in sort to keep the list sorted. Nulls get squeezed out as part of the sort algorithm. | |||
2018-05-30 | Some fixes. Only update if inventory actually changes. Sort inventory ↵ | Richard Hendricks | |
first, then bubble out nulls after. | |||
2018-05-27 | applied https://github.com/Blood-Asp/GT5-Unofficial/pull/1425 | bartimaeusnek | |