Create: Power Loader (Fabric)

Create: Power Loader (Fabric)

64.6k Downloads

Unnecessary bundling of porting lib modules

IThundxr opened this issue ยท 1 comments

commented

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

port_lib_modules = accessors,base,entity,extensions,networking,obj_loader,tags,transfer,models,tool_actions,client_events,brewing,chunk_loading
with port_lib_modules = chunk_loading to only bundle what you need. This also makes the jar quite a bit smaller

commented

I see. Thanks for the heads up