This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I use the too many items mod by mrARM.
I play with my friends on LAN , when i host the world the mod works fine , but when they do , the mod doesnt work, can anyone please tell me how to make it work?
or atleast give me a link to another to many items mod that will work in my case.
thanks a ton!
I use the same mod...
I am not allowed to rewrite the Mod, BUT...
...you can open the Mod with a Text-Editor, put the following lines in. If you use the Mod then you can make /tmi to turn it on.
Here are the lines:
function procCmd(command){
if(command=="tmi"){
newLevel();
}
I use the too many items mod by mrARM.
I play with my friends on LAN , when i host the world the mod works fine , but when they do , the mod doesnt work, can anyone please tell me how to make it work?
or atleast give me a link to another to many items mod that will work in my case.
thanks a ton!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI use the same mod...
I am not allowed to rewrite the Mod, BUT...
...you can open the Mod with a Text-Editor, put the following lines in. If you use the Mod then you can make /tmi to turn it on.
Here are the lines:
function procCmd(command){
if(command=="tmi"){
newLevel();
}
}