aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
AgeCommit message (Expand)Author
2021-11-25changed the BBF to use per second for more precisionboubou_19
2021-11-25changed implosion compressor to user per second for more precisionboubou_19
2021-11-25changed large boilers to use per second for more precisionboubou_19
2021-11-24centralized pollution for generatorsboubou_19
2021-11-24centralized pollution for GT boilersboubou_19
2021-11-23centralized pollution for GT multiesboubou_19
2021-11-23added configs to disabled dirt particles and pollution fog renderingboubou_19
2021-11-21added infinity armor to hazmatsSphyix
2021-11-16underground oil and pollution persistence form reworkGlease
2021-10-30Add support for more fluidsD-Cysteine
2021-10-29Make metaitem.98 more flexible, and add oredict support for steam cellD-Cysteine
2021-10-29Make steam cell usable in oil cracking. Also made new cells less of a pain to...Glease
2021-10-18Cache sorted recipe list in NEI handlersGlease
2021-10-13add indicator on hatchesGlodBlock
2021-08-29change same RC items they wrongly namedDreamMasterXXL
2021-08-10Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod)TimeConqueror
2021-08-03Code cleanupD-Cysteine
2021-08-01Add cracked fluid cellsD-Cysteine
2021-08-01Delete dead codeD-Cysteine
2021-07-31Format long lineD-Cysteine
2021-07-30Change hard dep on IguanaTweaks to soft depD-Cysteine
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30re-enable flipping, but add an option to render them not flippedGlease
2021-07-29Add clay bucket ore prefix; fix oredictingD-Cysteine
2021-07-29Oredict clay buckets + fix railcraft item IDsD-Cysteine
2021-07-26clean, fixed nanoSphyix
2021-07-26added tooltip to armors providing hazmatSphyix
2021-07-26added hazmat armorsSphyix
2021-05-25Allow client send preference to serverGlease
2021-05-24feat(glow): iconset machines glow supportLéa Gris
2021-05-21feat(render): glowing texture rendererLéa Gris
2021-03-11Implemented Builder Patternbartimaeusnek
2021-03-10Added missingbartimaeusnek
2021-03-10Refactor World Eventsbartimaeusnek
2021-02-16feat(render): tile ambient occlusionLéa Gris
2021-01-21Make sure the onServerTick event is actually called.Jason Mitchell
2021-01-18Hashmap insteadJason Mitchell
2021-01-18Less silly getBurnTime()Jason Mitchell
2021-01-17Debloat - Remove Modular Armor (It's buggy and not in use anyway)Jason Mitchell
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2020-07-19Rework clientside pollution (#302)moller21
2020-05-04Added cover guis for pump/filtermoller21
2020-04-19Refactored CLS support into an own Compatbartimaeusnek
2020-04-19CLS not a dependency anymorejackowski626
2020-04-19CLS supportjackowski626
2020-04-19Revert "CLS support"jackowski626
2020-04-19CLS supportjackowski626
2020-03-02Undo bounding box size increase, for now. After testing might increase.Richard Hendricks
2020-03-02Add separate debug variables for pumps and minersRichard Hendricks
2020-02-15removed unused importsDream-Master