This commit is contained in:
StevenRS11
2014-01-27 16:25:49 -05:00
parent c830a8e812
commit ca42be0a5e
4 changed files with 18 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ public class DDLoot {
addContent(true, items, Item.ghastTear.itemID, 15);
addContent(properties.FabricOfRealityLootEnabled, items, mod_pocketDim.blockDimWall.blockID, 80, 4, 16);
addContent(properties.WorldThreadLootEnabled, items, mod_pocketDim.itemWorldThread.itemID, 90, 1,2);
addContent(properties.WorldThreadLootEnabled, items, mod_pocketDim.itemWorldThread.itemID, 120, 1,4);
// Add all the items to our dungeon chest
addItemsToContainer(DungeonChestInfo, items);