added dungeon loot to woodland mansions

This commit is contained in:
Ellpeck 2016-11-20 03:59:31 +01:00
parent bfd7c0fa1f
commit ad0c294915

View file

@ -93,6 +93,13 @@ public class DungeonLoot{
addDrillCore = true;
addQuartz = true;
}
else if(LootTableList.field_191192_o.equals(event.getName())){ //Woodland Mansion
addBatWings = true;
addCrystals = true;
addDrillCore = true;
addQuartz = true;
addBook = true;
}
else if(JAM_HOUSE.equals(event.getName())){
LootFunction jamDamage = new SetMetadata(noCondition, new RandomValueRange(0, TheJams.values().length-1));
LootFunction jamAmount = new SetCount(noCondition, new RandomValueRange(3, 5));