dorianpb / cem

Reimplementation of Custom Entity Models in Minecraft for the Fabric Modloader
GNU Lesser General Public License v3.0
125 stars 38 forks source link

Use YetAnotherConfigLib rather than CompleteConfig #97

Open isXander opened 1 year ago

isXander commented 1 year ago

Benefits include:

Disadvantages include:

offbeat-stuff commented 1 year ago

cloth config is more used, so I think he should not be using something else, its stable and so its just better to use a standard config lib

dorianpb commented 1 year ago

well I could just include it

dorianpb commented 1 year ago

I like the syntax more from a first glance, I'll test it and see if I like it more

dorianpb commented 1 year ago

there also shouldn't a firsr-time crash with complete config, that's a separate issue

isXander commented 1 year ago

cloth config is more used, so I think he should not be using something else, its stable and so its just better to use a standard config lib

Shedaniel doesn't recommend usage of cloth config.