aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-03readd eff numbers. (#3036)chochem
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03fix nei (#3035)NotAPenguin
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03updateMartin Robertz
2024-09-03generate solidifier recipes (#3034)GDCloud
2024-09-03replace Loader.isModLoaded() calls with Mods enum cached call (#3031)Alexdoru
* replace Loader.isModLoaded() calls with Mods enum cached call * prevent Loader.isModLoaded calls * Revert "prevent Loader.isModLoaded calls" This reverts commit 9df23fd8db9dfe70a16be10e1d8688ee629da054. * no Loader.isModLoaded calls in gagreg --------- Co-authored-by: boubou19 <miisterunknown@gmail.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03update modular UIboubou19
2024-09-03fix check namingboubou19
2024-09-03updateMartin Robertz
2024-09-03Improve unification for blocks (#3023)chochem
* prio gt blocks for unification * clean up unnecessary loop * remove superfluous enderio check --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03Steam Hatch texture update (#3020)Elkatra2
* Steam Hatch texture update * apply spotless --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03rename gui factory (#3032)Alexdoru
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03Remove duplicate registry for low power laser converters (#3033)Mary
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03remove unnecessary reflection to add IC2 scrapbox drop (#3027)Alexdoru
2024-09-03update bs (#3030)chochem
2024-09-03bump ae2 (#3029)NotAPenguin
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03Add lapis plate recipe (#3028)Mary
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03fixed getGlassBlock2 returning glass 1 (#3026)RecursivePineapple
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03fluid canner fix (#3025)chochem
* add safety check with early exit * fix --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03Laser Engraver fixes (#3024)Mary
* Better renderer adder, fixes plate not appearing in NEI preview * Lower minimum casing * New casing texture --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-03fix switch fall-through (#3022)chochem
2024-09-03fix string references to classes in callConstructor calls (#3021)NotAPenguin
2024-09-03update modularui to fix gt (#3019)NotAPenguin
2024-09-03disable godforge debug (#3018)GDCloud
2024-09-02The Great Renaming (#3014)NotAPenguin
* move kekztech to a single root dir * move detrav to a single root dir * move gtnh-lanthanides to a single root dir * move tectech and delete some gross reflection in gt++ * remove more reflection inside gt5u * delete more reflection in gt++ * fix imports * move bartworks and bwcrossmod * fix proxies * move galactigreg and ggfab * move gtneioreplugin * try to fix gt++ bee loader * apply the rename rules to BW * apply rename rules to bwcrossmod * apply rename rules to detrav scanner mod * apply rename rules to galacticgreg * apply rename rules to ggfab * apply rename rules to goodgenerator * apply rename rules to gtnh-lanthanides * apply rename rules to gt++ * apply rename rules to kekztech * apply rename rules to kubatech * apply rename rules to tectech * apply rename rules to gt apply the rename rules to gt * fix tt import * fix mui hopefully * fix coremod except intergalactic * rename assline recipe class * fix a class name i stumbled on * rename StructureUtility to GTStructureUtility to prevent conflict with structurelib * temporary rename of GTTooltipDataCache to old name * fix gt client/server proxy names
2024-09-02updateMartin Robertz
2024-09-02change loops on METATILEENTITIES to all start at 1 for consistency (#3017)Alexdoru
2024-09-02fix gear stacksize (#3016)GDCloud
2024-09-02Wrap all godforge code in config option (#3015)Caedis
* Remove dreamcraft checks for godforge; was blocking pack from lauching * Change to config wrapped; default false outside of dev env
2024-09-01updateMartin Robertz
2024-09-01Change how kubatech commands are registered (#3012)Alexdoru
rename child command map add click event to open the file on the CommandBees chat message remove command registration non sense Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-09-01Godforge continuation (#2950)GDCloud
* fix wrong offset * improve item insertion window * finish upgrade material functionality * add tooltip to material button * add rhugnor gear * half serious upgrade costs (will definitely change) * fix stocking hatch not working for fuel supply * add information window * add heat formula info * add autobuild hint dot info * add phonon related items and fluids * first iteration of glitchy material renderer * tweak renderer overlay opacity * add new material * add phononic seed crystal and six-phased copper block * add recipes for phonon transfer medium chain * add solenoid block replacement * add creon * decouple smelting module structure * spotless weirdness * add most casing recipes and late loading method (for the special singularities) * add new singularity recipes * more recipes * add glow * generate more dragonblood parts * add upgrade costs * fix upgrade tree window scrollable weirdness * forgor glow texture * add last upgrade text + a random comma * re-add phonon medium abs recipe * add six-phased copper nanite recipe * fix button overlay being off by 1 pixel * fix merge mishaps * forgot to adjust debug buttons * fix stocking bus fuel insertion and fuel int overflow * add graviton shard ejection * minor structure oopsie * ejection button registration * ejection button tooltip * add graviton shard item * eject the right item + save ejection status to nbt * fix input bus amount npe * change rendering block offset * adapt eoh rendering to allow changing the star's size * initial rendering changes (make the blue star render) * change seed crystal recipes * another small seed crystal change * adjust item renderer * add tooltips * circuit oredict fix * tooltips, upgrade names, some experimental ui changes and small fixes * author * make star bigger * fix recipes * remove unnecessary tooltips * spotless * recipe adjustments * make magneto resonatic block craftable * change magneto resonatic gem autoclave times + spotless * add structurecheck button to modules * more recipe adjustments * fix extra material crash * more recipe adjustments * lower eternal singularity amounts * display recipetimes <1 sec properly * try to fix hasShiftDown crash * adjust plasma module recipes * swap placeholder names * implement rings disappearing/reappearing for renderer * utility for structure strings * buff plasma module parallel * fix itemlist * Spotless apply for branch godforge for #2950 (#3013) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-01Fix of the bronze variant of Steam Centrifuge (#3011)Elkatra2
Bronze Steam Centrifuge don't use anymore other multis instead of only steam multi
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-09-01Fix server crashing when trying to load MusicRecordDurations (#3008)Luke Hohlin
* Fix server crashing when trying to load MusicRecordDurations * Use Loader.getConfigDir() instead of current working dir --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-01Fix T3 waterline producing aluminium (#3006)NotAPenguin
rebalance aluminium output for flocculation Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-09-01fix typoboubou19
2024-08-31Fix some more gmi calls (#3009)boubou19
* strenghten fobidden gmi checks * yeet some hidden gt++ gmi * yeet last gt gmi call * forbidden isModLoaded calls * add other GTNH-I MTE IDs * Spotless apply for branch fix/gmi_calls for #3009 (#3010) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-30Add the Research Completer to ItemList (#3004)boubou19
add research completer
2024-08-30Wrap tf dim check in if statement in ore gen (#3003)Caedis
2024-08-30Adjust cleanroom block composition check (#2581)Moses Miller
Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30Mainframe and gravi star texture fixes (#3002)GDCloud
texture fixes
2024-08-30Move Radox materials to GT5u (#3001)NotAPenguin
Add radox to GT5u to prepare removing it from coremod Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30Fix global_energy networks resetting on server reboot (#3000)Luke Hohlin
* Fix global_energy networks resetting on server reboot * Update SpaceProjectWorldSavedData.java Replace _NAME in string constants with _NBT * Replace JsonObject with JsonArray in SpaceTeamAdapter --------- Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30Add duration since last shutdown (#2977)HoleFish
* machine message * fix & prass channel * machine message * fix & prass channel * fix machines that dont use regular onPostTick * follow error fixes and fix hatch check * oops * sa --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30Split Materials.java initializer to avoid class too large errors (#2961)NotAPenguin
* move elemental material initializers already * move more initializers * move all other initializers --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
2024-08-30Spotless apply for branch mergeDetrav for #2998 (#2999)github-actions[bot]
spotlessApply Co-authored-by: GitHub GTNH Actions <>
2024-08-30remove detrav folderBlueWeabo
2024-08-30merge sources and fix dependenciesBlueWeabo
2024-08-30Merge in DetravScannerMod with historyBlueWeabo
git-subtree-dir: detrav git-subtree-mainline: dffb3bd55f6ee9e6be9fe526c3c7895b73448f33 git-subtree-split: 16b8e3770971f33b11e7a0d7ee9c5640bfa10ce7
2024-08-30Merge pull request #31 from chochem/fix-electric-scannerchochem
remove outdated gt config use