Frequently Asked Questions - fnar/minecraft-roguelike GitHub Wiki

Is this an addon or a replacement for Roguelike Dungeons?

This is a fork, meaning that it is a replacement. It is intended to be an upgrade with additional features and bug fixes since the original version has stopped being maintained by the original author.

How can I migrate from Greymerk's Roguelike Dungeons?

If you have no custom dungeons or configurations, you're already set! There should be no work other than adding this fork and removing the original Roguelike Dungeons.

If you have custom configurations, then you will need to migrate some settings.

I'm writing a migration guide!

Coming to 1.14 / 1.15?

I'd love to. It's a lot of work. I'll see what I can do. 😀

How do I add modded loot?

This fork of Roguelike Dungeons should automatically pull from modded loot injections, assuming they inject into default minecraft loot tables. However, you can add or customise the loot further by adding loot configurations.

Why are my dungeons empty?

The original mod has some quirky bugs that I'm still discovering.

One reason dungeons generate empty is because there could be an issue in your configurations.

Another reason which causes empty dungeons is due to "partial" dungeons being asked to generate. You can see a list of your dungeon settings via the command /roguelike settings list. Only settings which are listed as "exclusive" should generate, but I continue to find surprises in the original piece of art.

Another issue which causes empty dungeons is if they are generated in an inappropriate biome, e.g. a dungeon generated in an ocean or a river biome but no ocean- or river-biome dungeons are defined. In this case, I believe that the "base" dungeon is used, and it is empty. Sad times. I'll work on that when I can. An easy work around is to configure your own dungeons and make sure that there is at least one configuration that will generate in any biome.

Are there examples of configured dungeons?

Examples for how to customise dungeon configurations are here: https://github.com/fnar/minecraft-roguelike/tree/master/run/config/roguelike_dungeons/settings