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

[Feature] Material Generation #3

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

[Feature] Material Generation #3

wants to merge 18 commits into from

Conversation

bioastroiner
Copy link
Owner

@bioastroiner bioastroiner commented Dec 31, 2023

Implement Material generation, Editing , Data manipulation and all those good stuff...
see issue #2

@bioastroiner bioastroiner self-assigned this Dec 31, 2023
@bioastroiner bioastroiner linked an issue Dec 31, 2023 that may be closed by this pull request
7 tasks
@bioastroiner bioastroiner added enhancement New feature or request feature add this new feature pweees labels Jan 1, 2024
- rename Unifier to MaterialManager and move static method to there
- make API package clean from implementation class as possible
material stacks now can be added to material data

materialstack + materialstack = materialdata

materialdata + materialstack = materialdata

this allows for chaining additions:
<material:x> + <material:y> + <material:z> + ...
for now it immitates gt6's own way
there is an old method that dose recycling and all stuff bit by bit but keeps them stored in a wierd way, it needs to be reintegerated
it lives at: mods.bio.gttweaker.gregtech.oredict.CTMaterialManager
it's also undoable no interface added for users yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature add this new feature pweees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Material Generation
1 participant