Hey!
I’m working on a statue mod. I already have all the basic parts and the generator works. But I’m trying to solve a problem with “choosing from multiple part packs”. To give an example, there are separate pieces for the body, hair and hands. The generator works well, combining them randomly. But I want the statues to be both depicting males and females, but their parts won’t mix well. So I’m wondering, how would I have one entity, where it would choose from either the male or the female pack and then from the possible pieces? I tried various combinations of the code, but it either did not switch or flat out broke the thing.
I’ll be able to upload my JSON in a few hours if somebody wants to see. I’m just wondering if someone has tried/solved this yet.