mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
clarify value and change default
This commit is contained in:
parent
84898a7a6b
commit
d71f7d4c36
@ -47,8 +47,8 @@ public class OreTemplate implements AbstractableTemplate {
|
||||
|
||||
@Value("exposed")
|
||||
@Default
|
||||
@Description("The chance that ore blocks bordering air will be exposed. 0 = 0%, 1 = 100%")
|
||||
private @Meta double exposed = 1;
|
||||
@Description("The chance that ore blocks bordering air will be discarded as candidates for ore. 0 = 0%, 1 = 100%")
|
||||
private @Meta double exposed = 0.0f;
|
||||
|
||||
public boolean doPhysics() {
|
||||
return physics;
|
||||
|
Loading…
x
Reference in New Issue
Block a user