mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Make crystals generate in lush caves
This commit is contained in:
parent
7989b7953d
commit
1aaa3c64e4
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class DungeonLoot{
|
||||||
addBook = true;
|
addBook = true;
|
||||||
addQuartz = true;
|
addQuartz = true;
|
||||||
addBatWings = true;
|
addBatWings = true;
|
||||||
|
addCrystals = true;
|
||||||
|
|
||||||
pool.addEntry(new LootEntryItem(Items.BOOK, 90, 0, new LootFunction[0], noCondition, ModUtil.MOD_ID+":book"));
|
pool.addEntry(new LootEntryItem(Items.BOOK, 90, 0, new LootFunction[0], noCondition, ModUtil.MOD_ID+":book"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue