Fix rubber sapling texture

This commit is contained in:
TheDoctorSoda 2016-02-21 18:42:36 -08:00
parent 17b0bc2d36
commit 502fae9518
4 changed files with 2 additions and 2 deletions

View file

@ -14,13 +14,13 @@ public class ItemBlockRubberSapling extends ItemBlock implements ITexturedItem {
public ItemBlockRubberSapling(Block block) {
super(block);
setCreativeTab(TechRebornCreativeTabMisc.instance);
setUnlocalizedName("techreborn.uuMatter");
setUnlocalizedName("techreborn.rubberSapling");
RebornCore.jsonDestroyer.registerObject(this);
}
@Override
public String getTextureName(int damage) {
return "techreborn:blocks/rubber_sapling";
return "techreborn:items/rubber_sapling";
}
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B