mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Remove loot tries
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user