aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-11RA2 for assline recipesboubou19
2023-04-11RA2 for alloy smelterboubou19
2023-04-11use GT5U Mods enumboubou19
2023-04-11optimize imports + SAboubou19
2023-04-11split recipes in their own filesboubou19
2023-04-10clean up comments in Blocks.javaboubou19
2023-04-10modifier changesboubou19
2023-04-10Further RA2 recipe fixes (#1870)chochem
* there is no graphite block * fix old RA1 remnants and nulls * more dt null checks * remove nonexistent potions from fermenting * railcraft anvil fixes * fix tainted magic fuel values * fix railcraft creosote block
2023-04-10Superconductor -> SuperconductorUHVboubou19
2023-04-10remove commented out codeboubou19
2023-04-10update GT and its addonsboubou19
2023-04-10updated ‚BSboubou19
2023-04-10Renamed space coolant to super coolant (#1873)Maxim
2023-04-10Disable spotless on structure definitionskuba6000
2023-04-10Licenseskuba6000
2023-04-10Update spotless formattingkuba6000
2023-04-10Tea Network update: still alpha (#69)Jakub
* Move to UUID checking and BigInteger tea count * Research category * Start working on tea limit * Maybe * Update en_US.lang * Fix * Save UUID mapping * Mark dirty * Fixes
2023-04-10Add to git-blame-ignore-revsRaven Szewczyk
2023-04-10Update spotless config to 0.2.2Raven Szewczyk
2023-04-10Next round of RA2 recipe fixes (#1869)chochem
* brewing water fixes * fix gt potion brewing * actually check for the null
2023-04-10saMartin Robertz
Former-commit-id: 92254399f187042d79f9a80dafe3043f9765cbf6
2023-04-10fix batch Mode ButtonMartin Robertz
Former-commit-id: 0708dfbbe40ca089706d7f175d88a9a2fe44f0bc
2023-04-10Better lighting fix for crops renderer (#70)Jakub
* Update dependencies.gradle * Better lighting fix for crops renderer * Update CropRenderer.java
2023-04-10- Add waila support for imprinted (#309)Батьків Нестор-Євген Васильович
- Add colors to tooltip and scanner Former-commit-id: d9d1b16dde30b694b3ca525430206597ce5dbd1d
2023-04-10EIC improvements - Tiered parallel, survival construct support, batch mode ↵Dakota Jones
(#310) * Update buildscript * Update GT5 dependency * Add tiering and parallel to EIC * EIC survival construct support and allow single energy hatch * Make EIC piston visualizer use neighbor textures * Add batch mode and exotic hatch support to EIC * Only replace air blocks on piston reset * Fix TT hatch support and update tooltip * Require minimum UHV energy hatch * Register machine blocks + spotless * Use bitmask for machine block registration * Add universium tier * Bump GT dep * Fix tiered block changes not passing structure check * Placeholder Avaritia dep * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 064fd8ad19df639f807cdd270873a77c73ea89dc
2023-04-10Merge pull request #185 from GTNewHorizons/cleanupMartin Robertz
Cleanup
2023-04-10fix crash in devboubou19
2023-04-10Cleanup (#308)boubou19
* switch to GT mod enum instead * move to GT5U Mods enum even more * yeet recipes loaded when used outside NH * buildscript update + GT5U version bump * fix build * spotless apply * optimize import * split recipes in different files * remove newStuff config option * load recipe files * break down BioRecipeLoader into several files Former-commit-id: 3ac362e197682f3db007d8b87f2341d777c6bdc0
2023-04-10spotlessboubou19
2023-04-10break down recipe file in multiple smallersboubou19
2023-04-10Added tooltip line which displays the machine color, if any (#1868)Maxim
* Added tooltip line which displays the machine color, if any * Added chat formatting color to dyes enum * Minor cleanup
2023-04-10More RA2 GT recipes fixes (#1866)chochem
* no TE * convert 2 old recipes (and sa) * 13 more * fix spinneret * fix all hatches and busses * even more output hatch fixes * one more getfluid
2023-04-10Rename UNCOLORED_RBGA -> UNCOLORED_RGBA (#1867)miozune
2023-04-10remove commented out codeboubou19
2023-04-10Superconductor -> SuperconductorUHVboubou19
2023-04-10optimize importsboubou19
2023-04-10use Mods enumboubou19
2023-04-10bump GT5U versionboubou19
2023-04-10added kekztech and GTNHIntergalactic in the mod enumboubou19
2023-04-10remove Loader.isModLoaded callsboubou19
2023-04-10delete recipes for when NHCore isn't presentboubou19
2023-04-10delete spartak core compatboubou19
2023-04-10bump GT versionboubou19
2023-04-09Add missing Override (#1864)Батьків Нестор-Євген Васильович
2023-04-09no molten carbon (#1865)chochem
2023-04-09Allow spray cans to color a chain of blocks when sneaking (#1863)Maxim
* Allow spray cans to color a chain of blocks when sneaking * Added new chain feature to tooltip
2023-04-09Enable input separation button in EBF GUI (#1862)Maxim
* Enable input separation button in EBF GUI * Check for old key, instead of not the new one Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> * Remove unused override --------- Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
2023-04-09fix RA2 universal chemical target using inverted dispatch rule (#1861)Glease
* fix RA2 universal chemical target using inverted dispatch rule * add noOptimize
2023-04-09implement more new tooltips (#596)Glease
2023-04-09Implement new tooltips (#595)Maxim
* Display tank content in tooltip * Display locked recipe of flotation cell --------- Co-authored-by: boubou19 <miisterunknown@gmail.com>