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