Finished adding the standard blocks and localized them - pillars are next

This commit is contained in:
WayofTime 2016-09-04 18:09:04 -04:00
parent d52240813e
commit 1286efbca7
10 changed files with 285 additions and 33 deletions

View file

@ -25,6 +25,6 @@ public class ItemBlockDemonPillarBase extends ItemBlock
@Override
public int getMetadata(int meta)
{
return meta;
return meta % BlockDemonPillar.names.length;
}
}