Update Dungeon Loot and Config Options

1. Made World Thread available as dungeon loot
2. Removed useless config options for loot that doesn't appear anymore
3. Tweaked some config names and variable names for consistency
This commit is contained in:
SenseiKiwi
2014-01-19 05:00:42 -04:00
parent 3026432895
commit 2ea7fe731b
12 changed files with 86 additions and 117 deletions

View File

@@ -50,7 +50,7 @@ public class DDLoot {
addContent(true, items, Item.appleGold.itemID, 10);
addContent(properties.FabricOfRealityLootEnabled, items, mod_pocketDim.blockDimWall.blockID, 80, 4, 16);
addContent(properties.StableFabricLootEnabled, items, mod_pocketDim.itemStableFabric.itemID, 40);
addContent(properties.WorldThreadLootEnabled, items, mod_pocketDim.itemWorldThread.itemID, 80);
// Add all the items to our dungeon chest
addItemsToContainer(DungeonChestInfo, items);