forked from TAIGA/TAIGA
Created json files of all addon blocks
This commit is contained in:
@@ -5,6 +5,7 @@ import net.minecraft.block.material.Material;
|
||||
|
||||
public class BasicBlockOre extends Block {
|
||||
|
||||
|
||||
public BasicBlockOre(String name, Material material, float hardness, float resistance, int harvest, float lightLevel) {
|
||||
super(material);
|
||||
setUnlocalizedName(name);
|
||||
@@ -13,6 +14,7 @@ public class BasicBlockOre extends Block {
|
||||
setResistance(resistance);
|
||||
setHarvestLevel("pickaxe", harvest);
|
||||
setLightLevel(lightLevel);
|
||||
|
||||
}
|
||||
|
||||
public BasicBlockOre(String name, Material material, float hardness, float resistance, int harvest) {
|
||||
|
||||
Reference in New Issue
Block a user