TinyModularThings / IC2Classic

IC2Classic Bugtracker
141 stars 39 forks source link

Can't build: No CollectionUtils #1125

Closed prufaraSS closed 3 months ago

prufaraSS commented 3 months ago

No lib in project included: ic2.core.utils.collection.CollectionUtils error: package ic2.core.utils.collection does not exist import ic2.core.utils.collection.CollectionUtils;

Speiger commented 3 months ago

@prufaraSS sounds like the version corrupted as you downloaded it. That can happen from time to time. Just redownload it.

prufaraSS commented 3 months ago

@Speiger Nothing changed... image And also doesn't seem to have this lib in repo in both 'master' and '1.19.x' branches: image

Speiger commented 3 months ago

Ok, i already closed the original issue. Opening a second one is not a good idea. I comment on closed ones too.

Anyways. CollectionUtils is simply a Utils class for creating commonly used collections so we don't have to ask: "What implementation should i use inside the team" we just have 1 class. But you knew that already if you checked out what this is being used for.

Anyways. You can't port IC2Classic by porting the API.