Greymerk / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
130 stars 53 forks source link

[Question] Multiple customized dungeon types #176

Closed Morinor closed 5 months ago

Morinor commented 5 years ago

Is there a way to add multiple custom dungeon types? There can only be one "settings" folder, and you cant have duplicate file names, and adding another segment of settings at the end of every json file doesnt seem to work either.

Is there some way to have multiple custom dungeons, or is it just impossible?

Alan19 commented 5 years ago

You can make multiple files with different names and they will all have an equal chance of generating if they are weighted equally without spawning criteria.

https://github.com/belathus/Wanderlust-Renewed/tree/master/config/roguelike_dungeons/settings

Morinor commented 5 years ago

thanks^^