This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I made a sponge mod as a small project in modpe, but I can't test it because I'm on 0.11.0.
The mod should make sponges suck water and become wet sponges. I would be really happy if you could post errors and reviews below in other posts.
Once this gets good enough, I'm planning on releasing a new version with more extra additions so please download and post below
https://www.dropbox.com/s/8vi65b7f4ad60d1/Sponge mod beginnning.js?dl=0
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
You made too much {
Is that an error or just a comment because I can't seem to find any syntax errors?
could you post the error message if there is one?
and does the mod itself work?
sorry for having too many questions.
I didn't tested it, I just took a look on the Script. I mean things like this:
function newLevel(){
{clientMessage("Welcome to the advanced sponge mod by Yuugen0127");
}
function procCmd(cmd){
cmd = cmd.toLowercase();
if (cmd == "/ give 19"){function addItemInventory(19,64,0);
Right would be:
clientMessage("Welcome to the advanced sponge mod by Yuugen0127");
if (cmd == "give 19")
function addItemInventory(19,64,0);
thx. It seems like I need to take a trip to the ophthalmologist.
Now updated with one less error thanks to Clagdriff!
If anyone else finds an error or if the mod itself doesn't work as intended then please post a comment or PM me with your complaints.
I made a sponge mod as a small project in modpe, but I can't test it because I'm on 0.11.0.
The mod should make sponges suck water and become wet sponges. I would be really happy if you could post errors and reviews below in other posts.
Once this gets good enough, I'm planning on releasing a new version with more extra additions so please download and post below
https://www.dropbox.com/s/8vi65b7f4ad60d1/Sponge mod beginnning.js?dl=0
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou made too much {
Is that an error or just a comment because I can't seem to find any syntax errors?
could you post the error message if there is one?
and does the mod itself work?
sorry for having too many questions.
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI didn't tested it, I just took a look on the Script. I mean things like this:
function newLevel(){
{clientMessage("Welcome to the advanced sponge mod by Yuugen0127");
}
function procCmd(cmd){
cmd = cmd.toLowercase();
if (cmd == "/ give 19"){function addItemInventory(19,64,0);
}
Right would be:
function newLevel(){
clientMessage("Welcome to the advanced sponge mod by Yuugen0127");
}
function procCmd(cmd){
cmd = cmd.toLowercase();
if (cmd == "give 19")
function addItemInventory(19,64,0);
}
thx. It seems like I need to take a trip to the ophthalmologist.
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
Now updated with one less error thanks to Clagdriff!
If anyone else finds an error or if the mod itself doesn't work as intended then please post a comment or PM me with your complaints.
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.