Added default ore flags for modded ores

This commit is contained in:
Anuken
2020-01-23 20:20:04 -05:00
parent bc56b8127f
commit a4e820f907
5 changed files with 44 additions and 15 deletions

View File

@@ -52,6 +52,10 @@ public class Floor extends Block{
public Effect updateEffect = Fx.none;
/** Array of affinities to certain things. */
public Attributes attributes = new Attributes();
/** Whether this ore generates in maps by default. */
public boolean oreDefault = false;
/** Ore generation params. */
public float oreScale = 24f, oreThreshold = 0.828f;
protected TextureRegion[][] edges;
protected byte eq = 0;