mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +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")
|
@Desc("Reference loot tables in this area")
|
||||||
private IrisLootReference loot = new IrisLootReference();
|
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
|
@Required
|
||||||
@MinNumber(0)
|
@MinNumber(0)
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user