Started by
Raveun
on
Topic category: Help with MCreator software
Hey guys, I was working on differents types of mods and I was wondering if there is a performance impact between one or many mods, should I merge all of my blocks, items, etc... in one mod or it doesn't matter if I have separated mods ? for instance the 30 new stone in a stone mod plus the 30 new wood types in an other mod.
1 mod should be better, because for each mods you have you need to load the mod info and namespace and stuff, and one mod will do that only once.
Benefit for two mods is that you can just choose which one to use at a time of yo don't want all the features
Thanks for your reply !