mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
clarify value and change default
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user