You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to title this issue, so please feel free to add a better name. I don't know the technical name of this kind of nesting.
As you can see from this screenshot of CFR decompiled code (which is pretty much identical to Vineflower in this case, and very similar to Procyon and they all present the same issue), the string parameter inside ResourceFinder is not recognized where it is then used at lines 144, 152 and 157. The only difference I can see with the similar resourceName parameter inside ResourceCreator is the fact that the string one is also nested inside Resource when it is accessed.
The text was updated successfully, but these errors were encountered:
rubybrowncoat
changed the title
Parameter link lost issue
Issue with lost parameter connection
Jan 17, 2025
I'm not sure how to title this issue, so please feel free to add a better name. I don't know the technical name of this kind of nesting.
As you can see from this screenshot of CFR decompiled code (which is pretty much identical to Vineflower in this case, and very similar to Procyon and they all present the same issue), the
string
parameter insideResourceFinder
is not recognized where it is then used at lines 144, 152 and 157. The only difference I can see with the similarresourceName
parameter insideResourceCreator
is the fact that thestring
one is also nested insideResource
when it is accessed.The text was updated successfully, but these errors were encountered: