mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
added dungeon loot to woodland mansions
This commit is contained in:
parent
bfd7c0fa1f
commit
ad0c294915
1 changed files with 7 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue