aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Worldgenerator.java
AgeCommit message (Expand)Author
2024-08-27Config/gregtech.cfg (#2939)boubou19
2024-05-18Fix far end asteroids generation (#2598)Oleg Ivanov
2023-07-24Fix wrong Oregen Pattern on Servers (#2177)glowredman
2023-07-04Fix GT Ore Gen (#2081)glowredman
2023-06-05Code cleanup (#2040)chill
2023-04-10Update spotless config to 0.2.2Raven Szewczyk
2023-04-01Jabel, Generic injection and mostly automatic code cleanup (#1829)Raven Szewczyk
2023-04-01update spotless formatting (#1827)boubou19
2023-02-16Apply post-decompilation cleanup patches from the new RFG version (#1744)Raven Szewczyk
2023-01-30[ci skip] spotlessApply with the new settingsJason Mitchell
2022-08-27Update buildscript & apply spotless (#1306)Raven Szewczyk
2022-07-02Par, var, begone! (#1104)YannickMG
2021-05-24feat(glow): iconset machines glow supportLéa Gris
2021-01-17Remove a bunch of commented out code, small formatting adjustmentsJason Mitchell
2020-04-10Void miner adjustments (#262)bartimaeusnek
2019-04-09fixesbartimaeusnek
2019-01-24Fix for oreveins not always taking on color of surround GT stones. oreveins ...Richard Hendricks
2018-09-08Various fixesbartimaeusnek
2018-05-27applied https://github.com/Blood-Asp/GT5-Unofficial/pull/1425bartimaeusnek
2018-05-25Copy fix from https://github.com/Blood-Asp/GT5-Unofficial/issues/726Richard Hendricks
2018-04-26fixed galactic greg & config differncebartimaeusnek
2018-04-24OreVein Hardcode Updatebartimaeusnek
2018-01-25Fix End Asteroid worldgen putting all asteroids in the center of the endDavid Vierra
2018-01-20Add ncie instructions on calculating oregen.Richard Hendricks
2018-01-19Checking in working version for #2302. Need to verify against full modpack, a...Richard Hendricks
2017-12-24Optimize imports an add molten cellsTechnus
2017-11-24Leave deep dark orevein max size at 32, only place GT stone if the requesting...Richard Hendricks
2017-11-24Added primary meta to orevein seed. Read comments for details.Richard Hendricks
2017-11-24Removed oreveinSize to use a hardcoded value for now, until we can do per-dim...Richard Hendricks
2017-11-24Feature complete. Fixed/understand Deep Dark double oregen issue. Still have...Richard Hendricks
2017-11-24Remove tabs, replace with spacesRichard Hendricks
2017-11-24Code CleanupRichard Hendricks
2017-11-24Feature complete. Ready for testing in multiple dimensions.Richard Hendricks
2017-11-24Happy with orevein generation now. Working on small ores next.Richard Hendricks
2017-11-24Cascading worldgen is being caused by something in other worldgen, possibly s...Richard Hendricks
2017-11-24First pass at chunkifying oreveinsRichard Hendricks
2017-10-17Revert threadsafe code back to lossy code. Chunks will get skipped with this,...Richard Hendricks
2017-10-17Preserve debug messages and bugfix for deep dark doing multiple worldgens on ...Richard Hendricks
2017-10-16Add variable to configure number of attempts before giving up, default to 64....Richard Hendricks
2017-10-16Missed a execCount. Modified output to print dimension name instead of dimen...Richard Hendricks
2017-10-16Rebase to latest experimental headRichard Hendricks
2017-10-01Optimize imports, optimize random number generation, make turbines loose 0.75...Technus
2017-09-081909: Fix oregen issue with empty chunks. Problem was caused by not using thr...Richard Hendricks
2017-06-19Minor change, full revert.Technus
2017-06-18Revert worldgen changes.Technus
2017-06-17Optimize importsTechnus
2017-06-15Merge branch 'unstable_BLOOD' into reMergeTechnus
2017-06-08fix wrong center chunk coordinatesTechlone
2017-06-07experimental worldgen change fixBlood-Asp
2017-06-05Attempt to prevent worldgen loops with other mods #1063 #828Blood-Asp