- Added Textures of all 16 ingot types

- Tweaked ore hardness
- Inititalized lignit as furnace burning material
This commit is contained in:
Robert Sosnitzka
2016-05-03 00:14:45 +02:00
parent d1793808c4
commit 619717b89e
18 changed files with 77 additions and 29 deletions

View File

@@ -8,4 +8,6 @@ public class BlockLigniteOre extends BasicBlockOre {
public BlockLigniteOre() {
super("lignite_ore", Material.ROCK, 4.0f, 5.0f,1);
}
}