Bunch of new item textures, move Lazurite to plates

... and relocation of some assets
This commit is contained in:
Yulife 2016-05-30 13:35:20 +02:00
parent d051286f95
commit 341e862e37
36 changed files with 10 additions and 9 deletions

View file

@ -29,7 +29,7 @@ public class ItemBlockRubberSapling extends ItemBlock implements ITexturedItem
@Override
public String getTextureName(int damage)
{
return "techreborn:items/rubber_sapling";
return "techreborn:items/misc/rubber_sapling";
}
@Override