Skip to content
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 gt tile entities not rendering in AE2 pattern outputs #2319

Merged
merged 4 commits into from
Jan 20, 2024

Conversation

TechLord22
Copy link
Member

What

Fixes GT Tile Entities not rendering in AE2 pattern outputs. This includes machines and pipelike tiles.

Also rewrites the existing compat for RS to use MethodHandles instead of reflection, which should hopefully improve performance. RS hard-blocks GT machines and pipes from rendering as pattern outputs as of version 1.6.15 and later, so this will have to be asm transformed or mixined in the future to restore this functionality to the latest RS versions.

Outcome

Prevents GT machines and pipes from rendering as invisible for AE2 pattern outputs.

@TechLord22 TechLord22 requested a review from a team as a code owner December 26, 2023 06:36
@TechLord22 TechLord22 added the type: feature New feature or request label Dec 26, 2023
@TechLord22 TechLord22 added this to the 2.9 milestone Dec 26, 2023
@serenibyss serenibyss added type: bug Something isn't working and removed type: feature New feature or request labels Jan 20, 2024
@serenibyss serenibyss merged commit 6ebe74d into master Jan 20, 2024
4 of 5 checks passed
@serenibyss serenibyss deleted the tc-ae-pattern-fix branch January 20, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants