OtherDrops

226k Downloads

For biomes and worlds deal with comma separated non-lists

Zarius opened this issue ยท 3 comments

commented

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.

commented

World names can contain anything.

commented

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.

commented

(More specifically, world names are limited only by the filesystem, meaning they can contain any character that is valid in a file path. Note file path, not file name.)