Remove loot tries

This commit is contained in:
Daniel Mills 2020-10-19 06:10:19 -04:00
parent 598962f5f3
commit e16f6c87c2

View File

@ -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