Remove @Required from object place chance (default = 1 already)

This commit is contained in:
CocoTheOwner 2021-07-21 11:30:26 +02:00
parent f630537897
commit d865e646b9

View File

@ -61,8 +61,7 @@ public class IrisObjectPlacement {
@MaxNumber(1)
@Desc("The maximum layer level of a snow filter overtop of this placement. Set to 0 to disable. Max of 1.")
private double snow = 0;
@Required
@MinNumber(0)
@MaxNumber(1)
@Desc("The chance for this to place in a chunk. If you need multiple per chunk, set this to 1 and use density.")