Age | Commit message (Collapse) | Author |
|
% Rewrote the way multiblocks in GT++ handle GUIs, to allow for more flexibility.
|
|
|
|
|
|
$ Fixed some invalid recipe logging for recipes that contained nulls.
$ Fixed Custom ores not having a default texture.
% Moved Pump Logging, it was moved to WARNING from INFO.
- Removed most of old Pump tool code.
|
|
|
|
+ Added some ore veins to Australia Dimension.
|
|
tanks of GT machines.
|
|
|
|
|
|
$ Fixed Wireless Chargers not properly charging in Long-Range mode. Fixes #291 & Fixes #326.
$ Fixed Wireless Chargers not properly filling items up with charge, due to the difference being smaller than the input voltage.
% Changed Wrought Iron Frame to Iron Frame in the Mining Explosives recipe.
|
|
- Disabled Sulfuric Chem for the time being.
$ Tried to fix all the recipes I borked.
|
|
% Re-arranged spawner code during loading.
$ Hopefully recipe Creative Tabs issues.
$ Fixed profession of one of the new villagers.
|
|
+ Added some trade templates to all three villagers.
+ Added localization for all new villagers.
|
|
% More work on Spawners.
% More work on Villagers.
|
|
^ Version Bump to 1.7.02.00-fresh.
|
|
$ Fixed Ore Recipe generator not working for things without byproducts (pure materials)
$ Tried to fix loading of some recipes.
$ Fixed a bug in the Fluids recipe generator.
|
|
$ Tried to fix Containment Frame not having a valid recipe.
|
|
+ Added Creative Item Tab name for BOP (En/De)
|
|
+ Initial work on an infinite item holder, for test setups.
% Renamed GregtechSuperTanks.java to GregtechSuperChests.java.
|
|
|
|
added BOP crative tab
|
|
^ Updated Recommended.txt to v1.7.1.
$ Fixed not all Multiblock recipes generating. There's < 10 missing per machine. Adding some logging to fine tooth which ones break and why.
- Removed Gradle files.
|
|
$ Fixed NEI handler not showing % chances for recipes. (maybe?)
$ Fixed Trinium not working correctly in GTNH.
$ Fixed invalid cape lookups.
% Tweaked recipe for Max tier Redox cells.
% Tweaked name of Control Circuit.
|
|
+ Added config option for animated texture hack.
% Tweaked Large Egg texture again.
|
|
$ Fixed Adv. Vac Freezer recipes not requiring Cryotheum.
% Tweaked Large Egg texture mildly.
|
|
$ Fixed invalid localization of Large Chickens.
|
|
% Fixed a fluid naming issue.
|
|
% Changed around the capes a lil bit.
|
|
|
|
% Updated Changelog generator template, it now produces lovely Changelogs for Github, easily formatted for anything else by removing the copious ` used for code blocks.
|
|
+ Added Big Eggs.
- Removed Segment Analytics entirely.
|
|
|
|
|
|
+ Added recipes for the shelves.
% Made the Adv. EBF process 8 parallel recipes, up from 4.
% Made the Fusion Reaction MK IV use the new casings.
|
|
$ Fixed a bug during ore recipe generation.
$ Fixed all GT Shelves using incorrect textures.
|
|
never PR'd or anything.
|
|
|
|
- Removed ASM logging, unless Hidden NEI entries are shown.
$ Hopefully fixes lots of Dehydrator recipes that may not have been working.
|
|
$ Fixed Large Auto-Assembler Name.
$ Possible fix for #239.
$ Other Bug Fixes.
$ Fixed Old School Circuits breaking Integrated Circuit Recipes.
% Made Adv. EBF. Use new casing textures.
% Streamlined Old School Circuit function call locations to a single handler.
% Cleaned up ASM Logging.
|
|
+ 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.
|
|
|
|
$ Fixed many .08 compat issues stemming from use of newer NEI handler features in .09.
$ Redid a lot of GT_Recipe and Recipe_GT handling.
$ Fix to Adv. Vacuum Freezer recipe handling.
$ Fixed NEI not loading Multiblock Handler.
$ Fixed various crashed from NEI.
|
|
% Initial work on the new Sub-Station GUI.
$ Fixed a compile issue where I used the wrong XSTR import.
|
|
- Removed some logging.
|
|
|
|
> Frames by bartimaeusnek
+ Added some frames
+ Added recipes for frames
+ Added localisation for frames (US-EN, DE-DE)
$ Fixed Useless Frame
|
|
non-per-bus version.
|
|
Renamed cells to the voltage tiers
Added textures for new cells, adjusted existing textures. Texture
colors are vaguely similar to pump/robot arm colors
Legacy power stations will have 1.8 billion EU storage
|
|
+ Added registration and loader for Amazon Warehouse.
|
|
Machine now allows variable height with 2-16 layers of cells
(configurable via CELL_HEIGHT_MIN/MAX constants).
Machine now affords more cell types for its interior (as detected in
`getCellTier()`). Three more tiers of cells are added.
Machine now computes energy storage from the number and type of cells
in its interior. Base energy storage drastically reduced. Energy
storage is now computed using a base value for the lowest tier of cells
along with a tier multiplier.
If the machine fails to form, stored energy is conserved. When the
machine successfully forms, any energy above the storage capacity is
deleted.
Machine fails to form if not all cells are identical, or if
dynamo/energy hatches are above the cells' tier.
TODO: Add more tiers of energy cells, add crafting recipes for all new
energy cells, rename and retexture cells to match tier and/or recipe,
maybe adjust energy storage values.
|