aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-20no allocation (#12)HoleFish
2024-05-19updateMartin Robertz
2024-05-19Generate node map on checkMachine (#281)RealSilverMoon
2024-05-19updateMartin Robertz
2024-05-19Prevent Instant UCFE Explosions (#256)Daniel Mendes
* Add safety explosion counter to protect multi - Added a 10 second counter that fails the normal energy output in the UCFE, but also prevents it from exploding. This fixes the issue of starting it with some fuel in the inputs, and also on world load if EU is not extracted fast enough. * Clarify tooltip and shutdown on explosion - Added relevant information to tooltip; - Force shutdown of the multi after explosion, since it keeps running due to some weird structure check. * Shorten description lines and add structure info - Shortened the longest description lines since they were too long; - Added a note about needing to force structure check by powering on the multi; - Spotless. * Remove explosion possibility - Removed doExplosion from the EU generation part of the cody, now the machine only stops when the dynamo is full; - Renamed variables and changed comments and tooltip to match the way the code works now. * Change ticks to seconds in final variable * spotlessApply (#257) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-19updateMartin Robertz
2024-05-18Void Miner logic rework (#11)HoleFish
* update * rework * spotless * = -> copy
2024-05-18updateMartin Robertz
2024-05-18Fix far end asteroids generation (#2598)Oleg Ivanov
* Fix far end asteroids size * Use chunk seed to generate far end asteroids
2024-05-18backdate gt versionMartin Robertz
2024-05-18updateMartin Robertz
2024-05-17updateMartin Robertz
2024-05-17Make worldgen predicate more flexible (#2600)HoleFish
add method
2024-05-16Enable input bus separation for the MCR. (#9)Abdiel Kavash
* Enable input bus separation for the MCR. * Allow toggling by screwdriver.
2024-05-14updateMartin Robertz
2024-05-14Differentiate between DNA Sample Flask and Plasmid Sample Flask (#8)BlueHero233
2024-05-13Fix unwanted trailing commas from MCMETA (#2597)Julien Constant
This might be ignored by MC, but external JSON parser yells on this
2024-05-12updateMartin Robertz
2024-05-12Update GT_MetaTileEntity_IndustrialApiary.java (#2596)CromaMclos
The Apimancer's Drainer uses GT_MetaTileEntity_IndustrialApiary.getUsedQueen to retrieve the queen currently being processed by the Industrial Apiary. getUsedQueen is annotated with @SideOnly(Side.CLIENT) which only allows this function to be called from singleplayer. This function is not available when called from server-side and leads to the crash detailed in this issue. As far as I can tell, this function has no reason to be singleplayer / client-side only. This seems to be an artifact from when this function was imported over 2 years ago. Testing this change in our world prevents the crash and allows the Apimancer's Drainer to work as expected with the Industrial Apiary. Resolves GTNewHorizons/GT-New-Horizons-Modpack#16222
2024-05-11Change warning texts (#2592)HoleFish
change
2024-05-11updateMartin Robertz
2024-05-11LSC_fill/empty fix (#90)Reflex18
Fix to account for the difference in seconds and ticks to be more accurate.
2024-05-10updateMartin Robertz
2024-05-10Add textures for numbered bio and breakthrough circuits (#880)GDCloud
add numbers to bio and breakthrough circuits
2024-05-10updateMartin Robertz
2024-05-10Imporved Drone Center (#2591)RealSilverMoon
* Add plascrete block as an exception * Spotless * Add sort button * rebalance range * small fix * Add a localized button * Rename and add comment * Spotless
2024-05-10updateMartin Robertz
2024-05-10Fixed the controller texture for the turbines.PlayerCache is not called ↵Pilad
anywhere? (#878) * Fixed the controller texture for the turbines. * The file is not called anywhere? This file doesn't seem to be used anywhere. Maybe it's worth removing?
2024-05-10YOTTank performance refactor (#255)Raven Szewczyk
* Clean up yottank biginteger handling code * Only tick the tank once per second, adjust the output to match * Clean up yottahatch and fix a couple of omissions in the tank
2024-05-10Update WerkstoffMaterialPool.java - Fix "Impure Samarium ..." naming (#88)Speecker
* Update WerkstoffMaterialPool.java Renamed "Impure Samarium Oxalate" -> "Coarse Samarium Oxalate". Reason: Deny it from entering OreProc Systems utilizing "dustImpure*" filtering to gather any Impure Dust that can be centrifuged - but Impure Samarium Oxalate needs an LSC instead ! * Update WerkstoffMaterialPool.java * Update WerkstoffMaterialPool.java * update * if a material was renamed you need to check the usage --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-06updateMartin Robertz
2024-05-06LSC info readout fixes. (#89)Abdiel Kavash
* Fix DBZ. * Add spacing between value and unit.
2024-05-06updateMartin Robertz
2024-05-06LEG rotation fix (#249)Abdiel Kavash
2024-05-04Make DTPF lose fuel efficiency over time instead of instantly (#2574)NotAPenguin
* track idle time in MultiBlockBase * save idle time in MTE NBT * decay DTPF fuel efficiency overtime properly * spotless * track idle time in DTPF instead of base MTE * small refactor to simplify logic * Delete unused resetDiscount method * Remove unused override
2024-05-04updateMartin Robertz
2024-05-04Deduplicate assline recipes for yottank cells (#252)NotAPenguin
2024-05-04why return in middle of loop? ? ? (#254)梅天佑
2024-05-04updateMartin Robertz
2024-05-04updateMartin Robertz
2024-05-04Add void miner support for everglades (#877)Lyfts
add void miner support for everglades Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-04Add any block to void miner drops (#7)Lyfts
* make it possible to add any block to void miner drops * oops this needs to be opposite
2024-05-03Slight change to ampoc logic (#2590)chochem
* better safeguard for negative oc count. * add new unit test
2024-05-03updateMartin Robertz
2024-05-03Add improved Dragonblood DEFC recipes with comb (#123)Serenibyss
* update buildscript * Add improved Dragonblood DEFC recipes with comb Co-Authored-By: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> --------- Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
2024-05-03updateMartin Robertz
2024-05-02Add constants for tier indexes (#2578)Guillaume Mercier
* Add constants for tier indexes. Just following up on: https://github.com/GTNewHorizons/KubaTech/pull/122#discussion_r1568228992 * spotless apply
2024-04-30updateMartin Robertz
2024-04-30Fix conflicting recipes for EOH dilation parts. (#280)Guillaume Mercier
- Simply rotates the order of the spectral components. This works out because it's always 3 tiers that end up conflicting. - T1-T2 all use white dwarf matter and mk2 fusions - T4-T5 all use black dwarf matter and mk3 fusions - T8-T9 all use MDCM and and mk4 fusions
2024-04-30updateMartin Robertz