Clean up and add particle effects for machines #2249
Merged
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.
Fixes some minor issues with particle effects for machines, including steam macerator and liquid boiler.
Refactors particle code to deduplicate a lot of particle rendering code, and remove some unnecessary methods on MTE classes.
Adds new particle effects for Steam Grinder, singleblock Combustion Generators, singleblock Macerators, and Steam Forge Hammer.
Adds a new way through API to add custom particles to machines to be run while active, either every tick or on randomDisplayTick()