aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/GT_Mod.java
AgeCommit message (Collapse)Author
2020-04-10Merge branch 'experimental' into fixesbartimaeusnek
2020-04-10different fixesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Void miner adjustments (#262)bartimaeusnek
* Added all Ores to Voidminer in DeepDark + removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * renormalize line endings Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Added all Ores to Voidminer in DeepDarkbartimaeusnek
+ removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-15Refactored GT_Mod.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-02Add separate debug variables for pumps and minersRichard Hendricks
2020-02-23OP command to toggle debug flagsrepo_alt
2020-02-15removed unused importsDream-Master
changed subversion to 33
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>
2019-12-21Digital chests refactored, preserving binary compatibility.repo_alt
2019-12-21AE2 integration for Quantum and super chests (why they are 2 different classes?)Vladimir Kalinin
2019-12-02improved loading times a lot (#211)bartimaeusnek
* improved loading times a lot + whitelisted only a few materials that really get changed with gt + code maintenance + tested and ready for shipping Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved readability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved loading times by buffing recipes + buffer increases performance by another ~40% Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed breaking bug + added a config option to disable material whitelist Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-08-14fixes "scythe bug"bartimaeusnek
-added FakeScannerRecipes for all Schematics
2019-07-13Update transformers and pollutionTechnus
2019-05-17fixed NBT dependant Recipesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-22rerouted forestry modid to the config value to prevent typosbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-09fixesbartimaeusnek
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip
2019-01-24Add support for placer ores, including config options for enable/disable and ↵Richard Hendricks
density. Increase orevein height to 9 layers. Give small ores a free 1 fortune boost to compensate for lower orevein densities.
2019-01-21Increase stone chances. Increased small ore for silver, realgar, zinc. ↵Richard Hendricks
Decreased density of some oreveins. Increased orevein percentage to 100%
2018-10-22fixes for item CasingsDream-Master
2018-10-21Add new item: CasingDream-Master
2018-10-18Merge branch 'experimental' into GT_devDream-Master
# Conflicts: # src/main/java/gregtech/common/tileentities/generators/GT_MetaTileEntity_MagicalEnergyAbsorber.java
2018-10-07chery pick eef9513ef22c8f48b70e968c2699bb9e2f179643 [eef9513]redmage17
Add config for Small Boiler Automation (#1449) * Add config for Small Boiler Automation Default is off * Update GT_Mod.java * Update GT_Mod.java * Update GT_MetaTileEntity_Boiler.java Fixed retarded logic
2018-09-19added explosion logbartimaeusnek
+readded GalacticraftFiles for @mitchej123 GC Compat +fixed a typo in IGregTechTileEntity
2018-09-08GC Energy CompatJason Mitchell
* GT cables now properly fill GalacticCraft machines with Energy IC2/AE2 Energy Compat * Updated IC2 & AE2 energy compatability * Added an option ic2EnergySourceCompat (default is on) to allow GT cables to pull energy directly from IC2 energy sources (nuclear reactors, MSFEs, etc) without the need for a transformer * Filling IC2/AE2 energy buffers will now send multiple amps if needed Misc * Use a set instead of an arraylist for transfer electricity; deprecated backwards compatiable method left in
2018-09-08added tooltip for glassbartimaeusnek
+cleaned up code a bit
2018-09-08Various fixesbartimaeusnek
+Added GT-FML-Log +Added an Exception if a Nq reactor without recipe map is created +Added the ability to add ReinforcedGlass in the CleanroomWalls (https://github.com/GTNewHorizons/NewHorizons/issues/3584) +Added a config option for changing the ReinforcedGlass percentage +Renamed Materials2 -> GTNH_ExtraMaterials and fixed it
2018-08-31added config option to allow broken recipe map for debug purposesbartimaeusnek
2018-08-21fixed GT Teleporterbartimaeusnek
+ improofed readability a bit (in dependencies in GT_Mod & GT_MetaTileEntity_Teleporter) - removed unused libs
2018-08-19cherry pickAlkalus
Fixed Mufflers and Large Boiler Fuels. (#1319) 92bcce8fd50004abc898cdd3464942b9a98d24a9 https://github.com/Blood-Asp/GT5-Unofficial/commit/92bcce8fd50004abc898cdd3464942b9a98d24a9
2018-08-13Fix for issue 3399.Richard Hendricks
2018-07-21Revert changes for machine metal support, using different method now via ↵Richard Hendricks
coremod to enable disable.
2018-06-30pulled small ores into codebartimaeusnek
-removed config for custom ores -removed immensive engineering support -removed magneticraft support -removed PFAAGeologica support +added small ores for GaGreg +version bump
2018-06-19Attempt to fix for #3030. Checking in on branch and doing PR so it can be ↵Richard Hendricks
reverted easily.
2018-06-17Smp assembly-line books issures (#128)bartimaeusnek
2018-06-05Added option for disabling machinemetal tinting.Richard Hendricks
2018-05-09NEI fix for scannerbartimaeusnek
+ fixed typo (32 instead of 30eu/t at Prospection Data scan) + added Schematic scan NEI-recipe
2018-05-04Soften dreamcraft dependencyNamikon
2018-01-13Make pipes aware of translocators & tinker construct faucets so they can connectJason Mitchell
2018-01-13cherry pickAntifluxfield
Commit: fce9104d49920eadbaabc48e33bfcb39b5ae8340 [fce9104] Fix custom enchantment for materials
2017-12-26UpdateAntifluxfield
2017-12-26Config to disable placeholder "%material"Antifluxfield
2017-12-24Optimize imports an add molten cellsTechnus
2017-12-23Remove all 32 eu/t recipes and replace them with 30 eu/t recipes.Dream-Master
remove LV and MV Mass Fabricator because they have no function
2017-12-02cherry pickredmage17
Commit: eb7185ca85a967c18acca514cb43bc096e0fcdb6 [eb7185c] Merge pull request #1284 from redmage17/unstable Configed Machine Casings
2017-11-24Remove unnecessary tabsRichard Hendricks
2017-11-24Feature complete. Ready for testing in multiple dimensions.Richard Hendricks
2017-11-24First pass at chunkifying oreveinsRichard Hendricks
2017-11-22Merge pull request #53 from Antifluxfield/GTNH-GT6_styled_pipesMartin Robertz
GT6 styled pipes
2017-11-22cherry pickJohannesGaessler
Commit: b87a55800f2a140ce0ad74b9a951994d9fdba9f5 [b87a558] Removed NEI Large boiler fuel entry for Carbon Dust (#1295) Fixes #1285. Invalid Burn value on Carbon dust in NEI page for Large Boiler Fuels.