aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/items
AgeCommit message (Collapse)Author
2018-07-18+ Added the Base work for a Hand pump, that removes fluids from the input ↵Alkalus
tanks of GT machines.
2018-05-13Codeenvy (#273)Alkalus
+ Added recipes for all Advanced Multis. + Added new casings for Advanced EBF. + Added Turbine Animations. + Added recipe for the Air Intake Hatch. + Added new textures for the Adv. Vac. Freezer and casings. % Gave old Adv. Vac. Freezer texture to Adv. EBF. % Swapped recipe materials for Adv. Vac. and EBF. + Added a book for Power Storage Solutions. + Added book for the FFPP. - Removed some useless Meta Tiles. (This removes advanced Mixer recipes, but not the tiles themselves.) $ Fixed issue with AIC tooltip. $ Fixed some chemical processing recipes. #266 $ Fixed Large Auto-Assembler Name. $ Possible fix for #239. $ Other Bug Fixes. $ Fixed Old School Circuits breaking Integrated Circuit Recipes. % Made all FFPP recipes require/produces 1/10th of the original fluid amounts. #268 % Made Adv. EBF. Use new casing textures. % Streamlined Old School Circuit function call locations to a single handler. % Cleaned up ASM Logging.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-26- Removed Small Gear stuff if it's GTNH.Jordan Byrne
2018-02-26+ Added Small Gear extruder shape and more recipes for all small gears. ↵Jordan Byrne
(Extruder/Alloy Smelter) + Added recipes for the Iron and Steel rotor shafts to be crafted using the Shaft extrusion shape. + Added Block of Vibrant alloy to blockVibrantAlloy in the Ore Dictionary. $ Fixed missing extrusion shaft recipe, due to blockVibrantAlloy not existing previously. % Changed texture for GT computer cube.
2018-02-22% Minor project cleanup.Jordan Byrne
2017-12-28+ Added 3 new batteries.Jordan Byrne
$ Fixed Circuits so that each one has a valid replacement type. $ Fixed a bug some materials had invalid radiation levels. $ Fixed crushed ore item type textures. + Added recipes for all crushed ore items. + Added processing recipes for all crushed ore items.
2017-12-20- Disabled some logging.Draknyte1
% Minor Project Clean-up, added missing Override annotations to 100+ methods & removed pointless casts. % Moved Logging to it's own class. $ Fixed Multi-block handling of Pollution. $ Fixed the GT 5.09 material enabler system. (From My Side, it's still borked on GTs). + Added a Dynamic Proxy invocation for IMaterialHandler. + Added an AutoMap data type, which is a Auto-incremental ID'd Hashmap wrapper.
2017-12-10% Major Refactor of the base GT++ class.Jordan Byrne
% Moved Config Handling to it's own class. % Renamed configSwitches.class to ConfigSwitches.class. + Added framework for Segment Analytics.
2017-08-06$ Fixed RTG pellets not providing correct EU.Alkalus
5 Slightly tweaked fuel length of pellets.
2017-08-05+ RTG Now loads up.Alkalus
2017-08-05% Tweaked RTG NEI recipes to show correct eu/t output.Alkalus
2017-08-05+ Added Custom RTG.Alkalus
+ Added RTG fuel use recipes for RTG Pellets.
2017-08-05+ Added the Computer Cube.Alkalus
+ Added recipes for the tesseract devices.
2017-08-03+ Added 4 types of custom RTG pellets.Alkalus
+ Added 3 new materials for the custom pellets. % Created StringUtils.java and migrated Super/Subscript formatting functions to it.
2017-07-14$ Fixed Circuit loading order.Alkalus
$ Fixed recipes that loaded prior to the GT circuits changes, which had them using non-craftable GT circuits. $ Disabled the Bronze workbench entirely, which was causing dupe issues. TBA.
2017-07-14$ Fixed a order of operation bug, where recipe removal of new circuits ↵Alkalus
wouldn't occur, as the variables it checked to see if the option was enabled were loaded after the recipe map edit. + Attempted to override the list of GT circuits with my own, to prevent NEI clutter.
2017-07-11+ Added a few more circuit recipes to make compatibility 100%.Draknyte1
+ Tried adding a way to empty the Circuit Assembler recipe map.
2017-07-11$ Missed one of the circuits hiding in NEI.Draknyte1
2017-07-11+ Hides Circuits from Post 5.09.28.Draknyte1
> Forgot to save this file before the previous commit.
2017-07-11+ Added a config option for old circuits.Draknyte1
+ Hide all new circuits and components if enabled.
2017-07-11+ Added all the old circuit recipes back.Draknyte1
2017-07-11$ More work on old circuits. Fixed Short ID range overflow.Draknyte1
2017-07-11% Changed Old Circuit loading logic.Alkalus
2017-07-11+ Pre .09.28 Circuits added, missing recipes though.Alkalus
> This will be a config option to avoid a requirement of remerging it back into Gregtech itself. > Although the new circuits will exist and have recipes, updating from a pre .09.28 world to .28+ will allow automation to continue working. > New circuits produced will have correct oredict and will continue being used in recipes.
2017-07-05% Disabled everything related to Custom circuits for GTNH.Alkalus
2017-06-11+ Added a config switch to fully disable the GT++ Circuits.Draknyte1
- Disabled Radon.
2017-06-10+ Added Recipes for Coil Wires.Draknyte1
+ Added Recipes for Wire Coils. % Tweaked Advanced Boiler recipes to now require Huge pipes. % Changed a handful of recipes to utilise the new GT circuits. + Added my custom circuits to the same OreDict tags as the new GT ones, so they are interchangeable.
2017-06-07New Horizons - Small Fluid Cell and IC2 Rotor Changes (#93)Martin Robertz
% changing Wind Rotor /shaft recipes for GTNH % changed Shaft shape graphic a bit - disabled Large Fluid Cells if GTNH Core is loaded. $ small fixes + Block recipes only for GTNH - Revert "Block recipes only for GTNH" This reverts commit 290207067ee39b29b3d3cce0e2862602d8ea18ca.
2017-06-02+ Finally added ULV Machine ComponentsAlkalus
2017-03-04+ New texture for the slow builders ring.Draknyte1
+ Added the Alkalus Disk. $ Fixed Frame Box Assembler Recipes. $ Fixed Missing 7Li material. $ Fixed Tiered Tanks not showing their capacity in the tooltip. $ Fixed tooltips for alloys containing Bronze or Steel. $ Fixed Clay Pipe Extruder Recipes. - Removed a handful of Plasma cells for misc. materials. % Changed the Industrial Coke Oven's tooltip, to better describe the input/output requirements. % Cleaned up The Entire Project.
2016-11-06+ Added two new recipes for etched IV wiring. Should help with #35Draknyte1
+ Re-did imports again, from the desktop, with looser rules.
2016-11-06Revert "$ Cleaned up the entire project."Draknyte1
This reverts commit 0669f5eb9d5029a8b94ec552171b0837605f7747. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MassFabricator.java Revert "% Cleaned up Imports." This reverts commit 3654052fb63a571c5eaca7f20714b87c17f7e966.
2016-11-04$ Cleaned up the entire project.draknyte1
> Much neat, very nices.
2016-11-04% Cleaned up Imports.draknyte1
2016-10-20$ Fixed Workbench recipe not using correct machine casing.Draknyte1
$ Fixed the Extruder and the Alloy smelter eating the shaping molds. $ Fixed .09 recipes for cells. % Changed the recipes for the Geothermal Engines and Rocket Engines.
2016-10-09$ Fixed some weird symbols I chose to use, which kept breaking the ↵Draknyte1
Gregtech.lang file
2016-10-06+ Added the Big Shovels, which are 3x3 shovels.Draknyte1
+ Updated Generated Tools and their damage taken when mining blocks. > Now meta-tools only generate if they have a valid colour, durability and recipe contains valid components. $ Fixed Fluid Cell Recipes between .08/.09 branches. % Cleaned up some old textures. + Added a log message to output total recipes the mod has added for crafting table use. + Started the base work for extra NBT data saving for GT TileEntities.
2016-10-02+ Added missing dependencies.draknyte1
2016-09-23+ Added recipes for all Multipickaxes.Draknyte1
% Improved handling of xmod item integration. % Changed the way the Skookum Choocher works, now it's mode is toggle with shift+Rightclick. - Removed some old textures and committed some classes I missed in earlier updates.
2016-09-17[1.4.8-prerelease]Draknyte1
% Changed a few instances of ++ to plusplus.
2016-09-15% Changed the Skookum Choocher texture to be mirrored, so that the hammer ↵Draknyte1
head is now the side you swing with. (Makes more sense) % Changed logging for tool generation. % Made Choocher behaviour simpler and more efficient.
2016-09-15$ Fixed the Skookum Choocher, not it:Draknyte1
> Behaves like a wrench unless you hold shift > While shift is held, it prospects like a Hard Hammer. > It functions as a wrench when mining machines and a Hard Hammer when mining anything else. > There are over 100 types available from GT's materials. + Added in the FluidItemBlock.class
2016-09-15$ Fixed the Skookum Choocher.Draknyte1
$ Now it Renders properly and functions as a GT-esque type tool. - Removed static calls to excluded build classes. % Started changing things to final in all cases. (Apparently better Java practice)
2016-09-12+ Added Double plates for all materials.Draknyte1
+ Added recipes for lower tier Huge pipes using double plates to enable their use earlier on.
2016-09-11+ Added a Thaumcraft check to Void metal Pipe generation.Draknyte1
% Changed Cell recipes to be cheaper. % Changed All generated pipes EU/t and time taken, to fall in line with other materials and their tiers.
2016-09-11[1.4.6.5-release]Draknyte1
% Cleaned up fluid duplicates. % Cleaned up handling of GT Meta-Tools. % Changed tone of my latest Fluid Cell icons, now it's darker and more defined. - Removed some dead classes that have no use.
2016-09-10+ Added Gregtech Fluid Cells, in 1, 16, 36, 144L varieties.Draknyte1
2016-09-10+ Enabled MAX Tier components by default, recipes for 5.9 branch can be ↵Draknyte1
changed, but currently serve no use. % Changed colouring of MAX tier components
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.