Foghrye4 / Labyrinth

Dungeon generator for Cubic chunks Minecraft mod
Other
7 stars 1 forks source link

world specific settings #5

Closed Technoturnovers closed 7 years ago

Technoturnovers commented 7 years ago

The mod should be able to have world specific location settings rather than a global setting so it doesn't fudge up existing worlds. Preferably by world generation menu, but any method is fine

Barteks2x commented 7 years ago

Using some event to force it into world generation settings string may work, but the right way would probably involve capabilities/WorldSavedData.

Foghrye4 commented 7 years ago

it doesn't fudge up existing worlds.

It is already that way. See: https://github.com/Foghrye4/Labyrinth/blob/master/src/main/java/labyrinth/world/WorldSavedDataLabyrinthConfig.java