Make crystals generate in lush caves

This commit is contained in:
Ellpeck 2016-11-01 00:12:15 +01:00
parent 7989b7953d
commit 1aaa3c64e4

View file

@ -93,6 +93,7 @@ public class DungeonLoot{
addBook = true;
addQuartz = true;
addBatWings = true;
addCrystals = true;
pool.addEntry(new LootEntryItem(Items.BOOK, 90, 0, new LootFunction[0], noCondition, ModUtil.MOD_ID+":book"));