ARMOR FOR 1.0.0
2 posters
MC Modding :: Modding :: Singleplayer Modding :: Requests
Page 1 of 1
Re: ARMOR FOR 1.0.0
well i think you simply have to change
public string Version()
{
return "1.0.0/1.1";
}
to
public void load()
{
}
public string getVersion()
{
return "1.0.0/1.1";
}
public string Version()
{
return "1.0.0/1.1";
}
to
public void load()
{
}
public string getVersion()
{
return "1.0.0/1.1";
}
pv9avenger- Member
- Posts : 8
Join date : 2012-01-31
Age : 25
Location : Iceland
MC Modding :: Modding :: Singleplayer Modding :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum