aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-30NEI handlerkuba6000
2023-10-30RA2kuba6000
2023-10-30dont crashkuba6000
2023-10-30Handle missing blockskuba6000
2023-10-30Start working on moving DEFC from EMTkuba6000
2023-10-30Update commentkuba6000
2023-10-29Add KubaTech to mods enum (#2354)Jakub
* Add KubaTech to mods enum * Sort enum content
2023-10-29make nocircuit styrene sb onlychochem
2023-10-28update depsMartin Robertz
2023-10-28don't panic over collisionschochem
2023-10-28Another check if autopull is availablePelotrio
2023-10-28Address requested changesPelotrio
2023-10-28Rename the hatches to make it consistent with `MetaTileEntityIDs`Pelotrio
2023-10-28Change casing tier to make it consistent with the coming recipesPelotrio
2023-10-28Add non-autopull version of stocking input bus/hatchPelotrio
2023-10-28update depsMartin Robertz
2023-10-28Make fish catcher output GT variant of iron nugget (#774)miozune
* Make fish catcher output GT variant of iron nugget * Cleanup code
2023-10-27update depsMartin Robertz
2023-10-27Use new interface term API for cribs (#2314)firenoo
* Use new interface term API for cribs Requires new AE2 version before this works. * Update dependencies.gradle * sa * Update dependencies.gradle * Update dependencies.gradle * fix wrong tag (cherry picked from commit 5197207f744b5f7e65d229893b872af6608d8b25) * Update `ae2` and fix compatability --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Andrei Laiff <q.laiff@gmail.com>
2023-10-26update depsMartin Robertz
2023-10-26add back classes referenced by code injected with asm (#772)Glease
* add back classes referenced by code injected with asm * remove chunk debugging since the related command is removed
2023-10-262 small fixes (#773)chochem
* fix cellulose fibre extraction * fix missing impure lifbef2 * update BS
2023-10-24update depsMartin Robertz
2023-10-24New base and active textures for stocking input bus/hatch and ME output ↵tth05
bus/hatch (#2339) * Periodically update active state of ME hatches * Use HV casing textures for ME hatches * Add new textures for stocking input bus/hatch and me output bus/hatch --------- Co-authored-by: Pelotrio <45769595+Pelotrio@users.noreply.github.com>
2023-10-23Backport paint solvent from GTCEu (#2346)Caedis
2023-10-22implement drain for stocking input hatch (#2347)Glease
This is primarily used by depleteInput() from controller. only drain from internal source (i.e. ForgeDirection.UNKNOWN) is allowed
2023-10-22update deps and bsMartin Robertz
2023-10-22Merge pull request #72 from Nxer/patch-1Martin Robertz
fix ErbiumOreConcentrate Name issue
2023-10-22Fix ErbiumOreConcentrate Name issuuNxer
???Eb??? → ???Er???
2023-10-21Upping Tier to 13 (#2343)TheEpicGamer274
2023-10-21asynchronous cape download (#770)Glease
* asynchronous cape download * spotlessApply (#771) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-21A new approach for block updates in BaseMetaTileEntity (#2342)iamblackornot
* - added 0,5s cooldown on BaseMetaTileEntity texture render update * - changed to RandomCooldown to make visual representation of the target object more relevant to its state * - implemented a BlockUpdateHandler, making the update cooldowns chunk-based - left commented out debug code * - now BaseMetaTileEntity tracks last time a texture update was issued and skips update if parent chunk was already updated since last update issue * - reworked BlockUpdateHandler to a singleton doing update work on client tick, this way update logic is fully encapsulated and gets rid of some comparisons needed to sync updates * - fixed a bug with crash on quitting the game - forgot to add moved sources - cleaned up debug code - added description commentary * - updated buildscript * - switched to internal tick counter, cause server time is unreliable and crashes client https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/14742 - removed subclass aliases - switched to XSTR instead of java's Random - IllegalArugmentException instead of InvalidParameterException - added client side config option to enable/disable this feature (by default is off) --------- Co-authored-by: iamblackornot <nkzshinnnik@gmail.com>
2023-10-21update bs+depsMartin Robertz
2023-10-20spotlessApplyGitHub GTNH Actions
2023-10-20Fix missing methodConnor Colenso
2023-10-20Implement ae2 part spray painting (#2344)Caedis
2023-10-20update deps +bsMartin Robertz
Former-commit-id: f516075080b0c39e13b9cf296b378a2daf148af4
2023-10-19make humongous hatch uxv tier (#365)GDCloud
Former-commit-id: b0cd31096218d4e5edba262e559d80ef6f165b54
2023-10-19Fix fluid canner recipes not using correct empty container (#2337)miozune
* Fix fluid canner recipes not using correct empty container * Restore lava bucket fix * Remove now obsolete glass bottle handling + Javadoc
2023-10-19update deps+gradleMartin Robertz
2023-10-19Fix locked fluid name not working correctly (#2341)miozune
2023-10-19Update valid grid proxy sides when rotating ME hatches (#2336)tth05
2023-10-18Fix stocking hatch might hold 0 amount of fluid after running recipe (#2340)miozune
* Fix stocking hatch might hold 0 amount of fluid after running recipe * now actually fix
2023-10-18Cleaning up (#767)Connor-Colenso
* Kill playerAPI * Gut more events and compat that is now obsolete * Remove commented out code * Remove final modifier from methods * Make more stuff final * Remove slow building ring * Protected -> private in final classes * More cleaning * More cleaning v2 * Purging * Clean DevHelper * Clean DevHelper 2 * delete DevHelper * remove useless IFMLLoadingPlugin.MCVersion annotation from @Mod files * check for obfuscation only once in the IFMLloadingPlugin.injectData * don't instantiate the static class ASMConfig * delete unused and empty implementation of IFMLCallHook * delete empty class * delete ClassesToTransform class that just holds the class names constants * delete unused methods and unsless logging in dummymod container * delete unused transformer ClassTransformer_TT_ThaumicRestorer * spotless * Clean * Clean utils * Build checkpoint * Purge * Stage 2 * Stage 3 * Stage 4 * Stage 5 * Stage 6 * Spotless * Imports * Stage idk * Stage 1 * Fix issue * Spotless * Format numbers --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC>
2023-10-18update depsMartin Robertz
2023-10-18fix ofBlocksTiered notSet misuse (#248)Glease
2023-10-18fix catalyst recipes (#768)chochem
2023-10-17restore vinteum gem (#2338)chochem
2023-10-17delete compat to set OpenBlock's grave hardness to 6 (#764)Alexdoru
2023-10-17Remove sSteamTurbineFuels which is never queriedmiozune