aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2019-04-20% Tweaked DEDP outputs.Alkalus
$ Fixed IC2 Hazmat ASM throwing IncompatibleClassChangeError.
2019-04-18$ Small bit of work on the Deep Earth Drilling Platform.Alkalus
2019-04-18+ Basic loot pool for Deep Earth Drilling Platform.Alkalus
+ Added Runite and Granite Ores.
2019-04-18$ Fixed Large Sifter formation. Closes #443 Closes #261Alkalus
2019-04-17+ Added 4 more tiers of simple washers.Alkalus
2019-04-17$ Actually Fixed Teflon composition. Possible bug in mixer recipe ↵Alkalus
generation, to investigate. % Nerfed Creosote and Heavy Oil fuel values.
2019-04-17% Updated Locale.Alkalus
% Adjusted names of three Materials slightly. $ Fixed Multiblocks not consuming inputs by reverting logic back to a previous state. $ Fixed Multiblocks not respecting Control Cores correctly when present. $ Fixed Multiblocks handling of recipes which require boosted outputs. $ Fixed Animation of Large Centrifuges. (Mostly)
2019-04-17+ Added rmb information to Energy Buffers to show current Amperage.Alkalus
% Migrated getFieldFromGregtechProxy() from Meta_GT_Proxy.java to StaticFields59.java. $ Fixed hardness/resistance on a few blocks. $ Fixed bad handling of Item Entities by Fluid Collectors.
2019-04-14+ Made Energy Buffers Portable.Alkalus
+ Allowed reconfiguration of Amperage on Energy Buffers. + Added Hellish Bauble to remove most nether enemies. + Basework for Heat Exchange Pipes. + Interfaces for Heat Sinks and Heat Entities.
2019-03-28% Rebalanced all auto-generated material machine recipes to use the correct ↵Alkalus
voltages. Closes #428 $ Re-added Additional output %'s for Multiblocks. $ Fixed Lathe recipes not giving two small dusts. Closes #449 $ Greatly improved flexibility of Multiblock recipe handling.
2019-03-14Merge branch 'master' of https://github.com/draknyte1/GTplusplusAlkalus
2019-03-14$ Hopefully Fixed #425 properly.Alkalus
2019-03-14Merge pull request #436 from GTNewHorizons/change-ebf-coils-gtnhAlkalus
% GTNH EBF change coil heat value
2019-03-14$ Fixed #425.Alkalus
% Updated CircleCI config.yml one last time.
2019-03-12- Removed some logging.Alkalus
% Updated CircleCI config.
2019-03-12+ Added framework for additional Oil chemistry in future updates.Alkalus
+ Added additional processes for obtaining Kerosene. % Mild rebalance to GT++ Rocket Fuels. % Swapped Coal by-products (Coal Tar, Coal Tar Oil and Sulfuric Coal Tar Oil) from Gas Turbine fuel to Semifluid fuel. % Allowed ItemPackages to register themselves to the onLoadComplete() event. $ Fixed GT++ Rocket Fuels being unusable in Rocket Engines. $ Fixed Tooltip on GC Fuel loader when the GC-ASM is not active.
2019-03-08% Allowed Hand-Pumps to function on all Tanks again & also allowed GT output ↵Alkalus
slots. Closes #423. % Adjusted Generic Bucket handling of Textures and Colouring. $ Fixed several issues with Hand-Pump logic, Fixes #353. $ Fixed load issues with FluidFactory.java.
2019-03-08+ Added some AgriChem. (You can now use Raw waste as a fuel source)Alkalus
+ Added OreDict names to vanilla items, as was done in Forge 1.8.9. + Added functions to allow other mods to add Semifluid Fuels. + Added functions to handle String data into StringUtils.java. % Renamed getItemStack -> getItemStackFromFQRN. $ Fixed handling of custom cells for fluids using '.' within their names. $ Fixed HF exploit.
2019-03-06GTNH EBF change coil heat valueDream-Master
2019-02-28+ Added a new debug tool.Alkalus
+ Added support for Crops++. + Added Custom Crops & framework to support more in future. + Added basic support for all GT++ Materials within Tinkers Construct. [WIP] + Moderately bad attempt at generating custom Plasma Cooling recipes in the Adv. Vacuum Freezer. [WIP #424] % Reworked logic for Material.java handling Durability, Tool Quality & Harvest Level. % Adjusted frequency of structural checks on the Cyclotron, Now 100x less frequent. % Cleaned up ReflectionUtils.java and made all getters cache their results, for much faster access. % Attempted to adjust logic of FFPP, but I probably broke it. [WIP] % Moved static array of Element Names from IonParticles.java -> ELEMENT.java. $ Greatly improved reflective performance across the mod.
2019-02-15% Adjusted documentation of MTE info within Transformer.Alkalus
$ Added more ASM to fix GT. MetaTileEntities can now be set in an invalid way without crashing the server/client. They now just invalidate and log to GT_LOG. $ Fixed a few NPE's thrown during startup by machines checking/creating invalid BlockPos.
2019-02-14+ Added recipes for the Large Arc Furnace and Casings.Alkalus
- Disabled power output on Alternative Fusion. % Made the AutoMap implement Collection and Queue. $ Fixed energy buffers return bad inventory name.
2019-02-14+ Added Tags to tooltips, which can be used to control base tooltips ↵Alkalus
inherited from parents. % Mild update to tooltips of a few multis. % Adjusted Large Arc Furnace casing texture. % Renamed the 3 Factory Grade multis.
2019-02-07$ Backwards compatibility.Alkalus
2019-02-05+ Added Charge Packs, which can be worn in the Bauble belt slot.Alkalus
+ Added more recipes for particle related content. + Added recipe for Hydrogen Plasma. + Added Plasma Tanks. + Added Alternative Fusion Reactor. + Added recipe for the Super Jukebox. % Updated Locale files. $ Hopefully made calls to possibly invalid ItemList values safer. $ Fixed Large Mixer not working with fluids correctly. $ Fixed ABS and Adv. EBF not allowing a muffler in the center of the top layer. $ Fixed Fusion bug, making all recipes take 4x longer than originally required. $ Fixed recipes using Redstone Alloy as a material in tiered recipes. (Makes ULV Energy Cores craftable again) $ Fixed Nano Healing Bauble. $ Fixed annoying low transfer rate of Railcraft. (This should be higher when playing with GT anyway, it's now 4x, disabled in ASM config). $ Fixed the fact that Portable tanks were still portable in GTNH.
2019-02-01+ Added a mild tweak for OB graves, so that they are now immune to TC Hungry ↵Alkalus
Nodes. + Added ability to create Simple Washers using Copper Pipes as well. (Suggested by Bear989Sr) % Adjusted the voltage returned from getVoltageForTier(tier), to now return the correct voltage, not the voltage of the next tier. % Adjusted ABS recipe handling, items for output are now supported. % Adjusted message sent to players when querying Super Buses. % Changed the Large Assembler & Casing recipes to now require an assembler. Also much harder. % Adjusted HG-1223, improved it's ABS recipe and tiering. % Greatly buffed the output of Zhuhai. Please let me know if it needs a nerf. $ Fixed some issues in GregtechMeta_MultiBlockBase, related to recognition of Control Cores & their bus. $ Fixed some hatch detection issues during Multiblock structure checks.
2019-01-31% 5.08 Soldering Iron Compatibility on Pollution Scrubbers. (Doesn't matter ↵Alkalus
because there is no pollution in .08) $ Fixed Gradle not building in UTF-8 encoding, as opposed to the system default. (May fix some material compound symbols). $ Fixed weird symbols in Cyclotron container.
2019-01-31+ Added a config option for control cores. Someone should definitely test ↵Alkalus
this works as expected. % Reduced cost of Hatch_Control_Core recipe. % Minor tweaks to Fish Traps. $ Fixed inventory shuffling for some Tile Entities. $ Fixed Super Jukebox, it's now mostly functional. $ Fixed constructBaseMetaTileEntity returning the wrong type of Entity for pre-existing wooden pipes, this should now get caught and thrown if the GT++ entity fails to a ClassCastException.
2019-01-30% Raised the Hardness of Fish Traps. Closes #410.Alkalus
$ Mild improvements to pollution devices. Fixes #417. > Closes #409. (Issue fixed, forgot to close.)
2019-01-30$ Fixed 'bug' where GT wooden Pipes/Frames would require an Axe to harvest. ↵Alkalus
They now require a wrench, freeing up 4 MetaIDs on BlockMachines for myself to use. $ Fixed handling of custom BaseMetaTileEntity implementations. Meta 12-15 is now used by GT++ to deploy custom without requiring any outside items or blocks. $ Fixed IC2 items requiring a pickaxe to mine and shitty wrench handling. You can now just mine them as usual with a wrench. $ Fixed ALL GT/GT++ Tile Entity Tooltips. Formatted some things slighty, added additional information and additional custom tooltip support.
2019-01-29+ Added Super Busses.Alkalus
+ Added Breaker Boxes. + Added Super Jukebox. (framework) + Added King Bat. (framework) + Added Custom WAILA plugin. (framework) + Added lots of simple function calls to CI. (Recipe simplification) % Rewrote the recipes for Wireless Chargers, they now require assembly. % Cleaned up some old code. $ Adjusted bug with pollution scrubbers using no durability and removing LOTS of pollution. $ Greatly improved code base for pollution scrubbers. $ Added pollution back to the Cyclotron.
2019-01-26+ Added recipes for Auto-Doors.Alkalus
+ Added assembler recipes for Everglades portal block. + Added some other recipes. % Custom Cyclotron GUI Container. % Tweaked Cyclotron to consume 4x EU. $ Fixed Adv. EBF and ABS not forming as expected.
2019-01-25+ Added recipes to obtain Astral Titanium, Celestial Tungsten Advanced ↵Alkalus
Nitinol and Chromatic Glass. + Added Particle Physics, so some basic extent. + Added new textures for some Meta items. + Added new textures for all particles and ions. + Added Custom Debug NBT to error ingots, in the event one is obtained by a player. + Added more information to the tooltip of Control Cores. + Added more uniform ways to obtain tiered item components to CI. - Hard disable of GC Fuel tweaks for the moment. % Hopefully greatly improved the cape handler. Cape list is now stored on Overmind's site, meaning it can be updated outside of the mod. % Cape Handler now will store the cape data locally in a .dat for offline use, this can be updated anytime by removing it, or once a week if outdated) % Tweaked Cyclotron Recipe map to support new changes to functionality. % Tweaked RTG fuel pellet production time in Cyclotron to be 100x. % Adjusted requirements for Quicklime to generate (It may vanish after this commit, May be worth rolling back if an issue.). % Adjusted code to use checkForInvalidItems instead of direct item comparisons in several places. % Renamed Buffer Cores to Energy Cores. % Adjusted recipes for Energy Cores and Energy Buffers, they now require 6 slot assembly. $ Fixed Multiblock handling during structure checks, they'd accidentally detect the controller as an invalid block.
2019-01-15+ Added recipes for the control cores and the respective module for multiblocks.Alkalus
+ Added recipes for the Circuit Programmer, Lead Lined Chest & the RTG. % Adjust Computer Cube recipe to now require an assembler. % Adjusted recipes using MAX tier machine components to use the correct parts in GTNH. % Greatly reduced EU capacity for the Computer Cube. $ Mostly finished work on the Generator Array. (Still requires some fine tuning but the general result is solid) $ Fixed a weird bug with hand-pumps, causing crashes due to an invalid offset for IIcons.
2019-01-12% Sound Tweaks to Adv. Imp. compressor and Naq Reactor.Alkalus
2019-01-12+ Added some new Multiblock Controller overlays.Alkalus
2019-01-12% Refactored *most* Multiblock Tooltips.Alkalus
% Disabled lots of debug logging. $ Greatly improved the structural checks of many multis.
2019-01-12+ Added the Control Core check to the structure check, your Multiblock will ↵Alkalus
no longer form without a Valid Core Module. + Added valid English names to the en_US.lang for the Auto-Doors. $ Hopefully fixed a bug where the Adv. Ebf would run without Pyrotheum.
2019-01-12$ Fixed Issue causing infinite loops upon screwdriving a controller.Alkalus
2019-01-11% Updated Scanner/NC2 Panel info for all Multis. Closes #384.Alkalus
% Formatting. % Reverted structure code for LFTR and Large Electrolyzer. % Improved tooltip of Matter Fabricator. % Adjusted parallelism for Matter Fabricator.
2019-01-10+ Added some new Textures, also found some that existed but never got loaded.Alkalus
% Adjusted Casings required for the Matter Fabricator. $ Fixed Large Assembler not requiring power. $ Fixed the Matter Fabricator, it's now much simpler to use. $ Fixed bug pertaining to the extra slot in the Matter Fabricators GUI.
2019-01-09+ Added 118 Ions and all Base Particles.Alkalus
+ Added localisation for over 600 of the new items added. - Disabled custom GC Solar System. % Moved registration of Fluorite Ore handler later. % Fixed name of Radioactive Material Mix. > Also includes changes made earlier, dunno.
2019-01-06+ Added a new Alloy.Alkalus
+ Added Recipes for the Fusion MK4 Components and the Deep Earth Drilling Platform components. + Added additional feature support to all Assembly Line recipes when TecTech is found. + Added initial work for future particle science. % Initial functions added for Multiblock Requirements. % More work on Multiblock Blueprints and Layers. % Updated lead lined chest significantly. % Improved Fish trap inventory handling and general logic, it's now slightly faster with slightly better loot rates. % Changed texture of Fish trap.
2018-12-28% More work on Blueprints.Alkalus
> Industrial Electrolyzer constructs as expected using new system, time to test this with more complex multis.
2018-12-26% Overhauled Multiblock Tooltips.Alkalus
% Overhauled Multiblock structural checks, they are now able to utilise my Blueprint system for much faster, cleaner checks.
2018-12-24$ Fixed output data of the Pollution Detectors. Closes #386.Alkalus
2018-12-23+ Added support for new GTNH Coils to Advanced EBF. Closes #401. ↵Alkalus
https://github.com/GTNewHorizons/GT5-Unofficial/commit/95f6b6364fd312d5e4d3112a3a23eecb255eba5f
2018-11-01+ Added new Radioactive ore.Alkalus
+ Added Custom Nuclear Texture Set. % More material work. $ Fixed issue allowing Multiblocks to have > 1 Control Core Hatch. $ Fixed Broken Ore texture for ENRICHED TextureSet. $ Fixed a few fluid recipes broken in the refactor.
2018-10-26+ Added 4 new High-Tier Alloys. Lafium, Cinobite, Pikyonite & Abyssal.Alkalus
+ Added missing Germanium Dust. + Added compatibility for Witchery. - Removed portability of Tanks for GTNH, tanks are still portable otherwise. $ Fixed calculations for automatic recipe generation, EBF and ABS recipe requirements for GT++ Alloys are now significantly increased. $ Fixed missing Control Core textures. % Cleaned up some recipe generation. % Improved Material.java.
2018-10-26% more .08 compat.Alkalus