aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
AgeCommit message (Collapse)Author
2024-09-29updateMartin Robertz
2024-09-28updateMartin Robertz
2024-09-28updateMartin Robertz
2024-09-27updateMartin Robertz
2024-09-26updateMartin Robertz
2024-09-25updateMartin Robertz
2024-09-25updateMartin Robertz
2024-09-24updateMartin Robertz
2024-09-23updateMartin Robertz
2024-09-21updateMartin Robertz
2024-09-21Pull in Hodgepodge at runtime to fix random worldgen crashes (#3245)Raven Szewczyk
2024-09-21updateMartin Robertz
2024-09-20update postea dep (#3237)chochem
2024-09-20updateMartin Robertz
2024-09-18updateMartin Robertz
2024-09-16updateMartin Robertz
2024-09-16updateMartin Robertz
2024-09-15updateMartin Robertz
2024-09-14updateMartin Robertz
2024-09-13remove reflection from kudatech and access public field directly (#3180)Alexdoru
2024-09-13updateMartin Robertz
2024-09-12updateMartin Robertz
2024-09-12Fix final frame box issues (#3160)NotAPenguin
Co-authored-by: BucketBrigade <138534411+CookieBrigade@users.noreply.github.com>
2024-09-11updateMartin Robertz
2024-09-09Removed implicit forestry dep (#3140)RecursivePineapple
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-08updateMartin Robertz
2024-09-08updateMartin Robertz
2024-09-07Update MUI2 (#3100)miozune
2024-09-07updateMartin Robertz
2024-09-07Remove a bunch more reflection (#3074)Alexdoru
Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-09-07backdateMartin Robertz
2024-09-07updateMartin Robertz
2024-09-06updateMartin Robertz
2024-09-06update TG modMartin Robertz
2024-09-06updateMartin Robertz
2024-09-05updateMartin Robertz
2024-09-04Delete/modify some reflection + more renaming (#3037)Alexdoru
2024-09-03updateMartin Robertz
2024-09-03update modular UIboubou19
2024-09-03updateMartin Robertz
2024-09-03bump ae2 (#3029)NotAPenguin
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03update modularui to fix gt (#3019)NotAPenguin
2024-09-02updateMartin Robertz
2024-09-01updateMartin Robertz
2024-09-01Add bee in courtesy to DaddyDiddy (#2507)Nico Spiske
* [major] new effect, comb, flower, mutation condition * [minor] imports * Update GT_BeeDefinition.java * [minor] fancier processing * [patch] bs * Update ItemComb.java * Update SifterRecipes.java * [minor] nuked machine booster effect * Added back the effect but now with tick throttling. Right now it is set so the effect only gets triggered every 30 seconds. * SA & BS * [minor] add dynamic authority * rename comb type and bee reduce speed to super speed * update bs + sa * changed to fastest because super speed was 2x blinding (wired naming) --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30merge sources and fix dependenciesBlueWeabo
2024-08-29updateMartin Robertz
2024-08-29updateMartin Robertz
2024-08-28updateMartin Robertz
2024-08-27Config/gregtech.cfg (#2939)boubou19
* first pass on config migration * second pass on config migration * removing bad configs * rename config classes and register them * move debug options to its own debug category * migrate pollution * finish migrating general config * removing useless config * finish GregTech.cfg port to GTNHLib * don't accidentally force panic mode in dev env * typo * defaults are now handled by the confg handler * remove dead config * force config save after defaults are being written * stop messing with the GregTech.cfg externally * removing comments * new underground fluid builder and porting default underground fluids to code * move config handlers of gregtech.cfg in their own package * process MachineStats.cfg * yeeted MaterialProperties.cfg * remove unused compat in GTNH * process OverpoweredStuff.cfg * process Other.cfg * ungregify some config variables * remove unused variables * fix Ids.cfg not being populated * delete duplicate printing of MTE IDs in GT5U clients * bump hodgepodge version to get mod phase timers * process Client.cfg * fix bad category naming * registering all the config handlers in gui * bump GTNHLib version * actually only registering client configs * use proper double arrays now * move GT ore mixes to patternbuilders * dead code * fix multifiles config not being handled properly * import class from NHCore * removing reflection * use enums for registration * yeet config for Asteroid dimensions * remove unused since 2015 enum entry * todo * rework oremix enums * imported dimension data in enums * convert old dirty predicate into proper one * hook gagreg onto the OreMixes enum * finally nuke worldgen.ore.mix config category! * hook gagreg small ores onto the SmallOres enum * imported dim values in enum * fix dirty work around in vm predicate * yeet unused classes * hook GT stones to GTStones enum * yeet all the remaining booleans in the worldgen category * port endasteroids category * port general category * deprecated * yeet unused bw compat * finish worldgen config migration * hardcode config into code * remove not generated config entry * remove Unification.cfg * fix build * migrate oreveins away from config * migrate small ores away from config * delete config parser * forgotten * fix EoH recipe crash in dev * fix GT NEI Ore Plugin config and csv paths * shade opencsv * rewrite csv generator * spotless apply