ConnectedTexturesMod

ConnectedTexturesMod

110M Downloads

New version causes issues with Dynamic Trees

Gar0npeX opened this issue ยท 2 comments

commented

It seems that CTM 1.0.1.30 causes an issue with Dynamic Trees (Last updated in Nov 4)

https://pastebin.com/kC5psHJP

Using CTM 1.0.1.29 doesn't have any issues.

commented

They are trying to add to the list returned from getQuads. Good thing I made it immutable or it would have silently trashed my caches. Not a ctm issue.

commented

Yep. You're right. I mistakenly assumed it returned a copy of the list. Thanks.