mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Remove @Required from object place chance (default = 1 already)
This commit is contained in:
parent
f630537897
commit
d865e646b9
@ -62,7 +62,6 @@ public class IrisObjectPlacement {
|
|||||||
@Desc("The maximum layer level of a snow filter overtop of this placement. Set to 0 to disable. Max of 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;
|
private double snow = 0;
|
||||||
|
|
||||||
@Required
|
|
||||||
@MinNumber(0)
|
@MinNumber(0)
|
||||||
@MaxNumber(1)
|
@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.")
|
@Desc("The chance for this to place in a chunk. If you need multiple per chunk, set this to 1 and use density.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user