Yay more fixes!

This commit is contained in:
WayofTime 2014-03-08 16:11:29 -05:00
parent 172cd45548
commit e4c92e646a
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ import cpw.mods.fml.common.registry.LanguageRegistry;
import cpw.mods.fml.common.registry.TickRegistry;
import cpw.mods.fml.relauncher.Side;
@Mod(modid = "AWWayofTime", name = "AlchemicalWizardry", version = "v0.7.2")
@Mod(modid = "AWWayofTime", name = "AlchemicalWizardry", version = "v0.7.3c")
@NetworkMod(clientSideRequired = true, serverSideRequired = false, channels = {"BloodAltar", "particle", "SetLifeEssence", "GetLifeEssence", "Ritual", "GetAltarEssence", "TESocket", "TEWritingTable", "CustomParticle", "SetPlayerVel", "SetPlayerPos", "TEPedestal", "TEPlinth", "TETeleposer", "InfiniteLPPath", "TEOrientor"}, packetHandler = PacketHandler.class)
public class AlchemicalWizardry