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

Config to Disable Rendering Items in Smeltery #420

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

WaitingIdly
Copy link
Contributor

Copy link

what-the-diff bot commented Apr 5, 2024

PR Summary

  • Modification of README.md file
    Our instruction manual (README.md) has been updated to include details of a new feature for a section of our software called Tinkers' Construct. The feature was added to allow users to disable rendering (visual display) of certain items in a section of the software called the 'smeltery.' The reasoning behind this feature creation is to minimize lag or slow-down that occurs when these items are displayed.

  • Enhanced UTConfigMods.java configuration
    The configuration file (UTConfigMods.java) for Tinkers' Construct was enhanced to include a new option for users. This allows them to determine the maximum number of items that can be visually displayed (rendered) in the smeltery at any time.

  • Introduction of new file: SmelteryRendererMixin.java
    A brand new file titled 'SmelteryRendererMixin.java' has been added. The purpose of this file is to manage the visuals of fluids in the smeltery. Specifically, it will halt the display of these fluids whenever the total quantity in the smeltery inventory exceeds the pre-set maximum decided upon in the configuration.

  • Update to mixins.mods.tconstruct.json file
    The 'mixins.mods.tconstruct.json' file has been updated to feature our newly added file (SmelteryRendererMixin) in the list of mixins. Mixins are typically a list of files or components that are being used in the software.

@ACGaming ACGaming merged commit 9c8de14 into ACGaming:main Apr 5, 2024
1 check passed
@WaitingIdly WaitingIdly deleted the tinkers-smeltery-rendering branch April 5, 2024 09:51
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