Renamed to ItemDustTiny for consistancy
Renamed to ItemDustsTiny
This commit is contained in:
parent
737d7e34a3
commit
11d4345ee7
4 changed files with 158 additions and 158 deletions
|
@ -11,7 +11,7 @@ import net.minecraft.util.IIcon;
|
|||
import techreborn.client.TechRebornCreativeTabMisc;
|
||||
import techreborn.init.ModItems;
|
||||
|
||||
public class ItemDustTiny extends ItemTR {
|
||||
public class ItemDustsTiny extends ItemTR {
|
||||
|
||||
public static ItemStack getTinyDustByName(String name, int count)
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ public class ItemDustTiny extends ItemTR {
|
|||
|
||||
private IIcon[] textures;
|
||||
|
||||
public ItemDustTiny()
|
||||
public ItemDustsTiny()
|
||||
{
|
||||
setUnlocalizedName("techreborn.dusttiny");
|
||||
setHasSubtypes(true);
|
Loading…
Add table
Add a link
Reference in a new issue