mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Remove loot tries
This commit is contained in:
parent
598962f5f3
commit
e16f6c87c2
@ -82,11 +82,6 @@ public class IrisDimension extends IrisRegistrant
|
||||
@Desc("Reference loot tables in this area")
|
||||
private IrisLootReference loot = new IrisLootReference();
|
||||
|
||||
@DontObfuscate
|
||||
@MinNumber(0)
|
||||
@Desc("Try to fill a container with loot up to this many times to avoid too many empty chests.")
|
||||
private int lootTries = 5;
|
||||
|
||||
@Required
|
||||
@MinNumber(0)
|
||||
@DontObfuscate
|
||||
|
Loading…
x
Reference in New Issue
Block a user