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

[question] [1.20.2] code wise how do i make the agglomeration combine 2 agglomerations #96

Open
krispyking24 opened this issue Jul 8, 2024 · 4 comments

Comments

@krispyking24
Copy link

i had a quick look through the source but I couldn't find where it would be defined that agglomerations couldn't be combined. btw sorry for asking a question about such an old version

@krispyking24
Copy link
Author

image
it might be this but honestly im not that used to editing java code

@BasiqueEvangelist
Copy link
Contributor

The agglomeration itself doesn't really care about what's part of it as evidenced by the exploit that used to allow you to combine agglomerations. What I think you're looking for is the AgglomerateRecipe, more specifically the lines that check whether an item is a valid one to agglomerate.

@krispyking24
Copy link
Author

ok thank you, i'll check it out and try to make it work when i get home

@krispyking24
Copy link
Author

ik im a bit late but when i try to compile the mod it throws an error
image

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

No branches or pull requests

2 participants