forked from TAIGA/TAIGA
changed things a lot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.sosnitzka.ztic_addon.generic;
|
||||
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BasicBlockOreGlow extends BasicBlockOre {
|
||||
|
||||
public BasicBlockOreGlow(String name, Material material, float hardness, float resistance, int harvest, float glow, String oreDictName) {
|
||||
super(name, material, hardness, resistance, harvest, oreDictName);
|
||||
setLightLevel(glow);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user