aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-17Remove unused Thaumcraft compatmiozune
2023-10-17Remove MachineUpdateHandler which is never updatedmiozune
2023-10-17Remove BaseItemDustEx which is never updatedmiozune
2023-10-17Remove AC_Helper_Utils which is actually never updatedmiozune
2023-10-17Move SAWTOOL to TreeFarmHelpermiozune
2023-10-17Switch to GT XSTRmiozune
2023-10-17Remove unused classesmiozune
2023-10-17Update .gitignoremiozune
2023-10-17updateBuildScriptmiozune
2023-10-17Switch to GT XSTRmiozune
2023-10-16update bs+deps+wciMartin Robertz
2023-10-16Item pipes now consider the tick their current transfer period started ↵BTone
before resetting their transferred items, resulting in more predictable pipe transfer rates. (#2334)
2023-10-16fix linked input bus dropping item when there are still one bus on same freq ↵Glease
(#20)
2023-10-16fix sunnarium bee production rate (#2335)chochem
2023-10-16Add stocking input hatch (#2322)tth05
* Add stocking input hatch * Refactor stocking input hatch UI code and fix some formatting * Add new visual changes from stocking bus and some refactoring * Remove drain/fill methods and fix tooltip * Split information slots into separate array and update MUI * Use inventory of size in constructor * Add assembly line support * Add amount to info slot tooltips and update tooltips every tick
2023-10-15Fix memory leak of player instances in CoverBehavior (#2333)tth05
* Use weak references to store last player in cover behavior * Remove duplicate lastPlayer field from GT_CoverBehavior
2023-10-15More cleaning (#246)Connor-Colenso
* Remove unused font renderer * Remove unused gui stuff * Remove deprecated recipes for parametrizers and change creative tab item to high power casing. More iconic for the mod imo. * Remove commands that are only used for a deprecated block * Remove some unused config option for disabling GT material stuff * TecTech chunk custom saving thing? Not entirely sure why this exists, it seems to serve no purpose? * Clean up some unused code * Remove a bunch of random stuff * Seems unused? * Spotless * More cleaning + spotless, random unused stuff * No swearing * Update buildscript --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-10-15fix scotch (#2332)chochem
2023-10-14allow rotation on maintenance hatch (#2331)Glease
2023-10-14update depsMartin Robertz
2023-10-14Small cleanup (#100)glowredman
* Use llamalad's `@ModifyReturnValue` * Prefix mixin methods with "kubatech$" * Address some warnings * Remove dead code
2023-10-13Fix Stocking Bus bug (#2326)miozune
* Shut down machine with message if stocking bus fail to extract items * Better way to handle message persistent on shutdown * Minor cleanup * Allow more localizations * Add network status display * Fix auto-pull mode accepting shift insert * Remove workaround for issue with multiple ME buses in a multiblock * Some tweak for appearance * Correct inconsistent variable naming in GT_UITextures * Update .gitignore * Fix typo * Remove isScheduledForResetCheckRecipeResult by using persistsOnShutdown * Apply "cannot set slot" tooltip for empty slots too
2023-10-13Fix Neptunium (#762)Harry
2023-10-12Clean up BOP_block_Registrator and convert it to RA2 (#761)chochem
* RA2ify and clean up BOP_block_Registrator * remove lubricant cutting recipe
2023-10-12update bs+deps (#99)Martin Robertz
2023-10-12Fix clay bucket exploit and bring fluid canner in line with tank for them ↵chochem
(#2320) * fix clay bucket exploit * convert to RA2 * fixes * add missing modloaded check
2023-10-12Make soldering iron change multiblock void mode (#760)Батьків Нестор-Євген Васильович
* Make soldering change void mode * small issue :( * address review * naming things hard
2023-10-12average per tick counter for cable voltage and amperage (#2321)iamblackornot
* - a workaround fix to https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/14431 - code clean-up of unused variables related to the issue - portable scanner infodata is cleaned too since some of the data is related to mentioned before "ghost" variables * - PR review changes * "Current Amperage" -> "Amperage" * - updated gradle build script * - sync fork * added AveragePerTickCounter class, which helps getting [current tick] value and [average] value for Amperage and Voltage of energy cable blocks updated cable scanner info to show these values * - lowercase the first letter of new methods to follow the guidelines - added one comment to explain code segment's logic --------- Co-authored-by: iamblackornot <nkzshinnnik@gmail.com>
2023-10-11update bs+depsMartin Robertz
2023-10-11update bs+depsMartin Robertz
2023-10-11Add UXV Component Assemblyline functionality (#214)GDCloud
* reduce recipe size for uxv parts * stop mhdcsm from being compacted * first attempt at large stacks * Working mhdcsm conversion * remove divisor * add casing recipe * spotless * remove wildcard import * remove unnecessary parentheses * no need for pairs * convert 64+ stacksize materials * spotless * add comment * address reviews * typo * small uxv casing texture update
2023-10-11GT_BaseCrop Modularisation (#2330)Guillaume Mercier
- Add layout.json from idea to gitignore - Modularizes the code for the isBlockBelow check - No functionality changes should appear to the end user
2023-10-11new way to add item data for recycling (#2306)chochem
2023-10-10Use the new method to copy entity from MobsInfo (#98)Jakub
* Update build.gradle * Update dependencies.gradle * Use the new API
2023-10-10Stop maintenance issues cropping up on fuel refinery. (#215)Alex Bee
2023-10-09update depsDream-MasterXXL
2023-10-09update depsDream-MasterXXL
Former-commit-id: 070d7a4cb41b739e50964ea53c5946e35d3cd37d
2023-10-09update depsDream-MasterXXL
2023-10-09update depsDream-MasterXXL
2023-10-09Allows covers to be configured to tick more slowly (#2307)querns
* Right clicking covers with a jackhammer will now make them tick more slowly * Interim commit, switching tasks * Finishes tick rate button in cover UIs * Change tick rate multiplier to a tick rate addition * Missed one number in the multiplier -> addition conversion * Hold Ctrl to adjust tick rate by 5 steps per click, move button closer to corner of cover GUI * Adjust how holding Ctrl computes tick rate change, remove gray formatting option for tick rate formatter * Cover tick rate addition can now be prevented per-cover-behavior, minor code tweaks
2023-10-09Add OC test for 3 ticks to 1 tick (#2329)miozune
2023-10-09Fix insufficient power result not being persisted (#2328)miozune
2023-10-09Merge pull request #71 from GTNewHorizons/sm-oxElisis
Fix Impure Samarium Oxalate name
2023-10-09Fix Impure Samarium Oxalate nameElisis
2023-10-08Fix server crash with Teleporter (#2327)miozune
2023-10-08Cleanup isValidMetaTileEntity and some more (#364)miozune
* updateBuildScript & updateDependencies * Update .gitignore * Cleanup isValidMetaTileEntity * Remove unused and obsolete members Former-commit-id: 916b7ea9e708857b2efb50c3387fb7643dfa1796
2023-10-07Remove Technetium achievements (#759)miozune
* Remove Technetium achievements * Cleanup code
2023-10-07- fixes ↵iamblackornot
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/14559 (#2325) - had to change 2 unit test to address the mentioned above OC calculation fix Co-authored-by: iamblackornot <nkzshinnnik@gmail.com>
2023-10-05update depsDream-MasterXXL
2023-10-05update depsDream-MasterXXL