aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity
AgeCommit message (Collapse)Author
2021-09-19fix crash when empty flask gets into pyrotheum hatchrepo_alt
2021-08-25Revert "fix the problem of duping fluids"DreamMasterXXL
This reverts commit 1c00ffe8a568e25124cfe7796fa2e5e1a483a1eb.
2021-08-25fix the problem of duping fluidsGlodBlock
(cherry picked from commit ed7e9fed49f16afd4fb9852003e82d43c96a412d)
2021-08-05Merge pull request #18 from D-Cysteine/delete-super-bufferMartin Robertz
Delete ThreadedSuperBuffer
2021-08-03Upd Arrays -> ArrayExtTimeConqueror
2021-08-02Removed ASM-based SuperBusesTimeConqueror
2021-08-01Merge branch 'master' into delete-super-bufferMartin Robertz
2021-08-01Delete ThreadedSuperBufferD-Cysteine
2021-08-01Fixed logger-dependent reflection stuffTimeConqueror
2021-07-24Update SolarGenerator and SteamCondenser with similar changesD-Cysteine
2021-07-11Add chat feedback on void excess togglellk89
2021-06-23Allow overriding the output space check via soldering toolllk89
2021-06-03Update GT_MetaTileEntity_Hatch_AirIntake.javaGlodBlock
2021-06-03a logic bugGlodBlock
2021-05-22fix(texture): deprecated use of CASING_BLOCKSLéa Gris
Update to GTNH's Gregtech
2020-11-05+ Added RTG power Hatch.Alkalus
+ Added better handler for packager recipes. % Moved RTG fuel pellet recipe handling to it's own function. $ Fixed minor oversight in ItemStackData. $ Fixed TC Alchemical Furnace being a laggy PoS. $ Maybe fixed TC Aspect scanner on items with invalid unlocal names.
2020-08-18+ Added Spice of Life support.Alkalus
+ Added new Food Crate. $ Fixed bug in Fish Catcher, where side by side traps didn't count properly as water. $ Fixed bug in Air Intake Hatch.
2020-06-02- Removed placeholder map which was used to prevent BW crashes.Alkalus
% Made the Simple washer ignore certain impure dusts if GTNH is loaded. % Updated ChemPlant User manual to reflect requirement of Catalyst Bus. $ Fixed handling of recipe maps which don't use cells. $ Fixed Chem Plant not actually processing recipes. $ Made the Catalyst Hatch a lower tier. (Fixes Chem Plant requiring ZPM tier hulls)
2020-05-30+ Added framework for Elemental Duplicator.Alkalus
+ Added custom Data Orb bus for Elemental Duplicator. - Removed weird dependency on CofhCore.
2020-05-25% Changed Steam Multi recipes to use Tumbaga instead of Potin.Alkalus
% Changed some tooltips so that it's more obvious that steam things are ONLY for steam. $ Fixed handling of Fluid Name handling on Custom Fluid Hatches.
2020-05-25+ Added steam tier I/O buses & input hatch.Alkalus
+ Added recipes for the custom steam hatch, buses and Macerator controller. % Changed Steam Grinder Meta ID. % Moved some logic internal to the SteamMultiBase class. (Handling of output buffering, bus/hatch handling and recipes) $ Fixed spelling of Maintenance in most multiblock tooltips.
2020-05-25+ Added a Large Steam Macerator.Alkalus
% Made the Volumetric Flask Configurator tooltip better.
2020-04-13Merged in MillingRecipes (pull request #7)Alkalus
Milling Recipes & many other misc fixes
2020-04-13Merged in develop (pull request #6)Alkalus
Fix Advanced Mufflers
2020-04-09add a way to automaticly refill advanced muffler hatch for the LREbotn365
2020-04-04+ Added a new base bus type.Alkalus
+ Added the Ball Housing bus. + Added the Catalyst Housing bus. + Added the Reinforced Engine Casing. + Made the Flotation Cell Regulator actually load. $ Fixed Tooltips on Milling Balls & Catalysts. $ Added improved item handling for Milling Balls. $ Added improved item handling for Catalysts.
2020-03-31Merge branch 'master' of https://bitbucket.org/draknyte1/gtpp-development ↵Alkalus
into AlkWork # Conflicts: # src/Java/gtPlusPlus/core/item/chemistry/RocketFuels.java
2020-03-31+ Added Custom NEI Handler for IsaMIll.Alkalus
+ Added Death by IsaMIll. % Moved debug mode switch to AsmConfig. $ Fixed handling of custom OrePrefixes. $ Fixed OreDict registration of MetaFoodItems. $ Improved handling of Core Classes being static initialised too early. $ Fixed client-side bug in Distillus which would cause an infinite loop. $ Fixed bug in ForgeEnumHelper. $ Fixed bug in setField methods from ReflectionUtils.
2020-03-28+ Added more 'Special Behaviour' items for my multiblocks as Examples.Alkalus
+ Added '/gtpp hand' command. + Added TungstenSteel & Neutronium tool variants to NEI while in dev. + Added Large Semifluid Generator and a crafting recipe for it. + Added Placeholder for Adv. Assembly Line. + Added Distillus Upgrade Chip and a crafting recipe for it. % Updated build.gradle. % Reworked a few recipes. $ Fixed ULV Overflow Covers using 0L Water in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5700) $ Fixed Integral Encasement I using 0L Steel in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5617) $ Fixed Thaumcraft based FakePlayer's triggering Fluorite drops. (https://github.com/GTNewHorizons/NewHorizons/issues/5744) $ Fixed bad handling of hatch textures on a few multiblocks. $ Semi-Fixed Distillus. $ Fixed Semifluid Generator recipes. $ Fixed Semifluid Generators crashing the game when mined. $ Fixed bad handling of calls to ItemList.java. $ Began work fixing all ASM to be more compatible with ProGuard. $ Fixed compiler complaining about varargs. ^ Bumped version to 1.7.05.x.
2020-02-23attempt fix for safe making all gt machine sunbreakblekorneel vandamme
2020-01-18% Finished Structure check for LNR.Alkalus
$ Fixed minor Tooltip bug on all multis.
2020-01-18+ Started work on Large Naq. Reactor.Alkalus
$ Fixed Locale handling caching the incorrect values. $ Fixed Multiblock ToolTips being cached under bad circumstances.
2020-01-15$ Tried to fix NEI handling of ChemPlant recipes.Alkalus
$ Fixed rushed attempt at adding TT energy hatch support. This also fixes the PSS not correctly forming.
2020-01-13$ Minor fixes to balance (#605)botn365
+ Added TT Dynamo support to the LRE. % Made Nitinol processing faster. % Removed double efficiency bonus from single block Rocket Engines. % Changed Efficiency drop-rate on LRE. % Removed cap on LRE power production. $ Changed pikyonium tier back to ZPM $ Fixed Output buffering check on Multiblocks. $ Fixed LRE disabled if too little fuel.
2020-01-13+ Added support for TecTech Multi-Amp Energy Hatches. Closes #565.Alkalus
$ Fixed COMET behaving like a Fusion Reactor. No more weird power usage/output.
2020-01-07$ Small fixes left over from mobile commits.Alkalus
2020-01-07Redone Turbodyne F1-A Logic (#597)botn365
- Removed free fuel tick on single block rocket engines. % Changed hg1223 from ZPM to LuV. % Spelling. % Adjusted logging. $ Rewrote large rocket engine logic. Co-authored-by: Alkalus <3060479+draknyte1@users.noreply.github.com>
2019-12-30fix space for fluid detectionbotn365
2019-12-30Merge pull request #583 from botn365/energy-parrallel-fixAlkalus
$ Fix Multiblocks not consuming 2A per input hatch if available.
2019-12-30% Adjusted Build Script, renamed some libs. (Soon to be available via Maven)Alkalus
$ Fixed Multis not working.
2019-12-12+ Added Pellet Mold.Alkalus
+ Added Clean Aluminium Mix. $ 5.08 Compliance. And looooots of it. $ Fixed most, if not all Fluid Canning & Extraction recipes that I broke previously. % Adjusted Textures for Particles. New textures thanks to Discord User Никита#8621. % Adjusted Aluminium Processing Chain.
2019-12-11+ Finalised structure code for Chemical Plant.Alkalus
% Redid handling of Algae Recipes. % Adjusted Texture handling on Chemical Plant and Algae Farm.
2019-12-10+ Added support for Bio Circuits to Circuit Slots and the Circuit Programmer.Alkalus
2019-12-10% Changed name of custom GT++ Programmed Circuit to Programmed Bio Circuit.Alkalus
$ Fixed getNumberedBioCircuit() in CI. $ Fixed an issue where stripped fields were referenced in server side bytecode. $ Fixed Tooltips not working as intended for items giving custom GT++ Multi behaviour. $ Fixed 'No Bonus Output Chance' item not registering correctly.
2019-12-09+ Added GT++ API class.Alkalus
+ Added handler for Void Miner to API. + Added handler for special multiblock logic to API. + Added Initial work For Chemical Plant. % More work on the Algae Farm.
2019-12-082 hatche now accept 4A coils reduction in paralelkorneel vandamme
2019-12-08+ Added Algae production to Algae Ponds.Alkalus
+ Added a Structure for Algae farm, which is upgradable. + Added some test recipes for Algae via the pond, they will not show in NEI.
2019-12-08+ Added an assembly recipe for tier 1 Round Robinators.Alkalus
+ Added localization for Rotor Housing achievement. + Added the Algae Farm (WIP). - Removed Durability bar on Iridium Rotors. - Reverted 2A hatch fix on Multiblocks. % Adjusted all Robinator recipes, removing the fluid requirements. $ Fixed Robinators Crashing on Servers. $ Implemented new backend for all future non-GT tile entities.
2019-11-24+ Added recipe for Supreme Pizza Gloves.Alkalus
+ Added Turbine Housing. + Added recipe for Turbine Housing. + Added auto-output behaviour to Super Bus (O), borrowed from GTNH. Closes #576. % Adjusted Multiblock base checkRecipe function to hopefully now use 2A per energy hatch. (This was done last commit, but was never mentioned) $ Fixed missing Recipe for Cloaking Device. $ Fixed Selenium Exploit. Closes #570. $ Potentially fixed weird cape crash. $ Added additional logging for TT recipe adding. $ Did some work on ToggleSneak stuff in Sneak Manager. Fixes #566.
2019-11-24+ Added Concurrent Set objects to the API.Alkalus
+ Added Flexible Pair objects to the API. + Added logging to ICO formation code. % Adjusted position of GUI elements in NEI for Chemical Plant recipes. % Adjusted the recipe for the Lava Filter. % Adjusted which fluids are returned when requesting tiered fluids from CI. This will inevitably adjust many recipes as a result. % Adjusted handling of the creative energy buffer. % Adjusted Achievement handler for Dev Mode. % Adjusted Tank Capacity on my Chemical Plants. $ Fixed Output buffer checks on multiblocks, Closes #574. $ Fixed LuV Super Bus recipes, Closes #575. (ULV super bus recipe is still broken for the time being) $ Attempted once more to fix Hot Water localization.