Updated Calclavia Core
This commit is contained in:
parent
457404b6bf
commit
49e3a67d61
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 0e555849dbe3dd51f2c7690aad450d060af12e99
|
Subproject commit aedfa8ea7efa27de62e065965495895bfd9dacbc
|
|
@ -27,6 +27,7 @@ public class ItemDust extends ItemBase
|
||||||
public ItemDust(int id)
|
public ItemDust(int id)
|
||||||
{
|
{
|
||||||
super("dust", id);
|
super("dust", id);
|
||||||
|
this.setTextureName("gunpowder");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ForgeSubscribe
|
@ForgeSubscribe
|
||||||
|
|
Loading…
Reference in a new issue