aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-12Add batch mode to nano forge (#2492)GDCloud
add batch mode
2024-02-12Wireless Activity Detector; Power On/Off Activity Detector (#2490)slprime
* Wireless Activity Detector; Power On/Off Activity Detector * Wireless Gui Redesign --------- Co-authored-by: slprime <history-21@yandex.ru>
2024-02-11Add godforge materials (#2491)GDCloud
* add magmatter * add quark gluon plasma * remove nanites * forgot chem formula
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-10updateMartin Robertz
2024-02-10Fix MuTE Casings Not Forming Correctly (#2489)Daniel Mendes
Fixed packet sending - Changed blockMetadata to mteID on methods in MultiTileEntity.hava that are not being used yet (Blue said this is how they're supposed to be); - Send graphic packets for tickable and non-tickable MuTEs; - Encode and decode relevant IDs to ensure MuTE casings form correctly on world load and auto-building.
2024-02-10updateMartin Robertz
2024-02-104/4 overclocks for IsaMill and FlotationCell again (#831)HoleFish
restore 4/4 oc
2024-02-10Fix LFTR (#832)HoleFish
* Fix hatch * fix fuel search * spotless
2024-02-07updateMartin Robertz
2024-02-06Fix dimethylbenzene names (#2488)GDCloud
add missing 'e'
2024-02-06updateMartin Robertz
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
Former-commit-id: 61bdd70febccf8d5803a904cc81a7feac521c8bc
2024-02-04update depsMartin Robertz
2024-02-03Refactor Packet Handling for MuTEs (#2485)BlueWeabo
* create base framework of packets for MuTEs * spotless
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 depsMartin Robertz
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-02-02Fix EBF tooltip (#2487)chochem
fix EBF tooltip
2024-02-02update depsMartin Robertz
2024-02-02fix divide by zero exception (#2486)chochem
fix 0 check
2024-01-31update bs+depsMartin Robertz
2024-01-31Add more checking to prevent chaining to different blocks (#2481)Caedis
* Add more checking to prevent chaining to different blocks * Remove variable that is only used once
2024-01-31Add Drone Centre (#2412)RealSilverMoon
* Add Drone Centre * Apply texture and model * Update en_US.lang * Remove import.* * Switch to block render * Balance range and break chance * Add recipe * Spotless * Update lang * Fix recipe * Rewrite connection system and UI * Remove debuff party * Spotless * Fix server class not found * A stupid enough recipe * Another bad recipe * Update tooltip & i18n * Close it! * Spotless * Disable draggable * prohibited remote control when centre is offline * Rename * Rename; Change specifiers * Update texture * spotless --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-01-31Fix charcoal igniter tooltip (#2484)Ritums Cepitis
2024-01-30fix PCB (#2483)HoleFish
* remove hatch requirement * forced structure check * batch mode and recipe lock * fix button logic
2024-01-30Add hatch tier tooltips for several ME hatches (#2482)HoleFish
* add hatch tier * correct description
2024-01-29update deps+bsMartin Robertz
2024-01-30EOH fix (#268)HoleFish
* smooth chanced outputs * fix fluid suction and consumption issue * no crib allowed * fix output EU * correct recipe result * new oc formula * better way * Revert "new oc formula" This reverts commit 921c639367ba1133d134b62bffb724e52edac374. * result typo
2024-01-27Fix nano forge nei preview (#2475)Lyfts
2024-01-27Fix DTPF not consuming energy (#2479)Sampsa
Fix DTPF not conusming energy
2024-01-27GT Tool Fixes and ore balance config (#2453)Minepolz320
* Fixes/balance config Fixes that the ax and saw do not break ladders - ability to toggle ore multipliers for ore Nether and End - sneaking with a scythe/plow allows you to break only 1 block * Fix copy paste typo * Revert "Allow tools to break stuff with a lower harvest level (#2435)" This reverts commit ba1a9b290a09e39b100ff8d9f1f5e70cdc3f0fab.
2024-01-27Change chain spraying to only chain to the same kind of item (#2478)Caedis
Initial fix for only allow chain spraying the same kind of block you started with
2024-01-27Fix wrench raytrace crash on server (#2477)ghostflyby
2024-01-27update depsMartin Robertz
2024-01-26Fix large fluid cell Rendering 🤦 (#2476)Matthew William Noel
* Fix large fluid cell Rendering 🤦 * Convert if-else chain to switch 🧹 * Remove unnecessary z offset 🧹
2024-01-24Fix oc calculator (#2474)chochem
* add new test * voltage difference check iff no amperageOC * fix doubleEnergyHatchOC_Test (passes either way but is coded this way)
2024-01-23update bs+depsMartin Robertz
Former-commit-id: 1d80c0b2184d0dd7536867d37446b671438ba367
2024-01-23Calculate multiplier in a new wayHoleFish
Former-commit-id: 948c644cbf0f89d70b07dbca8444b26f0e839f94