mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +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")
|
@Value("exposed")
|
||||||
@Default
|
@Default
|
||||||
@Description("The chance that ore blocks bordering air will be exposed. 0 = 0%, 1 = 100%")
|
@Description("The chance that ore blocks bordering air will be discarded as candidates for ore. 0 = 0%, 1 = 100%")
|
||||||
private @Meta double exposed = 1;
|
private @Meta double exposed = 0.0f;
|
||||||
|
|
||||||
public boolean doPhysics() {
|
public boolean doPhysics() {
|
||||||
return physics;
|
return physics;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user