For biomes and worlds deal with comma separated non-lists
Zarius opened this issue ยท 3 comments
Deal with this:
biome: DESERT, FOREST
Currently this wont work since it's a string, not a list. Since biomes & worlds don't contain commas (worlds can't?) we could split on the comma and treat it like a list.
Cool, wasn't 100% sure. So it wouldn't be safe to split "worlds" on a comma - probably best not to bother if the only one we can deal with is biomes.