Finished Sounds

This commit is contained in:
StevenRS11
2013-11-06 22:46:55 -05:00
parent 4a6d166ba5
commit f2f1ee7af9
14 changed files with 24 additions and 21 deletions

View File

@@ -185,7 +185,7 @@ public class ItemRiftBlade extends ItemSword
BaseItemDoor.canPlace(world, x, y - 1, z))
{
ItemDimensionalDoor.placeDoorBlock(world, x, y - 1, z, orientation, mod_pocketDim.transientDoor);
player.worldObj.playSoundAtEntity(player,"mods.DimDoors.sfx.riftDoor", 0.6f, 1);
player.worldObj.playSoundAtEntity(player,mod_pocketDim.modid+":riftDoor", 0.6f, 1);
stack.damageItem(3, player);
return stack;
}