1.0.0 config changes
John-Paul-R opened this issue ยท 2 comments
RTP configuration should be a per-world object, something like this
enabled: bool
radius: int..int (using MC's range notation - can also just be a single number) - ah, but toml, idk what type of literal this'd be.. maybe accept string in that form or [int, int], or int
center: point2i? (default to 0,0) - (preferring this to `spawn`... maybe.. not sure yet) - allow setting via command
cooldown_override: int?
also, default enable both overworld
and the_nether
, but set the default radius to 1/8 the overworld for the nether.