This commit is contained in:
Anuken
2021-07-15 14:55:32 -04:00
parent 1c2b1fb757
commit 3f7dc66ac0

View File

@@ -30,6 +30,7 @@ public class OreBlock extends OverlayFloor{
/** For mod use only!*/
public OreBlock(String name){
super(name);
this.useColor = true;
variants = 3;
}