Updated Calclavia Core

This commit is contained in:
Calclavia 2014-01-04 13:51:55 +08:00
parent 457404b6bf
commit 49e3a67d61
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0e555849dbe3dd51f2c7690aad450d060af12e99
Subproject commit aedfa8ea7efa27de62e065965495895bfd9dacbc

View file

@ -27,6 +27,7 @@ public class ItemDust extends ItemBase
public ItemDust(int id)
{
super("dust", id);
this.setTextureName("gunpowder");
}
@ForgeSubscribe