aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod
AgeCommit message (Collapse)Author
2017-11-27$ Hopefully fixed crash when Thaumcraft wasn't loaded.Alkalus
$ Hopefully fixed crash when Forestry wasn't loaded.
2017-11-27$ Compatibility Fixes.Alkalus
- Removed Ore-Regeneration command.
2017-11-27- Removed Mekanism changes if RedTech is loaded.Alkalus
2017-11-23+ Added Ink Sacs to Fish trap loot.Alkalus
+ Added recycling recipes for all material components. + Added EnderIO alloys to the Alloy Blast Smelter. - Reduced rate of Sand from Fish Trap by 5%. - Removed some logging. $ Fixed Tooltip of Large Sifter stating it only required 9 Sieves, now says 18 as intended. $ Fixed Recipe Recycling not working as intended.
2017-11-22+ Added the basic framework for Ore Regen commands.Alkalus
+ Added more missing Blast Smelter recipes. $ Fixed Alloy Blast Smelter not using fluids as expected.
2017-11-20+ Added the Upgraded Arcane Alembic.$ Fixed the Upgraded Alchemy Furnace GUI.Alkalus
% Tried to make the 'Upgraded' Alembic & Furnace work better with the vanilla TC versions. $ Fixed the Upgraded Alchemy Furnace causing the tesselator to throw issues. $ Fixes to the Upgraded Arcane Alembic.
2017-11-20$ Fixed the Upgraded Alchemical Furnace being built from heavily obfuscated ↵Alkalus
code. % Adjusted Wither Guard recipe to now output 32x per craft, at the added cost of a Netherstar per craft. % Small formatting changes.
2017-11-20+ Added a faster TC Alchemical Furnace.Alkalus
+ Added a Wither-Proof block. % Tweaked Grindle GUI.
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+ Gave people free capes.Alkalus
% Redid cape handler. - Removed annoying logging.
2017-11-17^ Version Bump.Alkalus
% Tweaked SFR side texture when active.
2017-11-17+ Added in the Compact Fusion Reactor.Alkalus
% Did work on the CFR. $ Fixed a tooltip on the Pollution Detector.
2017-11-17+ Added the Cutting Factory Multiblock.Alkalus
+ Added a config for the Cutting Factory. % Hid Generator Array Logging.
2017-11-17+ Added the Generator Array.Alkalus
2017-11-16+ Added the ability for the Pollution Detector to output redstone when above ↵Alkalus
a level set by the screwdriver. + Added pollution to the Wash plant. % Improved Pollution Detector right click message.
2017-11-16$ Pollution Scrubber uses Turbine Blades very fast. Fixes #155.Alkalus
2017-11-16$ Fixed Wash Plant.Alkalus
2017-11-16$ Attempted fix 1 to Wash Plant recipe handling.Alkalus
2017-11-16$ Fixed tooltips and double local-distance range for Wireless Charger.Alkalus
2017-11-16+ Added recipes for Wireless Chargers.Alkalus
$ Fixed exploit using Long-Range mode, temporarily disabled.
2017-11-16$ First fix towards invalid tile entity mapping.Alkalus
2017-11-16+ Added in annoying logging.Alkalus
$ Fixed NPE when tickhandler tries to get null Tile entity. % Tweaked Stored Energy and A/in/t for Wireless Charger.
2017-11-16$ Improved handling of fully Charged and non-charged items.Alkalus
2017-11-16$ Made Electric Item Checking within player inventories work better.Alkalus
2017-11-16$ Fixed voltage used to charge items.Alkalus
2017-11-16$ Redid the LivingEntityUpdate event, fix it not working as intended.Alkalus
$ Fixed persistent player mappings to null Wireless Chargers.
2017-11-16+ Created the base framework for wireless charging.Alkalus
2017-11-15$ Fixed Tooltips, Mode Changing and Info Messages on the Wireless Charger.Alkalus
$ Fixed bad tier registration with the Wireless Charger.
2017-11-15+ Added Wireless Chargers.Alkalus
> These are a basic design-only implementation for reference, so they may never be completed and are more of a proof of concept.
2017-11-15$ Fix crashes related to client side calls from the server side.Alkalus
- Removed RFTools additions.
2017-11-15$ Fixed Charge Hatches not having the correct amount of inputs.Alkalus
$ Fixed Charge Hatches correctly handling electric items.
2017-11-15+ Added custom Hatch textures.Alkalus
2017-11-15$ Fixed Power Sub-Station not providing very good scanner info.Alkalus
+ Added stats for nerds to the PSS. + Added custom (dis)charge hatches for use with the PSS.
2017-11-15+ Added Crushed Ores to the simple washer. Implements & Resolves #154.Alkalus
2017-11-15+ Gave GT++ Nuggets some use, they're now craftable into ingots.Alkalus
2017-11-15Revert "+ Added Muffler requirements to some Multi-Blocks."Alkalus
This reverts commit 49608636d3cacf49373c91cb4fa7e5336c942100. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialThermalCentrifuge.java
2017-11-15Revert "% Updated Multi-block tool-tips."Alkalus
This reverts commit 71891d5996e35612a3e6edbe2169084e37772f0b. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
2017-11-15$ Fix Hatch Check on Sifter.Alkalus
$ Fix Invalid RFTools import.
2017-11-14Revert "% Changed Wash Plant recipe handling."Alkalus
This reverts commit 98d4998aafa2f5b6f1ad518b6effe52b6a7c7c18.
2017-11-14Revert "$ Re-did some recipe handling, several different multi-blocks now ↵Alkalus
give the correct outputs. Fixes #68." This reverts commit 9d7ea595609228d8341c0dc7c9a7461153d764bb. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCentrifuge.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialThermalCentrifuge.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialWashPlant.java
2017-11-14% More book changes.Alkalus
2017-11-14+ Added custom books.Alkalus
2017-11-12$ Small fixes to slot handling.Alkalus
2017-11-07+ Added 'The keys to the city' amulet.Alkalus
$ Fixed #153, Dark Steel pipes existing without EIO.
2017-11-06$ Slight adjustments to Mek recipes again.Alkalus
2017-11-06$ Fixed a small recipe removal error, Mek recipes should now be removed as ↵Alkalus
intended.
2017-11-06+ Added recipes for the Mek. Gas Tanks.Alkalus
2017-11-06% Redid every Mekanism recipe that required Osmium.Alkalus
2017-11-06+ Added a config option to enable hidden NEi items.Alkalus
+ Added a config option to enable 'Machine Logging" for debug outputs. + Added exchange recipes for circuit components which become useless after enabling 'Old Circuits' option. $ Fixed some pre-existing recipes requiring unobtainable circuits if 'Old Circuits' is enabled. (ExU/GC). $ Fixed Industrial Thermal Centrifuge tool-tip. Fixes #150. % Added Soul Bind methods to NBTUtils.java to handle Botania items. ^ Version Bump.