aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-25fix maintenance hatch not showing correct rotation after reload (#2506)Glease
2024-02-25fix LHE preview (#2505)Glease
2024-02-25Add SearchBar for Drone centre (#2498)RealSilverMoon
* Add SearchBar for DC * Display customName * Fix i18n * Add UI for module * extract variable as final * convert to ChatComponentTranslation * move some code to mui * Spotless * More i18n
2024-02-22Migrate assline to extended power base (#2503)HoleFish
* Migrates assline * energy logic
2024-02-22updateMartin Robertz
2024-02-22updateMartin Robertz
2024-02-22Adjust mk5 plasmas to account for 1 lost OC (#2504)GDCloud
account for 1 less OC
2024-02-19Fix Cleanroom logic with an LV energy hatch (#2499)Caedis
* Fix Cleanroom logic with an LV energy hatch * Spotless apply for branch fix/lvCleanroom for #2499 (#2500) spotlessApply Co-authored-by: GitHub GTNH Actions <> * Only allow LV+ energy hatches to run * change to use TierEU instead of magic value * Spotless apply for branch fix/lvCleanroom for #2499 (#2501) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-19Update dependencies. (#2497)Abdiel Kavash
2024-02-17Fix water bottle fluid exploit (#2494)chochem
* fix water bottle fluid amount * require 1000L minimum
2024-02-16Change over wireless teams to use SP teams (#2493)BlueWeabo
* Change over wireless teams to use SP teams * spotless * null checks * fix unit test being wrong * update * add tab autocomplete * spotless * make sure teams are transfered over correctly * spotless * do not delete space teams data when two world saves put something into it * spotless * go away from a stream * make wireless networks load later --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-16updateMartin Robertz
2024-02-15Assign force fuel value in GT (#2495)chochem
assign force fuel value in GT
2024-02-15Allow interacting with machines instantly upon placing (#2496)Raven Szewczyk
2024-02-14updateMartin Robertz
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-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-07updateMartin Robertz
2024-02-06Fix dimethylbenzene names (#2488)GDCloud
add missing 'e'
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-02-04update depsMartin Robertz
2024-02-03Refactor Packet Handling for MuTEs (#2485)BlueWeabo
* create base framework of packets for MuTEs * spotless
2024-02-03update depsMartin Robertz
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-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-22EBF tooltip (#2471)Abdiel Kavash
* update BS * EBF tooltip
2024-01-22Add Banded Iron EBF processing. (#2472)Abdiel Kavash
Banded Iron EBF processing.
2024-01-22update depsMartin Robertz
2024-01-22Fix PA voltage check (#2470)HoleFish
check voltage
2024-01-20Remove all usages of GT_ItemStack2 as Set/Map keys by using fastutil (#2465)tth05
* Replace Maps in GT_OreDictUnificator with fastutil implementations with custom hasher Removes the need to allocate a GT_ItemStack2 every time these Maps are accessed * Replace local HashMaps with Reference2LongArrayMaps in GT_Recipe and fix if condition * Remove GT_ItemStack2 usage from OrePrefixes * Update GTNHLib requirement in @Mod annotation * Don't modify stack argument when re-trying `setItemStack2DataMap` access with wildcard value
2024-01-20Fix PCB coolant hatch (#2469)HoleFish
not setHatchRecipeMap
2024-01-20Fix void protection of distillation tower with ME output hatches (#2467)HoleFish
override canDumpFluidToME