Things [Fabric]

Things [Fabric]

12M Downloads

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

krispyking24 opened this issue ยท 4 comments

commented

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

commented

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

commented

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.

commented

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

commented

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