aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/items
AgeCommit message (Collapse)Author
2017-06-05Made it so that rubber-related recipes accept more than one rubber typeJohannes Gäßler
LV, MV, HV recipes accept all rubbers. EV+ recipes accept only synthetic rubbers. Affected items: Pump, Conveyor Module, Plunger, Because it is not easily possible to have this functionality for the Assembly Line, the Assembly Line still accepts only one type of rubber for each recipe.
2017-04-19Added a lot of (petro)chemistry stuff, expanded the APIJohannes Gäßler
Created an adapter class for creating materials. Materials now have bit flags for automatic gas/fluid creation. Added a new convenience method for adding distillery recipes. Recipes now show the exact recipe duration instead of the duration rounded down to the nearest int. Added new Materials with relevant recipes: Acetic Acid, Acetone, Calcium Acetate, Charcoal Byproducts, Carbon Monoxide, Ethanol, Ethylene, Methanol, Methyl Acetate, Polyvinyl Acetate, Propene, Sulfuric Ethylene, Vinyl Acetate Made vinegar visible.
2017-03-31catch most modular armor crashesBlood-Asp
2017-03-31Add assemblyrecipes for all circuits per oredictBlood-Asp
2017-03-22Fix spelling of wafersBlood-Asp
2017-03-16Fix for negative-coordinate vein generation, adjustments to recipes for ↵MauveCloud
stone dust, sand, and flint
2017-03-16Cleanup code and fix incorrect merge.Dimach
2017-03-08Fix rubber plates in modular armor bootsBlood-Asp
2017-03-08Better circuit tooltipsBlood-Asp
2017-03-05Moar circuit balanceBlood-Asp
2017-03-01Some recipe fixes.Blood-Asp
2017-03-01Remove rubber from steamageBlood-Asp
2017-03-01More circuit balancingBlood-Asp
2017-02-28Circuit changesBlood-Asp
2017-01-10Fix #851vlad20012
2016-12-23Play plunger sound when clearing fluids from GT machinesBlood-Asp
2016-12-23Reduce damage sense takes when harvesting ic2 crops compared to other usesBlood-Asp
2016-12-17Merge pull request #803 from dgabehar/unstableBlood-Asp
Crash with Modular Exoskeleton #769
2016-12-15Added check to ensure that fluid is set trying to provide air to player ↵Doug Gabehart
during onArmorTick Looking at how to fill helmet tank from air cell
2016-12-15Fixed processing power issue where values continually increased up to infinityDoug Gabehart
2016-12-14More stability improvements. (Null value and checks to ensure keys exist)Doug Gabehart
2016-12-14Fixed issue with Modular Armor inventory not saving properly after removing ↵Doug Gabehart
the call to closeScreen Added null and key checks when determining if a full radiation or electrical armor set is configured
2016-12-14Removed player.closeScreen call to fix graphics glitch when switching armor tabsDoug Gabehart
2016-12-14Added updateArmorStats method which includes additional checks to ensure ↵Doug Gabehart
that values are not null and the key in question exists in mStats Removed player.closeScreen call in mouseClicked to prevent display glitch when switching armor gui tabs; (mouse focus from returning to 2x2 crafting grid)
2016-12-13Replace all literal numbers referring to tool types with named constantsDavid Vierra
2016-12-07Fixed #786.Dimach
2016-11-02Modular Armor configsBlood-Asp
2016-10-30Modular Armor changes 1Blood-Asp
2016-10-26Improve harvest range of sense to 5x5x5(now working)Blood-Asp
2016-10-19Make Dough by throwing flour into filled cauldronBlood-Asp
2016-10-19Cleanup recipe classesBlood-Asp
2016-10-16Fix recipes for forestry wood covers.Blood-Asp
2016-10-16Base IC2 Classic compat. Reactor components disabled, some recipes likely ↵Blood-Asp
missing/broken
2016-10-13Show nuggets by default in NEIBlood-Asp
2016-10-10Fixing Heavy Duty Alloy Ingot recipesBlood-Asp
2016-10-07Move load order for doors to fix malisis doors conflict.Blood-Asp
2016-10-04Small fixesMuramasa
2016-10-04Computronics support & Improved mod dependant MaterialsMuramasa
2016-09-24Update with exp changesMuramasa
2016-09-23Reduce disabled component creation & GT_Proxy postInit -> ProcessorsMuramasa
2016-09-15Update Part 1Muramasa
2016-08-31Configurable components & fixesMuramasa
2016-08-17InitialMuramasa
Fixed Materials limitation Added ability to add Materials via a config Added ability to change all properties of a Material via a config
2016-08-15Bugfixes 10Muramasa
2016-08-14Bugfixes 8Muramasa
2016-08-14Bugfixes 6 fix: Removed commented codeMuramasa
2016-08-14Bugfixes 6Muramasa
2016-08-13More String var changesMuramasa
2016-08-13TryCatch changesMuramasa
2016-08-13Remove null checksMuramasa