-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the large miner crashing when cycling layers #980
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikerooni
approved these changes
Mar 19, 2024
mikerooni
pushed a commit
that referenced
this pull request
Mar 23, 2024
mikerooni
added a commit
that referenced
this pull request
Mar 23, 2024
* Update lang file ru_ru.json (#913) * Translated using Weblate (Russian) Currently translated at 99.9% (5046 of 5048 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ * Translated using Weblate (Russian) Currently translated at 100.0% (5063 of 5063 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ --------- Co-authored-by: Western01 <[email protected]> * Fix RecipeManagerMixin not discovering proxy recipes (#922) * Added Overworld Dimension Requirement to All "overworld" Fluid veins (#918) * implemented fix from #930 (#933) Co-authored-by: rmi <[email protected]> * added GTCEu Magnet Curios slots (#920) * Fix multi-amp transformer capacity (#944) Authored-by: sirjoekcb <[email protected]> Reviewed-by: StanielDevito <[email protected]> * fix machines not connecting to already placed cables (#956) * 1.20.1 fixes (#950) * Fixes #949 * Fixes #945 --------- Co-authored-by: rmi <[email protected]> * Add Coke Oven, EFB, Large Boiler, pages to compass (#953) * Item Collector + other random fixes (#943) * Item Collector Progress * Item Collector Functionality * Item Collector Functionality * Item Collector progress & minor GT code cleanup * attempt at fixing fisher causing hang * fix broken active state on itemcollector * Implemented configurable itemcollector range * Update FisherMachine.java * Update GTMachines.java Changed itemcollector tooltipbuilder to tooltips() --------- Co-authored-by: rmi <[email protected]> * make ItemBus fillable, AE2 filling for all EMI recipes. (#927) * Make defensive copies of GTRecipe.conditions list to avoid ConcurrentModificationException (#935) * Large boiler fixes (#938) * Update steam output display from large boiler based on throttle * Update fuel consumption on changing throttle --------- Co-authored-by: sirjoekcb <[email protected]> * Add Ores Blocks in Collapsible Entry for REI (#948) * Fix description of Impure ore cauldron actions (#929) * Added Overworld Dimension Requirement to All "overworld" Fluid veins * Removed ln32 comment * Cauldron Action Lang fixes * Cauldron Action Lang fixes to LangHandler.java --------- Co-authored-by: Mikerooni <[email protected]> * fix: compile errors (#957) * fix: compile errors * chore: run a build in PRs * chore: rename CI action for PRs * fix: compile error in FisherMachine * chore: suppress deprecation warnings for processing array in GTMachines * chore: revert previous commit as it didn't seem to change anything... * chore: store PR build output artifacts * Use singleton EmptyMapMarkerEntry instead of null in ITEM_UNIFICATION_ENTRY_COLLECTED (#966) Co-authored-by: sirjoekcb <[email protected]> * small lang update (#963) * Translated using Weblate (Russian) Currently translated at 100.0% (5062 of 5062 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ * Translated using Weblate (Russian) Currently translated at 100.0% (5062 of 5062 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ * Translated using Weblate (Russian) Currently translated at 99.9% (5063 of 5067 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ * Translated using Weblate (Russian) Currently translated at 100.0% (5067 of 5067 strings) Translation: Gregicality/GregTech Modern Translate-URL: http://weblate.pantsu.moe/projects/gregicality/gregtech-modern/ru/ --------- Co-authored-by: Western01 <[email protected]> * update zh_cn localization (#968) * Update zh_cn.json * Update zh_cn.json * Update zh_cn.json * update zh_cn --------- Co-authored-by: KilaBash <[email protected]> * fix emi issue in server (#976) * fix orevein recipes empty on server * ?? * fix? KJS not being able to remove tags from GT items/blocks/whatever (#981) * Cache JEI size instead of needlessly creating a new template each time (#987) * Avoid O(n) lookup behavior in ChemicalHelper (#986) * buff the large miner's fortune to be at least 3x guaranteed. (#985) * fix bucket model (#984) * fix bucket model * better solution * fix chainsaw always using durability for tree felling (#983) * fix some issues with fluid drilling rigs (#970) + add extra tooltips (#982) * fix the large miner crashing when cycling layers (#980) fixes #972 * fix large miner crushed ore issue (#996) * Mi/fixes (#979) * chore: update ldlib to 1.0.24.a * refactor: remove async recipe searching * fix: make UI titles only roll on hover * fix: move titlebar text to center again * refactor: early return in GTRecipe.handlerContentsInternal() * fix: reintroduce combined inventory for item bus machines (temporary) * fix: only roll multiblock part names on hover * chore: version and changelog * chore: datagen * fix: compile errors * chore: datagen --------- Co-authored-by: marisathewitch <[email protected]> Co-authored-by: Western01 <[email protected]> Co-authored-by: ctrlaltmilk <[email protected]> Co-authored-by: Ghostipedia <[email protected]> Co-authored-by: Markh3tr <[email protected]> Co-authored-by: rmi <[email protected]> Co-authored-by: Drackion <[email protected]> Co-authored-by: sirjoekcb <[email protected]> Co-authored-by: PrototypeTrousers <[email protected]> Co-authored-by: BlackDragon2447 <[email protected]> Co-authored-by: Arbor <[email protected]> Co-authored-by: thedarkcolour <[email protected]> Co-authored-by: sirjoekcb <[email protected]> Co-authored-by: Usow Maxim <[email protected]> Co-authored-by: iouter <[email protected]> Co-authored-by: KilaBash <[email protected]> Co-authored-by: screret <[email protected]> Co-authored-by: embeddedt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
#972
Implementation Details
should be none.
Outcome
fixes #972