File Details
v2.1.0 Modded Loot Update
- R
- Apr 8, 2020
- 747.86 KB
- 580
- 1.12.2
- Forge
File Name
RoguelikeDungeonsFnarEdition-1.12.2-2.1.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
- ❗ Changes default loot table for all dungeon chests to use the
minecraft:chests/simple_dungeonloot table. This is because I expect most mods will add their loot tominecraft:chests/simple_dungeon. Simple integration with modded loot was by far the most requested feature. - It is easy to revert to previous behaviour, where Greymerk's loot is generated into dungeons and dungeon loot is progressively more valuable, but very vanilla, simply by adding a new configuration that looks like this:
{ "name": "builtin:loot", "inherit": ["greymerk:loot"] } - Please give me feedback on if this works/does not work with your modpack.