aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-14+ Added recipes for the Large Arc Furnace and Casings.Alkalus
- Disabled power output on Alternative Fusion. % Made the AutoMap implement Collection and Queue. $ Fixed energy buffers return bad inventory name.
2019-02-14Merge branch 'master' of https://github.com/draknyte1/GTplusplusAlkalus
2019-02-14+ Added Tags to tooltips, which can be used to control base tooltips ↵Alkalus
inherited from parents. % Mild update to tooltips of a few multis. % Adjusted Large Arc Furnace casing texture. % Renamed the 3 Factory Grade multis.
2019-02-14% Localized new achievements.Alkalus
$ Fixed minor formatting issues on unlocal names when detecting items picked up.
2019-02-14+ Added lots of custom achievements.Alkalus
2019-02-14- Removed parent achievement from Assembly Line recipes.Alkalus
- Temporarily disabled custom achievement handler. $ Dirty fix for Assembly Line recipe handling. $ Fixed my own achievement handler never setting it's state properly.
2019-02-07% Updated CircleCI configAlkalus
> Should be the final change here, since I have moved the logic external to a bash script.
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
> Attempt to use the Continuous Integration setup instead.
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07% Updated CircleCI configAlkalus
2019-02-07Possibly Fixed CircleCIAlkalus
2019-02-07$ Backwards compatibility.Alkalus
2019-02-07$ More improvements to GT++ Assembly Line handling.Alkalus
$ More safety and logging into Assembly Line ASM.
2019-02-07+ Added new achievements page for Assembly Line Recipes.Alkalus
+ Added custom safety checks to Assembly Line Recipe/Achievement handling via ASM. + Added a safe way to get the unlocal names of items. - Removed 'Press e' Achievement when in Dev. (Thank, Fucking, God) $ Fixed a mild error concerning localization of Americium-241 Blocks.
2019-02-06$ Hopefully fixed a crash concerning Assembly Line recipes.Alkalus
$ Fixed amount of fluid ender used within a Cyclotron recipe.
2019-02-06% Updated Hand pump tooltip.Alkalus
2019-02-05+ Added recipe for Nano Healer.Alkalus
+ Added recipe for Strange Dust. + Added recipe for Slow Builders Ring. + Added recipes for Charge Packs. + Added recipes to make obtaining Zirconium a little earlier. + Added packager recipes for all ore materials. + Added lathe recipes for all materials -> rods. Closes #411. + Added way to process Silicon Carbide into Synthetic Graphite. Closes #407. + Added proper achievement localization for all new AL recipes. + Added more INIT_PHASE's. - Removed ways to obtain Trinium dust in GTNH. (Leave handling to GT instead). % Adjusted recipes for Cyclotron and Casings, it's now assembled instead of shape crafted. % Adjusted circuits used in lower tier dehydrator recipes for consistency. Closes #364. % Adjusted a few materials having '-' in their name within en_US.lang. % Adjusted power capacity of the Gem Batteries. % Adjusted tiering for Large Auto-Assembler, it has been reduced by one. % Adjusted composition of Pikyonium to now require Yttrium, instead of the rare Ytterbium. % Adjusted composition of DEEP_EARTH_REACTOR_FUEL_DEPOSIT to be slightly more balanced. % Adjusted smelting point of Zirconium Carbide. $ Fixed an NPE in GeneralTooltipEventHandler.java. $ Fixed weird invisible recipes. Closes #304. $ Confirmed Large Mixer is now working correctly. Closes #366. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/918d763dabd82d47db739a1b0a51c01f0803adc0). $ Confirmed Matter Fabricator is now working correctly. Closes #360. + Auto Doors. Closes #338. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/22c6a05a8a3a00294bcb8890a1e2a0fdc9196de8). % Changed Energy Buffer Recipes. Closes #52. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/499411aa21ac4a742b6d51ef3ce9c4046d0a22c1). $ Invalid Recipe. Closes #241. (Closed in unknown, previous commit).
2019-02-05- Removed Dev Dim source code.Alkalus
$ Improved RC ASM.
2019-02-05+ Added shapeless recipes for Tumbaga and Potin dust.Alkalus
$ Fixed ULV Combustion Gen recipe.
2019-02-05+ Added recipes for ULV generators.Alkalus
+ Added recipes for New batteries and their components. (To be use in the charger packs). % Mildly adjusted Circuit programmer recipe. % Adjusted Plasma hatch to be output only. $ Fixed bad tooltips on material blocks/frames. $ Fixed Lang formatting issue.
2019-02-05Merge pull request #419 from huajijam/masterAlkalus
chinese trans- fix bug and update
2019-02-05Automatic synchronization‭huajijam
2019-02-05Merge branch 'master' of https://github.com/draknyte1/GTplusplusAlkalus
# Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechMiniRaFusion.java
2019-02-05+ Added Charge Packs, which can be worn in the Bauble belt slot.Alkalus
+ Added more recipes for particle related content. + Added recipe for Hydrogen Plasma. + Added Plasma Tanks. + Added Alternative Fusion Reactor. + Added recipe for the Super Jukebox. % Updated Locale files. $ Hopefully made calls to possibly invalid ItemList values safer. $ Fixed Large Mixer not working with fluids correctly. $ Fixed ABS and Adv. EBF not allowing a muffler in the center of the top layer. $ Fixed Fusion bug, making all recipes take 4x longer than originally required. $ Fixed recipes using Redstone Alloy as a material in tiered recipes. (Makes ULV Energy Cores craftable again) $ Fixed Nano Healing Bauble. $ Fixed annoying low transfer rate of Railcraft. (This should be higher when playing with GT anyway, it's now 4x, disabled in ASM config). $ Fixed the fact that Portable tanks were still portable in GTNH.
2019-02-04fix a tiny bug.....FK‭huajijam
2019-02-04Fix bug where the item name is not uniform‭huajijam
2019-02-04fix bug~~~‭huajijam
2019-02-04Automatic synchronization‭huajijam
2019-02-04$ Fixed a rather major issue noticed by @soncemvo pertaining to Fusion ↵Alkalus
Recipes having the incorrect time taken. > Instead of copying the recipe prior to editing for the Mini Fusion Map, I was instead directly editing the Original recipe and adding that. > Mild oversight to object persistence I guess, introduced in https://github.com/draknyte1/GTplusplus/commit/fc3d445a23d8e6b4a6f87d7a9aeea3c8315aa9b6.
2019-02-04$ Fixed a rather major issue noticed by @soncemvo pertaining to Fusion ↵Alkalus
Recipes having the incorrect time taken. > Instead of copying the recipe prior to editing for the Mini Fusion Map, I was instead directly editing the Original recipe and adding that. > Mild oversight to object persistence I guess.
2019-02-02Merge remote-tracking branch 'Gt++/master'huajijam
2019-02-01+ Added a mild tweak for OB graves, so that they are now immune to TC Hungry ↵Alkalus
Nodes. + Added ability to create Simple Washers using Copper Pipes as well. (Suggested by Bear989Sr) % Adjusted the voltage returned from getVoltageForTier(tier), to now return the correct voltage, not the voltage of the next tier. % Adjusted ABS recipe handling, items for output are now supported. % Adjusted message sent to players when querying Super Buses. % Changed the Large Assembler & Casing recipes to now require an assembler. Also much harder. % Adjusted HG-1223, improved it's ABS recipe and tiering. % Greatly buffed the output of Zhuhai. Please let me know if it needs a nerf. $ Fixed some issues in GregtechMeta_MultiBlockBase, related to recognition of Control Cores & their bus. $ Fixed some hatch detection issues during Multiblock structure checks.
2019-02-01fix a SC2 item name bug (I hope there is no more bugggggggg~~~~~~~~~~~~)huajijam
2019-02-01Fix more translation bughuajijam
Thanks to YoungGT for suggesting changes to me
2019-02-01fix the particle translation bughuajijam
2019-02-01Fix more translation bug,improve word fluency,huajijam
2019-02-01fix a trans bughuajijam
2019-01-31fix a tiny bughuajijam
2019-01-31trans all thingshuajijam
thanks for YoungGT
2019-01-31update some old trans.repair translation is not uniform bughuajijam
2019-01-31fix a bug by "buffer core" change to “energy core"huajijam
2019-01-31updatehuajijam
update