aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_UndergroundOil.java
AgeCommit message (Collapse)Author
2023-04-01update spotless formatting (#1827)boubou19
2023-01-30[ci skip] spotlessApply with the new settingsJason Mitchell
2022-08-27Update buildscript & apply spotless (#1306)Raven Szewczyk
* Update dependencies * Update buildscript, apply spotless
2022-01-07Review how per chunk modifier for oil is calculated (#855)Glease
2021-12-12add infinite oil rig (#795)boubou19
* add infinite oil rig * fix typo * get same speed as the oil rig III * adjust speed for the infinite oil rig
2021-12-01Remove special charactersJohann Bernhardt
2021-11-30Bug fix pass in UO and PollutionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-21Ensure UO is generated in a consistent way instead of depending on positions ↵Glease
of stars and stuff Also fixes buildscript and excluded generated source code from git Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-21Fix underground oil being all 0 and not migrating properlyGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-16underground oil and pollution persistence form reworkGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2017-12-31Fix UO part 2Technus
2017-12-31Fix UO blacklistTechnus
2017-10-01Optimize imports, optimize random number generation, make turbines loose ↵Technus
0.75 or normal durability in loose fitting mode.
2017-09-13more descriptive argument nameTechnus
2017-09-13Optimize a bitTechnus
2017-09-13Add more uo methods for reading easily, make consumption scaleableTechnus
Makes the code more A ok
2017-09-13Minor change, can catch potential errors when the extraction val per tick is ↵Technus
insane
2017-05-07another oil rewrite, even more BloodAsp likeTechnus
2017-05-01Optimize importsTechnus
2017-05-01Oil and pollution overhaulTechnus