aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-22Cleanup noXXXYYY methods (#361)miozune
Former-commit-id: e5a4c18be25612616e4b6d9112802fb964ef3dbf
2023-09-23Cleanup basic machines & some deprecations (#360)miozune
Former-commit-id: cea4eaa2e409783af151c5f9c2cea6749ca68aef
2023-09-22obliterate RA1 (#2206)boubou19
* obliterate RA1 (1/2) * fix wrong recipe map * guard clauses * null check * spotless apply * redo null check properly * update BS --------- Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
2023-09-22Cleanup GT_MetaTileEntity_BasicMachine (#2268)miozune
* Remove unused machines * Add some Javadoc * Remove some unused constructors * Use ResourceLocation and SpecialEffects for newMetaEntity * Remove some non-ModularUI code * Remove mGUIParameterA and mGUIParameterB * Remove mGUIName and mNEIName * Use nonnull string * updateBuildScript
2023-09-22update bs+sa+depsMartin Robertz
2023-09-22Some more RA2 conversions (#752)chochem
* remove deprecated methods * laser engraving * fluid utils cleanup * more deprecations * biorecipes * RA2 rocketfuel * rare earth * typo * more rareearth cleanup * nuclear fuel processing * Update RecipeLoader_NuclearFuelProcessing.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-09-22Add Alternative Recipe in LFTR Chain to Avoid Cells (#754)Daniel Mendes
* Add chemplant alternative to EBF recipe with cells - Add a recipe for LFTR Fuel Base (LiFBeF2UF4), for the Chemical Plant, instead of the EBF, which can use the same inputs and outputs but without any cells. * Add comment to explain recipe * Apply spotless
2023-09-20update depsMartin Robertz
2023-09-20Change Alloy Blast Smelter recipes per page to 2 (#753)querns
* Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own * Allow 2 recipes per page in NEI for Alloy Blast Smelter
2023-09-20Remove recipe modifying code for matching stacks (#2296)Serenibyss
2023-09-20Seaweed QFT recipe (#751)GDCloud
* add catalyst item * recipes
2023-09-18Multiblock chance bug fix (#748)Kyium
* fixed a bug from my multiblock recipe duplication remover that messed with the order of recipe outputs that had chances. * commented changes --------- Co-authored-by: Kyium <kyiumjbird@gmail.com>
2023-09-17re-add force plasma recipe and astral titanium plasma (#747)BlueWeabo
2023-09-16update depsMartin Robertz
2023-09-16Fix Cell-less recipe converter not always setting new arrays (#2294)miozune
2023-09-16fix missing null check (#2295)chochem
2023-09-16fix cloaking device recipe (#746)chochem
2023-09-16update depsMartin Robertz
2023-09-16update depsMartin Robertz
2023-09-16tartarite buff (#745)chochem
2023-09-15update depsMartin Robertz
2023-09-15update depsMartin Robertz
2023-09-15Add HoloInventory compat (#2292)miozune
2023-09-15Fix missing item crash (#242)Connor-Colenso
* Fix build issue * spotlessApply (#243) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-14Also add info on Vat NEI fluid input (#359)miozune
Former-commit-id: 34873ab638692badb99b88962d2dbd70f0bed411
2023-09-13Adds Metrics Transmitter Cover and Advanced GT Sensor Card for Information ↵querns
Panels (#2289) * Adds several UI elements to multiblock drills * Adds metrics transmitter cover and associated sensor card * Fixes item icons and item name * Adds tooltips for adv. sensor card and metrics panel, fixes card/overlay icons, adds recipe for metrics cover * Refactor cover tab sync to send much smaller ISerializable payloads * Remove unused variable * Additional master merge cleanup * Adds interface for custom metrics export, adds oil drill support * Adds support for metrics covers retaining attached machine name for tooltip, metrics * * Adds discrete coordinates to Metrics Cover data * Adds machine to advanced sensor card tooltip * Adds cycle time and minimum energy hatch tier to multiblock ore drill tooltips * Moves many tooltip strings to i10n * Remove old GT_DisabledWhileActiveButton.java file that crept in during a messy merge * Spotless * Improve oil and ore drill metrics, more i18n * Addresses PR review concerns, adds more situations for self-destructing sensor cards * Remediates further PR concerns
2023-09-13Make Crafting Input Bus / Hatch compatible with some non-GPL multis (#2266)Jaiden Baker
* Add crafting input bus items to getStoredInputs * Add crafting input hatch fluids to getStoredFluids * Respect internal input isolation * List.of -> Arrays.asList * Skip fluids on non-supporting bus * Fix NPE * Change return type to Optional & add Slave support
2023-09-13Add info on Bacterial Vat NEI fluid output (#358)miozune
* Add info on Bacterial Vat NEI fluid output * Update en_US.lang --------- Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Former-commit-id: 3d8a85d5730786c86e5310df6fce786b5d6f9c4f
2023-09-13Fix duplicate multiblock recipes (#736)Kyium
* Added GT_Recipe util and custom hashing strategy for GT_recipe * Added duplicate recipe removal step into multiblocks using recipes instead of cells conversion method. * Implemented improvements to efficiency and code cleanliness. * minor language changes.
2023-09-12Restore supreme pizza gloves into existence (#742)Connor-Colenso
* Restore supreme pizza gloves into existence * spotlessApply (#743) Co-authored-by: GitHub GTNH Actions <> * Restore texture of gloves * Remove unnecessary maps * Remove unused imports * spotlessApply (#744) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexander Anishin <oneeyemaker@gmail.com>
2023-09-12Fix Large Naq Reactor tooltip error (#209)Serenibyss
2023-09-11Less hacky way to limit alignments (#741)miozune
2023-09-10update sa+depsMartin Robertz
2023-09-10update depsMartin Robertz
2023-09-10update depsMartin Robertz
2023-09-10update depsMartin Robertz
2023-09-10Deprecate GregTech_API#mAE2 (#2288)miozune
2023-09-10Merge pull request #76 from GTNewHorizons/cleanup/unused-stuffMartin Robertz
Cleanup unused stuff
2023-09-10Add FixedPositionedStack#isFluid (#2287)miozune
2023-09-10Remove random imagesmiozune
2023-09-10Remove Configuratormiozune
2023-09-10Remove Vector3imiozune
2023-09-10Remove Nuclear Reactor thingsmiozune
2023-09-10Remove Item Proxy thingsmiozune
2023-09-10Remove Space Elevator thingsmiozune
2023-09-10Remove beam thingsmiozune
2023-09-10Remove mention to GregTech_API#mAE2miozune
2023-09-10Remove outdated scriptmiozune
2023-09-10Ra2ify gt++ Part 1 (#739)chochem
* another deprecation * agrichem ra2 * dehydrator coils * nuclear chem * general recipes * generic chem RA2 and NO,NO2 cleanup * start with gregtech recipes * another deprecation * more gregtech recipes * dont deprecate ABS yet, was just a mistake * gregtech recipes * even more gregtech recipes * finish assembler recipes * fuels and fluid extraction * centrifuge and mixer * chem recipes * compression and maceration * remove duplicate bending * blast furnace (remove a broken one) * AL recipes * distilling * baseitemingots * bee recipes and some cleanup * coke things * random one * cryo and pyro
2023-09-09update bs+depsMartin Robertz
Former-commit-id: 71b781e3c3c7a407221c4e35cac70bc9fc114eb2