aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-02Rewrite GUIs with ModularUI (#239)miozune
* port most of the radio hatch to modularuii * be done with this radio hatch. fuck colors * radio hatch right bar color woooo * spotless hell * final color fix ffs * a bit of tweak * NEI * Windmill * LESU * cleanup * Water Pump, Destructopack, cleanup * Circuit Programmer, Radiation Shutter * Use new MUI method for setOnScrollNumbers Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: a717aa0117091559dd00bc0a10e54db2025979fc
2022-12-02add API to register other simple block as valid boroglass in multi (#240)Glease
* add API to register other simple block as valid boroglass in multi * remove raw access to allLevels * fix copy paste error Former-commit-id: e11e3f9634c16d15c69862c170c98d30669b0a8e
2022-11-28Fix autoplace of mega oil cracker (#238)Maxim
Former-commit-id: 04f1c1b55b0ce17152553985b0d47bae0b1b38a4
2022-11-24Prevent player inventory corruption (#235)Jakub
* Ugh * Merge same slots * Remove growth progress * Update GT_TileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 1878ef170e99a2285c153075e58ba58fcc0235a8
2022-11-14Structures fixes (#237)Jakub
* Fix * Windmill Former-commit-id: 1b13177de01df5f05f0b87a2ada3da9ed4bf30c1
2022-11-14fix too much calcium (#236)Yang Xizhi
Former-commit-id: 156dfa3ad12fd673984d219a30d7e29ac2fb45dc
2022-11-09Fix NPE causing LuVTierEnhancer failure (#234)miozune
Former-commit-id: 134f3ac6bae12f1593797f19fd2545fa8ab19655
2022-11-09EIG: Bug fixes (including small IC2 mode nerf) (#232)Jakub
* Yes yes yes, obfuscation * Fix GT Ores not working as a roots in IC2 mode * ' * BEANS * Get rid of some warnings in code inspection * Fix wrong IC2 crop calculation (EIG NERF) * Use constants * Autocraft is always enabled * Recalculate all crops on math updates * Fix dupe * Remove Mana Bean support Former-commit-id: 8b7ab9f4385ead75e69b86952279afeb21a860eb
2022-11-05No Humidity Mode for the EIG (#233)xSkewer
* Add 0 humidity mode to the EIG * Readd imports that got removed for some reason * Remove static and add scanner info * Fix NBT saving * Add import that got lost for some reason * Add tooltip and change scanner display to only IC2 mode * Import got lost again Former-commit-id: 3eb612279d4575dde0ff348c4c4a62e88b929247
2022-11-04Update build.gradleMartin Robertz
Former-commit-id: dfb11ce2a48f8be60f4183a0d960e743638ad9f5
2022-11-03High tier cable diodes (#231)Maxim
Former-commit-id: 35907ef7039f9fa03e0ef0a8e2b328ec321bfbe8
2022-10-31EIG: Fix stocking input bus exploit (#230)Jakub
* Disgusting * Fix exploit * Maybe fix black wheat blocks inside * Ok we will fight then * Cosmetics * Proper fix Former-commit-id: 75e23bbf8e9abce88b1a4108a9dc1aa85a6f2ff6
2022-10-31Werkstoff Fluid Solidifier Recipe Generation (#228)Elisis
* Add options to autogenerate fluid solidifier recipes for a werkstoff material, remove pre-existing hardcoded gear, bolt, rotor, ring solidifier recipe generation * spotlessApply (#229) Co-authored-by: Elisis <gtandemmodding@gmail.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 59a66065becb404415651f8d59b3ee851b6b563c
2022-10-26update BSMartin Robertz
Former-commit-id: e9cdd98cef9e219dbbfbed30e7e5e12140bf48f4
2022-10-26fix decompose recipe (#227)Yang Xizhi
* prefer to use dust instead of fluid in decompose recipe * sa Former-commit-id: f3cd61eb988ae59fd7cf712f3520685de42ee769
2022-10-25Fix Osmiridium Turbine recipe replaced by Ruridit (#226)miozune
Former-commit-id: c73ebaa1a4933e77a8e98f76e4deab5389f9d797
2022-10-24Add balanced batch mode to MEBF, MVF, MCR & MDT (#225)Sampsa
* Add batch mode to Mega Blast Furnace * Add batch mode to Mega Chemical Reactor and Mega Vacuum Freezer * Apply spotless * do required changes * fix wrong eu/t being used when batch mode is enabled * Fix batchmode to be a float and add MDT to batching mode * Spotless apply for branch batch_megas for #220 (#222) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Fix imports hopefully * Spotless apply for branch batch_megas for #220 (#223) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * do Sampsas wanted changes * Spotless apply for branch batch_megas for #220 (#224) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Simplify logic, remove batch mode tick limit bypass * Apply spotless * Fix unintentional speedup of batches less than 256 Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: PGE Programirane <pge-programirane@abv.bg> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maxim <maxim235@gmx.de> Former-commit-id: 3ba950f0f7852e20ee08dac6ae119da7fd880ad8
2022-10-19New high density compression recipes (#218)GDCloud
Former-commit-id: 7731726608afcdec2b69e77ff06becb50198f41c
2022-10-17Fix EIG structure tooltip (#221)Maxim
* Added coil and glass count to the tooltip * Fixed EIG structure tooltip Former-commit-id: abf30070b86f563c789f12be1b72053de1056113
2022-10-16Fix oredicted circuit parts preventing CAL recipe generation (#219)miozune
Former-commit-id: b7a314b15f5ba04c9423bbf2bd49d1c49b5f26ff
2022-10-14Update GT_TileEntity_Windmill.java (#217)iouter
Former-commit-id: e74cf9861c474c4457a94827ba5c5cff2e77d317
2022-10-13Fix accidental block dupe (#216)Jakub
* Fix dupe * Move setup process to checkRecipe Former-commit-id: f72a6bd720ae66d8d722658e8d467a239b969ec3
2022-10-12Remove circuit 0 (#215)miozune
Former-commit-id: 82d1d14bcd56ba299ec21a8282aae977fc3c9ed9
2022-10-09Update GT_TileEntity_Windmill.java (#214)iouter
Former-commit-id: da53075b7721e68af4fcb6ee3bf48d011953cac3
2022-10-08add foil for bw material (#213)Yang Xizhi
* add foil for bw material * forget something Former-commit-id: 3c870fc78e13967b71446cb61fec601fba01aa6c
2022-10-08inductor warp (#212)Yang Xizhi
Former-commit-id: 040b4fffe0212c3a3dfcb4079c30c9df5047a3a4
2022-10-08EIG: Fix multiple input hatches beeing ignored & Make setup modes faster. (#210)Jakub
* Deplete water from all hatches * Make setup modes fast * spotlessApply (#211) Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 918011dfc525f5a884281dd5f4874dda1b4fa8a3
2022-10-08add Bio Fluid Block lang key (#209)くぁーりぃ
Former-commit-id: 171eafe6e82a43a265843f4087f76a045639ef1e
2022-10-07add the glass (#208)BlueWeabo
Former-commit-id: 708159b2af4bd7f321f0e17122819393b1230ea0
2022-10-01udate depMartin Robertz
Former-commit-id: e9a70e6cfd99a1c592aa4c208ae2ae9db0768a02
2022-10-01derpMartin Robertz
Former-commit-id: 2a67e0b33f806ccc351820a54dcef1108384a8c0
2022-10-01update dep fileMartin Robertz
update BS+SA Former-commit-id: 8e42dd9b2fbcb12e5d46a9328f49b91a1b99432c
2022-10-01Add Compat for bartworks and Cell-less PA change (#200)BlueWeabo
* make sure that recipes are added elsewhere * actual fix to the dusts Former-commit-id: 0870a2e1c0106a90f7d5337f2d90c3162b74085b
2022-10-01no-more-duplicate-key (#207)iouter
Former-commit-id: 950d0d9246903c4482aeee5084d380fd4b5e76f1
2022-09-26Added start and end processing calls to machines that work with inputs in ↵Maxim
onPostTick (#206) Former-commit-id: 34f1e0867e65c8aeae02e1391e4502e9a8498a03
2022-09-23Update BS+SAMartin Robertz
Former-commit-id: 5278be337dd97c7e548b8b7dc123713b55806177
2022-09-23Windmill-reblance (#205)iouter
* Windmill-reblance * resolve * new dmg Former-commit-id: ec3b7688cb3669e13181c5327f9187aeb6bade95
2022-09-19fix aoobe (#204)くぁーりぃ
Former-commit-id: bc1366ad8a911565cd162dca1d8ed3c29f5e2872
2022-09-09Adapt to Wiremill Configuration Circuit support (#201)miozune
Former-commit-id: 125f0ce37b416ce53662728e8b21439534ff6e4b
2022-09-06add nei page and code rewrite for radhatch (#195)Yang Xizhi
* add neihandler for radhatch * spotlessApply (#196) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * gui container and recipe logic rewrite * clean up * spotlessApply (#197) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * request change * add sievert display and sound effect * Spotless apply for branch radhatch for #195 (#199) * fix DT construct and survivalConstruct having wrong offset (#198) * spotlessApply Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Former-commit-id: bac12a5f712ca340284bdb6f3be4bb26a43f9594
2022-09-03fix DT construct and survivalConstruct having wrong offset (#198)Glease
Former-commit-id: 87fc6525c65036bf156319144cd6095713070998
2022-08-29HTGR Buffing (#193)Jakub
* Buff htgr * More buff + Fake recipe map * fix * spotlessApply (#194) Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * bw * Fix * Bigger buff, fixes * Fix insane time Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: eb92fbdb92cce66cd32e6b51b46a0bfb2aed36a1
2022-08-27Update buildscript & apply spotless (#192)Raven Szewczyk
* Update dependencies * updateBuildscript & spotlessApply Former-commit-id: f780e1a8d0f0bd192ba977eef17d41ee6fcd4b12
2022-08-27Fix color of glass tiers (#191)miozune
Former-commit-id: 741e584f4175da950d54c6668b86e2b3a7906bd4
2022-08-25allow separately selecting coil and glass tier using channels (#190)Glease
Former-commit-id: 1071d5a84db3514f32952a992b7339f6c37a6478
2022-08-24Fix Botania Glass-Tier (#189)くぁーりぃ
Former-commit-id: 87ce2c1d964a3bde3e31c05884aaa683a62070fa
2022-08-24Fix empty formula causing incorrect tooltip displayed (#188)miozune
Former-commit-id: 83f4332711b80cdec42d0d748eecc6036046dcde
2022-08-24Purge OpV (fix error voltage) (#187)miozune
Former-commit-id: bd1de1addc4cfd96affcdce3184bb48285997f7f
2022-08-23Fix invalid heat capacity in MEBF (#185)Jakub
* Fix * Optimize imports Former-commit-id: b4123f0a2cd21b4b0d758e73042e4521ed1f23d8
2022-08-23use correct texture for fluids (#186)Yang Xizhi
Former-commit-id: bb6b507e785114d067ac39b5d18f1068470b2aa8