Again some stuff... still learning git ;)

This commit is contained in:
Robert Sosnitzka
2016-05-02 11:13:34 +02:00
parent 2533654bb9
commit 72b27f87c7
50 changed files with 280 additions and 35 deletions

View File

@@ -1,8 +1,9 @@
package blocks;
import blocks.category.BasicBlockOre;
import net.minecraft.block.material.Material;
public class BlockBasalt extends BasicBlock {
public class BlockBasalt extends BasicBlockOre {
public BlockBasalt() {
super("basalt", Material.ROCK, 12.0f, 2.0f);