hlysine / create_power_loader

A Create mod add-on adding immersive andesite and brass chunk loaders to Minecraft.
Other
9 stars 7 forks source link

Unnecessary bundling of porting lib modules #23

Closed IThundxr closed 4 months ago

IThundxr commented 4 months ago

accessors,base,entity,extensions,networking,obj_loader,tags,transfer,models,tool_actions,client_events,brewing are all provided transitively through create fabric already, you can just replace https://github.com/hlysine/create_power_loader/blob/a3af88d454748ab87bb8ab53c428c06b91ac8ab3/gradle.properties#L24 with port_lib_modules = chunk_loading to only bundle what you need. This also makes the jar quite a bit smaller

hlysine commented 4 months ago

I see. Thanks for the heads up