aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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-04-13Added a recipe for Thaumcraft Alumentum and some other itemsJohannes Gäßler
Iterating over items and checking for fuel values turned out to not give good results because it ignores the Ore Dictionary. For instance there would be a page for only oak logs instead of a page with wood in general.
2017-04-11Explicitly added some Solid Fuels to the Large Boiler Fuel tab.Johannes Gäßler
I was unable to automatically add all fuels to the tab.
2017-04-10Expanded the NEI api to allow for custom descriptions, added liquidJohannes Gäßler
fuels to the newly created Large Boiler tab Instead of the default information like total EU or EU usage it is now possible to provide custom Strings to describe a recipe. The Large Boiler NEI tab explicitly shows burn times for fuels depending on the boiler used. Any liquid fuel added to Diesel Fuels or Semifluid Fuels will automatically be added to Large Boiler Fuels.
2017-04-10Fixing names for plasticsBlood-Asp
2017-04-10All foils can be made in bender.Blood-Asp
2017-04-10Fix compile issueBlood-Asp
2017-04-03Remove deprecated api..Archengius
2017-04-01Fix regulator crash bugBlood-Asp
2017-04-01Move some recipes since max java method size was reachedBlood-Asp
2017-04-01Updated Achievements to fit changed circuitsBlood-Asp
2017-03-31Fix typoBlood-Asp
2017-03-31catch most modular armor crashesBlood-Asp
2017-03-31Add assemblyrecipes for all circuits per oredictBlood-Asp
2017-03-31Better logging for oregenBlood-Asp
2017-03-31Config for blocks below cropsBlood-Asp
2017-03-31Remove testlineBlood-Asp
2017-03-31Detect low grav dimensions by world providerBlood-Asp
2017-03-31Missed a fileBlood-Asp
2017-03-31Add Lightning RodBlood-Asp
2017-03-31null check to prevent bukkit crashBlood-Asp
2017-03-26Naquadah gen tiersBlood-Asp
2017-03-26Merge pull request #987 from Sirse/unstableBlood-Asp
Fix NEI NoClassDefFoundError
2017-03-26Merge pull request #981 from dohyun22/patch-1Blood-Asp
Fixed various Bugs on the Powderbarrel.
2017-03-26Cleanup code.Dimach
2017-03-26Fix #982, #986.Dimach
2017-03-27Fix NEI NoClassDefFoundErrorSirse
Ensure is NEI loaded before call their API methods
2017-03-25simplified the code.dohyun22
2017-03-24Fixed various Bugs on the Powderbarrel.dohyun22
Fixed PrimedTNT Entity being spawned on client side when destroyed by player. Fixed PrimedTNT Entity spawning at misplaced location (about 0.5m from the center of the block). Fixed fuse sound not being played when ignited. Fixed Powderbarrel not being able to spawn PrimedTNT Entity when destroyed by explosion.
2017-03-23Allow teleportation to galacticraft dimensionsBlood-Asp
2017-03-23Reduce Plascrete Mininglevel and hardness/resistanceBlood-Asp
2017-03-23Add powerconfigs to TeleporterBlood-Asp
2017-03-23Fix ItemDetector Cover not detecting slot 0Blood-Asp
2017-03-23Prevent empty batterys from stacking in battery bufferBlood-Asp
2017-03-23Small fusion reactor fixesBlood-Asp
2017-03-23Overclock high amp machines correctly in Processing ArrayBlood-Asp
2017-03-23Fix AssemblyLine block checkBlood-Asp
2017-03-23TryCatch broken IC2 recipesBlood-Asp
2017-03-23Alternative superbuffer recipe with datasticksBlood-Asp
2017-03-22Allow dimensions added by other mods (besides GalactiCraft) to inherit GT ↵MauveCloud
worldgen features from overworld
2017-03-22Fix for #726MauveCloud
Hopefully this will also fix #878.
2017-03-22Fix spelling of wafersBlood-Asp
2017-03-22Fix missed casing recipeBlood-Asp
2017-03-22Fix nether stones not generating in nether if enabled in configBlood-Asp
2017-03-22Fix 2 recipesBlood-Asp
2017-03-22PIC Wafer needs cleanroom tooBlood-Asp
2017-03-22Merge pull request #975 from Dimach/unstable-2Blood-Asp
Fixed ores not generated sometimes.
2017-03-22Merge pull request #974 from Dimach/unstable-1Blood-Asp
Fixed double chance of first 16 custom ores.
2017-03-18Fixed ores not generated sometimes.Dimach
2017-03-18Fixed double chance of first 16 custom ores.Dimach