Update (most) 1.8.1 mods to 1.1
MC Modding :: Modding :: Singleplayer Modding :: Tutorials
Page 1 of 1
Update (most) 1.8.1 mods to 1.1
- Spoiler:
all you have to do is to change the- Code:
public string Version()
{
return "1.8.1";
}
- Code:
public void load()
{
}
public string getVersion()
{
return 1.1;
}
pv9avenger- Member
- Posts : 8
Join date : 2012-01-31
Age : 25
Location : Iceland
Similar topics
» [1.8.1] Gardentivers Multiplayer Mods
» (UNANSWERED)How to use other mods codes
» (UNANSWERED)How to use other mods codes
» [CREATING MODS] Block Manipulation
» [Unanswered] Install to Mods folder?
» (UNANSWERED)How to use other mods codes
» (UNANSWERED)How to use other mods codes
» [CREATING MODS] Block Manipulation
» [Unanswered] Install to Mods folder?
MC Modding :: Modding :: Singleplayer Modding :: Tutorials
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum