aboutsummaryrefslogtreecommitdiff
path: root/src/resources/assets/miscutils/textures/items
AgeCommit message (Collapse)Author
2016-07-29+ Added a Material creation backend.Draknyte1
+ Added far more components per material now. + Added Frame Boxes.
2016-07-27+ Added Base classes for meta blocks.Draknyte1
+ Added Base classes for ItemBlocks. % Changed a Few tooltips for newly generated material items.
2016-07-27+ Added plate handler for item generation.Draknyte1
% Changed internal item handling, to use abstract classes. % All Generated items now register against the OreDictionary.
2016-07-27+ Added Raisin ToastDraknyte1
+ Added Curried Sausages $ Fixed broken hot food cooling tooltip logic.
2016-07-27+ Added Food and Hot foodsDraknyte1
+ Added Tantalloy 60 & 61 Ingots & Hot Ingots. + Added a Special Loaf. + Hot Ingot now do damage when holding them. + Hot foods now do damage when holding them. + Added automatic naming of Ingots when being added.
2016-07-27+ Added a Plate Bender Recipe for Staballoy.Draknyte1
+ Added a Blast Furnace Recipe for Staballoy. + Added a Vacuum Freezer Recipe for Staballoy. + Added Some Raisin Bread for ImQ009. + Added a placeholder item for invalid recipes, so that broken recipes show up and hidden/unavailable stuff doesn't. + Added a handler for generating ingots & Hot ingots. % Changed Staballoy to generate from this new ingotHandler. % Changed getItemStackOfAmountFromOreDict to handle meta, thanks to Greg for pointing that out. % Changed Matter Fabricator to actually have an output (It was returning 0 previously, thought worked) - Removed pollution value from the Matter Fabricator.
2016-07-25+ Added a config file!Draknyte1
+ Added textures and Names for the alternative rotors if EnderIO is not installed. % Changed a few internal things (Look at the commit if interested)
2016-07-25% Swapper Sensor and Emitter textures, because I had them backwards.Draknyte1
2016-07-24$ Fixed the missing LuV Rocket Engine Recipe.Draknyte1
+ Re-added support for EnderIO Fuels for use in any voltage Diesel generator. % Changed the textures for the batteries, added two new types. (Cadmium and Lithium)
2016-07-22+ Added a dust handler - Staballoy is now added.Draknyte1
2016-07-19% Bumped Versions and moved mcmod.infoDraknyte1
- Disabled the Skookum Choocher for now. :( $ Gave some thins placeholder textures.
2016-07-19> Attempted to implement a new GT-esque tool, the Skookum Choocher.Draknyte1
> Texture issues everywhere, but it's related to another issue from long ago. > Think fixing one will fix the other.
2016-07-18+ Added Custom spawn eggs.Draknyte1
% More stuff added to Utils.java
2016-07-10+ Added the Working Frame. (No recipe yet)Draknyte1
> This Frame Allows maximum production for your bees.
2016-07-10+ Added in the Frames from ExtraBees (Because Binnie never updates)Draknyte1
% Reused his textures and names.
2016-07-09+ Added a EV BatteryDraknyte1
% Changed Item Registration for Rotors & Components
2016-07-09+ Added GT5 Extruder Shape for Windmill ShaftsDraknyte1
+ Added Recipes for All Rotors and components.
2016-07-09+ Added Shaft components for all 4 Rotors.Draknyte1
2016-07-09+ Added Rotor Components for the new IC2 Rotors.Draknyte1
2016-07-09+ Added in a IC2 Kinetic gearbox rotor made from Iridium.Draknyte1
+ Added Framework for adding in future Windmill rotors.
2016-07-02%Renamed xmod handlers.Draknyte1
+Added in a new Bee Frame - The Mutagenic Frame.
2016-06-29+Added Two Frames for ForestryDraknyte1
+First attempt at adding an Alveary block for Forestry As always, Used authors code to implement it the cleanest way possible. (Sorry if you don't like it, but feel free to offer PR's with better solutions)
2016-06-26+Electric Blast Furnace clone - For TestingDraknyte1
+Added Blazing Pyrotheum +Added Gelid Cryotheum +Added Blizz Rods
2016-06-23Adds Jack Daniels as a Growthcraft Booze! :DDraknyte1
2016-06-19+More Circuit & related Part textures.Draknyte1
2016-06-19+More classes stolen from GT to implement my own items on a metaitem.Draknyte1
+Added LuV -> Max Voltage Machine components. +Added Rocket Engines, High tier diesel generators. +Added new textures for everything. +Added BedLocator_Base.java - Debug item for testing and NBT data storage. +Added Machine_Charger.java - Another Debug machine for testing NBT value manipulation.
2016-06-16Done a lot of work on the NFHG.Draknyte1
Also did some more refactoring beforehand.
2016-06-02~Changed Coke Oven RecipesDraknyte1
~Cleaned up a handful of classes (ModItems.java, RECIPES_Machines.java, Utils.java & UtilsItems.java) +Added a handful of DEBUG classes (To resolve multiblock shaping issues) +Added GregtechMetaTileEntityIndustrialPlatePress.java +Added textures for itemStickyRubber, itemIngotBatteryAlloy & itemPlateBatteryAlloy. +Added a basic wrapper for direct MineTweaker script usage (Ultra W.I.P.) >This will probably be changed to preload .zs scripts, regex and handle appropriately, but undecided.
2016-05-30+Helium Generator, Initial CommitDraknyte1
+Reformatted Item Generation
2016-05-12OreDict entries for all Shards from TC and FM! :DDraknyte1
2016-04-28Bumped mod version up a minor after this last little code cleanup.Draknyte1
2016-04-03Finally, Got everything working how I want. Only thing left to do is the ↵Draknyte1
anti-grief block. Fixed Buffer Cores, now there is 10 tiers, all with a unique colour and recipe. Energy Buffers have had their recipes revised, due to new recipes for the cores. Steam condenser may need tweaking, but for now, I'll let it slide and players test it. Updated a few graphics too, the Staballoy Axe and Pickaxe, the Buffer Core and the New Hammer Tool all received visual updates. Compiled build and Dev. build will be up shortly.
2016-01-20Initial CommitDraknyte1