Open Issues Need Help
View All on GitHubAI Summary: A recent 1.7 update has introduced a regression where item stack sizes are being ignored or incorrectly applied, leading to unexpected item quantities in the UI. The issue does not generate any error logs, which may complicate debugging, and an image is provided to demonstrate the problem.
AI Summary: The issue reports a potential client-side memory leak where a static map (`CLIENT_BLOCK_ENTITIES`) is accumulating `RepAE2BridgeBlockEntity` instances. It questions whether this storage is intentional, and if so, requests a mechanism to clear these entities when they are no longer needed to prevent indefinite memory growth.
AI Summary: This issue describes a regression where a 'Bridge' entity continuously spams the server log with 'world is unloading' messages every tick. This erroneous behavior occurs during server startup, not shutdown, and is potentially triggered by the modpack (FTB Skies) unloading the Overworld. It indicates a re-emergence of a previously fixed bug, as referenced by Issue #17.
AI Summary: Implement a user interface for the AE2-Replication Bridge block allowing users to set priority levels for replication requests, similar to ME Interfaces. This will address conflicts where auto-crafting recipes are not used due to replication priorities.