aboutsummaryrefslogtreecommitdiff
path: root/src/resources/assets/miscutils
AgeCommit message (Collapse)Author
2018-01-30+ Added recipes for processing Sludge/Waste water.Jordan Byrne
- Disabled Toxic Everglade Ore generation. % Tweaked Sludge/Waste water textures to be less blurry.
2018-01-30+ Added recipe to craft the Activated Alkalus Disk.Jordan Byrne
+ Added recipe to craft Mystic Frame portal blocks. % Tweaked Toxic Everglades Portal. % Tweaked sludge textures. $ Stopped Mining Explosive using CSPRNG.
2018-01-29+ Added Patron Capes.Jordan Byrne
% Changed Power Sub-Station recipe, harder in GTNH. Closes #194. Also closes https://github.com/GTNewHorizons/NewHorizons/issues/2517. % Tweaked Industrial Sifter & Wash Plant items/operation. % Greatly improved the Iron Blast Furnace for GT 5.09. It is now double the speed of a Bronze/Bricked Blast Furnace.
2018-01-29+ Added Trinium Titanium Cable/wires.Jordan Byrne
+ Redid material components to better use GT texture assets. % Gave all 32 ore types new TextureSets. % Doubled capacity of all fluid pipes. % Moved Item/Block creation from init() to preInit(). $ Fixed Sludge fluid texture. $ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades. $ Bundled SegmentHelper.java, for future development ease.
2017-12-29% Localized the Plasma Death Message.Jordan Byrne
$ Fixed electrolyzer recipes for ore dust. $ Fixed bug with material generation system. + Added a custom renderer for the ore blocks. $ Fixed renderer issue where the background texture was incorrect.
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-13$ Further bee work.Jordan Byrne
2017-11-27+ Added plant fibre to craft ropes with.Alkalus
+ Added recipes for Plant Fibre, Rope and Nets.
2017-11-26+ Added Rope & Net block.Alkalus
+ Added English localization for the Staballoy Construct. % Made the Xp Converter give of light as it cycles colours. % Formatting.
2017-11-26+ Added Xp Converter crafting recipe.Alkalus
+ Added compressed obsidian. + Added inverted obsidian. + Added crafting & uncrafting recipes for the compressed & inverted obsidian. % Formatting.
2017-11-18+ Added the Grindle, a portable E-reader for Data-Sticks.Alkalus
2017-11-17$ Fixed capes. My bad.Alkalus
+ Added new textures for capes. ^ Version bump.
2017-11-17+ Added in the Compact Fusion Reactor.Alkalus
% Did work on the CFR. $ Fixed a tooltip on the Pollution Detector.
2017-11-15+ Added custom Hatch textures.Alkalus
2017-11-14+ Added custom books.Alkalus
2017-11-12$ fixed item push/pull for Modularity Table.Alkalus
+ Added some new MT textures.
2017-11-12+ New modular table gui texture.Alkalus
+ Added 9 storage slots for components to the modularity table. + Added a processing time to Modular upgrades.
2017-11-12% Allowed Modular upgrades to stack up to 64.Alkalus
$ Fixed upgrade stacks being consumed in one go. $ Fixed Icon not correctly aligning to bauble type. + Added a matching ring bauble texture.
2017-11-11$ Fixed the textures used by the Modular Bauble.Alkalus
2017-10-07+ Made Alloy Blast Smelter actually check for a muffler.Alkalus
% Changed Industrial Electrolyzer controller texture. % Changed Large Sifter controller texture. $ Fixed names of custom IC2 cells. $ Fixed the empty item having an invalid texture.
2017-09-26% Changed Blast Smelter Recipe addition again. Input fluids should now be ↵Alkalus
supported. > This allows more alloys requiring oxygen or argon to be produced.
2017-09-25+ Added textures and Models for the Staballoy Construct and the Sick Blaze..Alkalus
$ Fixed Dark World Top and secondary layer not generating.
2017-09-24+ Added a throwable potion of sulfuric acid.Alkalus
2017-09-17$ Made the Red Steel casing texture actually be coloured red.Alkalus
% Changed the Meta Tile IDs of the Thermal Centrifuge and Wash Plant.
2017-09-17+ Added Large Ore Washing Plant.Alkalus
+ Added Red-Steel casing. + More additions to Thermal Centrifuge. + Added Wash-Plant and Large Thermal Centrifuge casings. % Refactored config option 'enableMachine_ThermalBoiler' to be 'enableMultiblock_ThermalBoiler'.
2017-09-13% Modified Output slots textures to reflect Data Sticks, instead of showing ↵Alkalus
Data Orbs.
2017-09-12% Moved Recipe handling logic to the Project Table.Alkalus
+ New Project Table GUI.
2017-09-12+ Created the Project Table.Alkalus
2017-09-09+ Added another cape.Alkalus
2017-09-09% Cape Changes.Alkalus
2017-09-09+ Added Cape handler for shits and giggles.Alkalus
2017-09-09% More Centrifuge texture changes.Alkalus
2017-09-09% Recoloured Centrifuge Textures.Alkalus
2017-09-09% Replaced Centrifuge Textures.Alkalus
2017-09-02% Restored Fish Catcher tick rate.Alkalus
% Changed Infinite fluid tank texture.
2017-08-23+ Added LFTR block recipes.Alkalus
+ Added LFTR Control Circuit. $ Changed Material logging. Fixes #126.
2017-08-12+ Added a config option for the Thermal Boiler.Draknyte1
+ Added the Lava Filter. + Added Thermal Boiler Casing. + Added Recipes for the Thermal Boiler controller and casing block.
2017-08-07+ Added compartment textures.Draknyte1
% Cleaned up shelving code.
2017-08-05+ Added the Computer Cube.Alkalus
+ Added recipes for the tesseract devices.
2017-08-03+ Gave the pellet textures appropriate colouring.Alkalus
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-18- Removed useless/bad Plasmas.Alkalus
- Removed some old textures that aren't used any more.
2017-07-11$ More work on old circuits. Fixed Short ID range overflow.Draknyte1
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-10+ Added Coal gas.Alkalus
+ Added GT++ Coal Coke. + Added a new handler for burnable items. % Changed up the 4 Coke Oven Recipes. - Removed lots of spam log messages during material creation.
2017-07-03+ Added Air FiltersDraknyte1
% Made the Atmospheric Reconditioners require Air Filters, they are non-automatable to insert.
2017-07-03+ Added a new GUI for the Pollution Cleaners.Draknyte1
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-06$ Fixed the Advanced Boiler GUI.Draknyte1
+ Added a texture for Boiler Chassis. % Tweaked Dehydration Coil/Wire colours.
2017-06-06Merge branch 'master' of https://github.com/draknyte1/GTplusplusDraknyte1
# Conflicts: # src/Java/gtPlusPlus/core/util/recipe/RecipeUtils.java (Actually fixed it this time)