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

Remove deprecated transformer code #58

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

jchung01
Copy link

@jchung01 jchung01 commented Jun 7, 2024

The mod refactor seems to have gone well, so it should be safe to remove the old transformer code that I marked as deprecated in 2.1.0. It seems to be best practice to avoid referencing any MC classes to avoid unnecessary classloading (which may interfere with other transformers depending on load order), so removed the no longer used code.

Also moves the logger back to its own class like before, just to be safe with classloading.

- Best to remove this dead code to avoid unnecessary classloading
@ACGaming ACGaming merged commit 535ff35 into TerraFirmaCraft-The-Final-Frontier:master Jun 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants