mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-27 10:57:43 +01:00
Add WOLF to loot tables
This commit is contained in:
parent
999bb4c887
commit
673ae8fdc4
@ -852,6 +852,9 @@ public class LootablesManager {
|
||||
lootManager.addLootable(new Lootable("SILVERFISH",
|
||||
new LootBuilder().build()));
|
||||
|
||||
lootManager.addLootable(new Lootable("WOLF",
|
||||
new LootBuilder().build()));
|
||||
|
||||
lootManager.saveLootables(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user