aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-10updateMartin Robertz
2024-03-10Numeric widget and localized number formatting. (#2)Abdiel Kavash
* bs + deps * Radio Hatch * LESU * spotless * deps
2024-03-09Seems slightly more threadsafe (#1)Jason Mitchell
2024-03-08updateMartin Robertz
2024-03-03updateMartin Robertz
Former-commit-id: cec96a35478122f0404d7f4077757ced0d8abc40
2024-03-03fix mega DT (#396)Glease
* fix mega dt structure * fix copypaste error * fix copypaste error again Former-commit-id: 0aa8a95b61676ede1433ce359aecf00c2aec1e45
2024-03-01updateMartin Robertz
Former-commit-id: 6a8f8f6643a36e5ed5a01854f5a3a92c68731512
2024-02-28updateMartin Robertz
Former-commit-id: 083c770cc44b7919f00e95f6c5909bdc0b5adfe3
2024-02-28Fix Bio Vat internal error & scanner info (#394)HoleFish
* fix * add comments Former-commit-id: dca4780ded78419d4c742b320f3efbd8efebc96c
2024-02-20updateMartin Robertz
Former-commit-id: 85c609be4ba51c0994024e034155c6a1558bdb17
2024-02-20CAL CA mode recipe tier nerf (#392)Батьків Нестор-Євген Васильович
* Do the thing * spotlessApply (#393) Co-authored-by: GitHub GTNH Actions <> * improve tooltip --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chochem <40274384+chochem@users.noreply.github.com> Former-commit-id: 637fa78a4d2de7457c7f0ce41657dbb78a47eab0
2024-02-14updateMartin Robertz
Former-commit-id: 56fb3b1a93921840c16f65c383d75eb449209071
2024-02-10fix OC behaviour (#391)GDCloud
Former-commit-id: ada48df6ee07c5d1216b9a4f934fc351c818ae4a
2024-02-10set back TGregworks to original repo (#390)Martin Robertz
Former-commit-id: adc2079b633fcdb377c8d7317878a5626e514d4b
2024-02-10updateMartin Robertz
Former-commit-id: 8dcdeaf0555fd64132079ebb9aae0c4f2166700a
2024-02-10Add EIC recipes for a few Singularities & Infinity Catalyst (#389)Sampsa
* Add EIC recipes for Iron Singularity, Fluxed Electrum Singulatiry & Infinity Catalyst * Update dependancy? * Update dependencies.gradle * Update dependencies.gradle * Update dependencies.gradle using us tag so long the other one not working * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 2bd4adf2020a326af5e137250b48ff943318b0d2
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
Former-commit-id: 61bdd70febccf8d5803a904cc81a7feac521c8bc
2024-02-03Merge branch 'dev'Martin Robertz
Former-commit-id: c03876f05f181b15b04095757f5d156dfb08c799
2024-02-03Calculate multiplier in a new way (#387)HoleFish
Former-commit-id: af4c73cf6d2b35b97b6d9fe106ec16b6fa0083fd
2024-02-03update bs+depsMartin Robertz
Former-commit-id: 3130c5ad4d1f940e8525ce5a3a196aa2cd5df897
2024-02-03Merge remote-tracking branch 'origin/master' into devMartin Robertz
Former-commit-id: 8fd8f0ef58927fc566617f87f7506bc9f7433c52
2024-02-02fix MBF tooltip (#388)chochem
Former-commit-id: b6b688c08aa01a3c00378e780997b9640ee0d227
2024-01-23update bs+depsMartin Robertz
Former-commit-id: 1d80c0b2184d0dd7536867d37446b671438ba367
2024-01-23Calculate multiplier in a new wayHoleFish
Former-commit-id: 948c644cbf0f89d70b07dbca8444b26f0e839f94
2024-01-10update dependencies to fix mutemaster inconsistencies (#386)bombcar
Former-commit-id: fd9ea53955ec90e205d177148c13bb435ef3fdb8
2024-01-08[ci skip] upgraded build systemRaven Szewczyk
Former-commit-id: c9b03db260ad736eb1c096d21cc62a2a1d813ea2
2023-12-29update gtMartin Robertz
Former-commit-id: d2eb16eca028d2150fc4a0fb39751e54e63b92d6
2023-12-29fix industry frame and plat block (#385)chochem
Former-commit-id: 7633e42f57b250d04876ac63a936dcc08fae5c31
2023-12-28update depsMartin Robertz
Former-commit-id: 944666f3a1e7616e2f4fd7cc090671d9014b3ee0
2023-12-27fix muffler hatches (#384)chochem
Former-commit-id: 2367f1cdc054684cd78c84fa97b0a77ec0e697ea
2023-12-26Fix low power laser converter exploding after being painted and placed back ↵antropod
in the world (#383) Former-commit-id: dd1ca5912c0ca3242a95bb31596bb0d495b22783
2023-12-20Fix CAL Locking itself (#381)Батьків Нестор-Євген Васильович
* Fix CAL Locking itself * Update GT_TileEntity_CircuitAssemblyLine.java Fix null * I did the funny Former-commit-id: bf835f2b3cd559b542fb54873b025be4adedfc43
2023-12-20update depsMartin Robertz
Former-commit-id: e20c8047a9725a3777c8a3e28e3cdcf6fe731a34
2023-12-20Allow Mega Oil Cracker to use an input bus. (#382)Abdiel Kavash
Former-commit-id: 1f9366a499ee20814019e946b96468e620e02837
2023-12-17update bs+depsMartin Robertz
Former-commit-id: bcbfd8cbaab90c034a6d46b2f71d9ba32789c0d4
2023-12-16Fix length calculation for CAL (#379)Батьків Нестор-Євген Васильович
* Fix length calculation for CAL Since multiblock stacrts checking with PIECE_FIRST and than continue with PIECE_NEXT its length is amount of PIECE_NEXT + 1(first piece) * spotlessApply (#380) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 087d4d4eac6a9ad6e8599daa7a44f355f85cd8a6
2023-12-12Fix HTGR not allowing insertion of coolant (#378)miozune
* Fix HTGR not allowing insertion of coolant * Fix TGregworks dep Former-commit-id: f35566ca9617b55eb276d045f9cd0a1f8b110dc1
2023-12-04Merge remote-tracking branch 'origin/master'Martin Robertz
# Conflicts: # dependencies.gradle Former-commit-id: a4c8863518f2ac6531f0fc13cea7ec978589ca50
2023-12-04update depsMartin Robertz
Former-commit-id: 45e7cba0d03e7e037a935d04799d11d13e238f2c
2023-12-04Update dependencies.gradleMartin Robertz
Former-commit-id: 900f8c51f41160c1167f93e485919b6585bf347d
2023-12-03Migrate to new RecipeMap (#375)miozune
* Convert manual LCR recipe addition to RA2 * Remove outdated recipe addition for replicator * Remove DynamicGTRecipe constructor that is identical to super * Remove duplicated replicator recipe generation * Migrate BW recipemaps * Migrate recipe loaders * Remove enforceNobleGas No material succeeds in this method in the modpack * Apply recipe categories * Fix recipe removal code * Adjust recipe catalysts * update bs+deps+gradle * fix * fix * change back to gtnh tag --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 03486c93813e2b430ddf8eb1b33191068452db74
2023-12-03tweak cal structure code (#376)Glease
* tweak cal structure code * spotless Former-commit-id: ce2d329edb93b96dfaa624d3dff9e912cdb32a91
2023-11-30Remove messages for old ASM (#374)bombcar
* remove messages for old ASM * leave as info Former-commit-id: e7d58468058bee3e082bf3acb26017cacca7bf8e
2023-11-30Add wire cutter behavior for all missing multis (#373)Pelotrio
Former-commit-id: 3acd0cf2b0b94383ebc8b3e3ca1dc5c7de8ffa3d
2023-11-29remove unused ASM (#371)bombcar
* remove unused ASM * accidentally removed too much * Remove RWG ASM * spotlessApply --------- Co-authored-by: Caedis <Caedis@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <unknown> Former-commit-id: ea5a2a8199749234e1e144c9f326ddd1b23e30c8
2023-11-29update depsMartin Robertz
Former-commit-id: 3d3e2d8a42f801e4a2629654b5eb17e575b65fda
2023-11-29I like ternary :fail:Батьків Нестор-Євген Васильович
Former-commit-id: e9c98929be828ee9ca54b3f2721e5aa366a7befb
2023-11-29update bs+depsMartin Robertz
Former-commit-id: 6bfa9ead8c708178f958109e651998f2d53447c4
2023-11-29Add Circuit Assembler ModeLewisSaber
Former-commit-id: 650d8c7bcde2e3748279aa7201cf1f9e46866f1d
2023-11-14Fix EIC piston resetkuba6000
Former-commit-id: 270d20ceb76e64b7ec2d5234985245f1465a4acc