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

Add anthracite & lignite deposits #348

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

MCTian-mi
Copy link
Collaborator

just like coal deposits
also with better(?) textures

NATIVE_COPPER("native_copper", 1);
NATIVE_COPPER("native_copper", 1),
ANTHRACITE("anthracite", 0),
LIGNITE("lignite", 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these lines should be moved to src/main/java/supersymmetry/common/blocks/BlockResource.java, since coal deposit block is in that file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we've used up meta values in BlockResource so we can't add more variants to it (that's also wht BlockResource1 exists)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the reason is blocks can only have maximum 16 meta values?
Why is GT machines exempted tho, since gregtech:machine meta values can be thousands?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BlockMachine actually have just 2 states (2 metas), they hacked it by using damage which is short

@trainvoi trainvoi merged commit e5e6c78 into SymmetricDevs:main Dec 6, 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