Most names changed to those that are more legible. Changed assicuated textures. Planned 8 special Traits for Alloys.

This commit is contained in:
Robert Sosnitzka
2016-05-15 01:38:41 +02:00
parent 2c6ea98c77
commit 53762a3c7a
91 changed files with 245 additions and 235 deletions

View File

@@ -17,7 +17,7 @@ import static com.sosnitzka.ztic_addon.util.Utils.PREFIX_ORE;
public class BlockTiberium extends BasicBlock {
public BlockTiberium() {
super("tiberium_ore", Material.ROCK, 30.0f, 30.0f, 3, 1.0F, PREFIX_ORE);
super("tiberium_ore", Material.ROCK, 30.0f, 30.0f, 6, 1.0F, PREFIX_ORE);
}
@Override