improvements from fork#1
Open
def9a2a4 wants to merge 50 commits into
Open
Conversation
…orldManager, update plugin lifecycle
…s, randomize pipe task offsets to reduce lag
…riant, apply to item meta
…er and RecipeUnlockListener initialization, registration, and usage
… and dynamic path validation
…gic and output handling
…source empty and destination full states
… for rechecking container presence at pipe ends
…ansmission speed information in lore
… waxing, and scraping features
… CachedPath and implement precise cache eviction by member
Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com>
Fix three cache-consistency bugs in PipeManager
…n and set up local repository
…uild configuration
…lla-hopper-compatible behavior Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/2802d3a8-0aba-4396-aed4-0015a5cabe84
…id-brew extraction guard Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/313d0900-255c-4113-b332-cfe18b6081da
…adapter Add vanilla-hopper-compatible adapters for Furnace and Brewing Stand
- Add ContainerAdapter.requestedItem() default method: containers can declare what item they currently need; null = use default behavior - Add ContainerAdapter.peekExtractMatching() default method: filtered extraction that only returns items matching the destination's request; default checks the result of peekExtract() for similarity - Override peekExtractMatching() in VanillaContainerAdapter to scan the full inventory for the first matching item instead of just slot 0 - Override requestedItem() in FurnaceContainerAdapter: returns smelting slot item when present, then fuel slot item as fallback - Override requestedItem() in BrewingStandContainerAdapter: returns ingredient slot item when present, then fuel slot item as fallback - Modify PipeManager.transferItems() to get path before extraction so the destination's requested item is known; use peekExtractMatching() when destination has a request, skipping (without sleeping) when source lacks the requested item type Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/e02fea73-a3ff-44a8-a334-3299c8b170b1
…uest feat: smart item-request system — destination containers declare what they need
…ter into ContainerAdapterRegistry
Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/6928beb2-c4b5-4ef8-9559-2df78bccc7f7
…ne-operations Remove unnecessary ItemStack.clone() calls
Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/7ff7d0f4-c3db-4fc3-b1ce-ec0437764b89
Fix item duplication on partial insert and furnace item drops
Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/26ce9eac-1533-456c-9017-a136752d6e97
…tation Fix pipe under-extraction: collect matching items across multiple slots
…rong item type Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/e13f3266-aac9-4106-b7e6-9644f670de7c
…ch routing, fix shutdown clearing sleepUntil Co-authored-by: xiaozhangup <68374769+xiaozhangup@users.noreply.github.com> Agent-Logs-Url: https://github.com/xiaozhangup/Pipes/sessions/10cfae50-90f4-4cb4-9cc7-b1614083a18e
fix: items of mismatched type stuck when pipe's cached destination has requestedItem
…incorrect fuel requests
…e display entity management
This file contains hidden or 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
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.
needs review, and need to either revert localization or add a localization system