- 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

@@ -7,5 +7,6 @@ public class BlockIgnititeOre extends BasicBlockOre {
public BlockIgnititeOre() {
super("ignitite_ore", Material.ROCK, 23.0f, 25.0f,3);
}
}