Improved the Biome Radar texture, added the enchantment effect to the Biome Scrolls

This commit is contained in:
Matt Caughey 2014-01-25 08:08:37 -05:00
parent 810c364ecc
commit 8c4ece8b59
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package biomesoplenty.common.items;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import biomesoplenty.BiomesOPlenty;
public class ItemBOPBiomeScroll extends Item
@ -16,4 +17,10 @@ public class ItemBOPBiomeScroll extends Item
{
itemIcon = iconRegister.registerIcon("biomesoplenty:biomescroll");
}
@Override
public boolean hasEffect(ItemStack itemStack, int pass)
{
return true;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB