File Details
v2.2.0 Custom Chest Types Update
- R
- Nov 25, 2020
- 764.40 KB
- 234.7K
- 1.12.2
- Forge
File Name
RoguelikeDungeonsFnarEdition-1.12.2-2.2.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
LOOT_RULES
- ✨Modifies the 'type' field to accept arbitrary strings
This adds the ability to create custom treasure types. Whereas previous versions had strictly enumerated Chest Types (
ARMOUR,BREWING,STARTER, etc), mod users can now specify any arbitrary string as the chest type (e.g. "foo", "techguns", "railcraft") to partition which chests will receive that loot. This requires however that some chest also specify that same chest type, which can be done in room configurations.
ROOMS
- ✨Adds new field 'chestType' which specifies which Chest Type should be used when determining the loot when generating this room. This feature initially sought to give treasure control to the mod user on a per-room basis, but nicely complements the custom chest types. By specifying a custom chest type for a room, loot associated with that chest type is enabled to spawn.