aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/api
AgeCommit message (Collapse)Author
2022-06-22Various fixes (#220)miozune
* Various fixes * Refactor * remove unused imports * derp * fix
2022-06-11Fixes for Housing (#208)miozune
* Fix balls (and probably catalysts) not being depleted properly * Fix breaking housing does not drop items in usage slots * Disallow moving duplicated types of balls into usage slots
2022-06-01Fixes (#198)miozune
* Fix IsaMill controller GUI void items * Add structure check for Milling Ball Housing * Fix internal crash that was handled somewhere else * Fix ore type can be locked to 0 * Add scan result for locked ore type * Fix height in tooltip * Delegate to native isRecipeInputEqual * Don't consume energy to fill water * Fix flowing water is not filled sometimes * Add info about filling water * Fix carelessness * Fix flowing water in Algae Farm
2022-05-04fix negative turbine (#185)Yang Xizhi
same thing https://github.com/GTNewHorizons/GT5-Unofficial/pull/1049
2022-04-17Steam multi block tooltip (#173)MuXiu1997
2022-03-12fix pss gui & make average IO actually an average (#157)Glease
2022-03-04fix power sub station ui variable desync (#145)Glease
2022-02-14Screwdriver driven development. (#124)Alkalus
* Added NEI handler for TGS. Added BoP support to TGS. Added base work for LFH. * Added Witchery support to TGS. * Finished LFH. Added missing steam multiblock. Fixed GT++ NEI time values not being precise enough. * Implement Fert use in TGS. * Fix broken checkRecipes. Did initial work for XLHE. Other misc. stuff. * Update GregtechLargeTurbinesAndHeatExchanger.java * Update RECIPES_Machines.java Changes requested by @Dream-Master
2022-02-11Fix LRE not working. (#119)Alkalus
Fix Air Intakes. Fix Tree Simulator.
2022-01-29GUI Fixes for Matter Fab.Alkalus
2022-01-29Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into St00fAlkalus
# Conflicts: # .gitignore # dependencies.gradle # src/main/java/gtPlusPlus/core/config/ConfigHandler.java # src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java # src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaWirelessCharger.java # src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_MassFabricator.java # src/main/resources/assets/miscutils/lang/en_US.lang
2022-01-29Overhauled Matter Fabricator CPU.Alkalus
2022-01-23Added some bees and shit.Alkalus
Added Force. Updated how GT++ material components get localized.
2022-01-23Added framework for custom bees.Alkalus
Boosted drops of Dragon Metal from Chaos Dragons. Fixed https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9556.
2022-01-21Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into ↵Alkalus
New-Multis-3 # Conflicts: # .gitignore # build.gradle # src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java # src/main/java/gtPlusPlus/core/lib/LoadedMods.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java # src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks5.java # src/main/resources/assets/miscutils/lang/en_US.lang
2022-01-20Fixed Industrial Forge Hammer structure check.Alkalus
Fixed Creative Energy Buffer some more. Fixed Redstone Circuit Block output. Did a little work on breaker boxes.
2022-01-19Added textures for Redstone Circuit Block.Alkalus
Fixed GUI tooltips breaking block lighting. Fixed creative energy buffer not keeping it's tier on world load.
2022-01-19Added GT4 Redstone Circuit Block.Alkalus
2022-01-16Added Recipe for Computer Cube MKII, Turbine Shaft, Rotor Assembly & ↵Alkalus
Elemental Duplicator. Removed a whole heap of pointless Reactor Planner files/functions. Hide some of the modes in the Computer Cube.
2022-01-16Add Average I/O stats to PSS.Alkalus
Fixed PSS GUI suffering integer overflows. Improve PSS GUI. Fix Reactor Planner handling components.
2022-01-14Fix Computer Cube GUI.Alkalus
Fix Glod's shitty implementation of perfect OC which broke some multis.
2022-01-13Hopefully make Wireless Chargers more responsive.Alkalus
Added more information to Hi-Amp xformers.
2022-01-13Basically finished work on Reactor Simulator.Alkalus
2022-01-12Fix https://github.com/GTNewHorizons/GTplusplus/issues/87.Alkalus
More work on Computer Cube GUI.
2022-01-09Partially implemented Computer Cube.Alkalus
Fix Multis wanting Mufflers when pollution = 0. Fix getMethodName potentially crawling too far up the stack.
2022-01-09Added more GT4 content:Alkalus
Redstone Lamp Redstone Display Redstone Scale Redstone Button Panel
2022-01-09Ported some GT4 content:Alkalus
Added GT Crop Managers. Added GT Auto Crafting Tables. Added GT Inventory Managers.
2022-01-07Added recipes for the GT4 Workbenches.Alkalus
2022-01-07Rewrote and readded Bronze/Advanced Workbenches using GT Meta Tile system.Alkalus
2022-01-07Added new overlay for the Data Orb Repository.Alkalus
2022-01-07Updated Data Orb Repository tooltip.Alkalus
2022-01-07Finish work on the Elemental Duplicator.Alkalus
2022-01-06Finished work on multiblock Molecular Transformer.Alkalus
Added single use API for adding MT recipes.
2022-01-06Added Asm, Screenshots and World to .gitignore.Alkalus
Removed some useless classes. Buffed Amazon Packager. Implemented Caching for Amazon Packager. Fixed all GT++ multis getting stuck when input bus contains less than required input of an item. (It will check other inputs for another valid recipe now)
2022-01-05Added Solar Tower & Solar Heater.Alkalus
Added Potassium Nitrate. Added Sodium Nitrate. Added Hot/Cold Solar Salt. Added recipes for the above. Added Solar Salt processing to Thermal Boiler. Re-added Assembly Line MKII, Tesla Tower. (WIP)
2021-12-22Finished work on XL turbines.Alkalus
Cleaned up scanner output for all multiblocks. Update Sifter tooltip to reflect 4 output bus requirement.
2021-12-22Re-added XL Turbines.Alkalus
Added Xl Gas/Plasma Turbines.
2021-12-21Changed I/O and recipe for Reservoir Hatch.Alkalus
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-20Refactored GT_MetaTileEntity_Hatch_AirIntake_Extreme to extend ↵Alkalus
GT_MetaTileEntity_Hatch_AirIntake. Refactored GT_MetaTileEntity_Hatch_Reservoir. Refactored Chisel singles/multi to utilise a cache.
2021-12-20Add RemoteIO and EnderIO support to Reservoir Hatch.Alkalus
Changed Extreme Airtake from 5k/4t to 8k/4t. Clean up some reflection. Cleaned up GT_MetaTileEntity_Hatch_FluidGenerator.java.
2021-12-19Change composition of Ancient Granite & Lepersonnite to make obtaining ↵Alkalus
Ytterbium possible. Fix Recipe for Wood's Glass lens.
2021-12-19Added Advanced Air Intake Hatch.Alkalus
Added Reservoir Hatch. Refactored Air Intake Hatch into a base class.
2021-12-19Added Logger to check free Meta IDs in dev.Alkalus
Freed up some indexes in TAE. Finished work on Chisel single blocks. Finished work on Chisel multiblock. Finished work on Rock Breaker multiblock.
2021-12-18Added MultiBlock Rock Breaker.Alkalus
Added base work for GT Chisels.
2021-12-15Merge tag '1.7.21' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties
2021-12-13Merge tag '1.7.20' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties # src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluorite.java
2021-12-12Move sources and resourcesJohann Bernhardt