aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2020-03-16Refactored OrePrefixes.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored SubTag.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored TC_Aspects.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored Textures.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored TextureSet.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored Tier.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored MaterialBuilder.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored ItemList.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored GT_Values.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored Enchantment_EnderDamage.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored Element.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-16Refactored GregTech_API.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-15Made ObjectCast explicitbartimaeusnek
For some reason intellij dropped this when pushing...
2020-03-15Refactored GT_Recipe.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-07Basalt GT covers #5683Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5683
2020-03-02Add separate debug variables for pumps and minersRichard Hendricks
2020-02-25Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵karpov.evgeniy
endings fixed.
2020-02-23OP command to toggle debug flagsrepo_alt
2020-02-16Return default texture in case of NPE isntead of crashingJason Mitchell
2020-02-15removed unused importsDream-Master
changed subversion to 33
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-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-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-17Fluxed electrum no mixer recipe, only shapeless #5366Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5366
2020-01-03Can't breed firestone bees #5271Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5271
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>
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-23Removed hard dep on AE2bartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-18Change battery buffer from updating info line every 20 *scans* to every 20 ↵Richard Hendricks
ticks, ie 1s.
2019-12-16Updated Seismic Prospector ore and oil outputs to be more useful.Richard Hendricks
2019-12-15Updated prospector oilfield outputRichard Hendricks
2019-12-15Prospector display improvementsRichard Hendricks
2019-12-10tin item pipe not harvestable #5156Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5156 set Steel Level from 2 to 3 (cherry picked from commit 3af81d216633df4c0782a086fc8f9374184a9958)
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-10-31made the assembly line translation class more robustbartimaeusnek
+wont crash anymore with broken language file Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-10-30revert redstone hardness. Otherwise no on can crash it with a lv 2 hammer.Dream-Master
(cherry picked from commit 5f63f6b0a3668ec869c6ed283d6a371f55448f5a)
2019-10-30Merge pull request #210 from observeroftime01/turbine-nbt-removalMartin Robertz
Remove NBT data from turbines, preventing them from being disassembled.
2019-10-29Remove NBT data from turbines, preventing them from being disassembled.observeroftime02
Signed-off-by: observeroftime02 <observeroftime@shizuki.ca>
2019-10-29More gracefully handle nulls in LCR recipesJason Mitchell
2019-10-29update durability to mine Redstone and Diamonds after making bronze tools.Dream-Master
2019-10-25Update GT_MetaTileEntity_MultiBlockBase.javaDaniel
2019-10-25fix bufferd dynamo hatch (#207)botn365
* fix buffer dynamo hatch fix where a turbine with a buffer dynamo hatch makes more then 1A it wil not out put non complete amps in to the buffer * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java
2019-10-15Vacume Freezer NEI Interface #5042Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5042
2019-09-20Merge branch 'experimental' into beefixbartimaeusnek
2019-09-20fixed bee stuff with geneticsbartimaeusnek
+added mica crop +code improvements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-03Revert "?"Спартак
This reverts commit 90d63a4a2bf7061d9a829b0f26386175e5dd9eca.
2019-09-03Add Space CoolantСпартак