Cool mod. Nice with the update, but was wondering if its possible to make the blocks disappear after the nuke? Like when the tnt explode it doesn't leave dropped items/blocks
Thanks!
And idk if i could get that to work!
:/
Rollback Post to RevisionRollBack
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Cool mod. Nice with the update, but was wondering if its possible to make the blocks disappear after the nuke? Like when the tnt explode it doesn't leave dropped items/blocks
Are u still ising 0.7.6 below?????? On 0.8.X blocks doesn't turn into drop items on creative only but on survival, of course it will produce drop items
Are u still ising 0.7.6 below?????? On 0.8.X blocks doesn't turn into drop items on creative only but on survival, of course it will produce drop items
I am on 0.8.1
Rollback Post to RevisionRollBack
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Are u still ising 0.7.6 below?????? On 0.8.X blocks doesn't turn into drop items on creative only but on survival, of course it will produce drop items
Mcpe 0.8.0 blpro 1.6.1(only reason I haven't updated is cause I'm waiting on the patch mods to b updated)
But yes in survival, is that possible?
Make sure to allow the user to change their game speed its one of the cool ones here's the code (From my commands mod)
function procCmd(c) {
var p = c.split(" ");
var command = p[0];
switch(command) {
case 'gamespeed_slow': {
ModPE.setGameSpeed(10);
break;
} case 'gamespeed_norm': {
ModPE.setGameSpeed(20);
break;
} case 'gamespeed_ultra': {
ModPE.setGameSpeed(1000);
break;
}
}
}
Obviously you can change the actual output but those are the best in my opinion...
Make sure to allow the user to change their game speed its one of the cool ones here's the code (From my commands mod)
function procCmd(c) {
var p = c.split(" ");
var command = p[0];
switch(command) {
case 'gamespeed_slow': {
ModPE.setGameSpeed(10);
break;
} case 'gamespeed_norm': {
ModPE.setGameSpeed(20);
break;
} case 'gamespeed_ultra': {
ModPE.setGameSpeed(1000);
break;
}
}
}
Obviously you can change the actual output but those are the best in my opinion...
Thx for the feedback!!
This is a good idea!
Something like this will be added in the next update!
Thx
-99FireyMan99
Rollback Post to RevisionRollBack
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Thanks!
And idk if i could get that to work!
:/
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Are u still ising 0.7.6 below?????? On 0.8.X blocks doesn't turn into drop items on creative only but on survival, of course it will produce drop items
@adriann3rrz11 on twitter
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Mcpe 0.8.0 blpro 1.6.1(only reason I haven't updated is cause I'm waiting on the patch mods to b updated)
But yes in survival, is that possible?
Edit: I Put a Command in the Chat box, and the Game Crash me?, ¿Help?
I don't think so, I'm not into coding stuff, maybe it's possible someday lolHey, look at the effect of the /nuke 10x
@adriann3rrz11 on twitter
Next level strats!
Nice!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
It has happened to me a few times since the 0.8.1 update
idk what is going on!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Is Fixed, the problem is my BlockLauncher, i have the block launcher 1.6.5 and i download a blocklauncher 1.6
PD: Im Not NorthAmerican or English, Im Speak Spanish and my English is so Litte Badly
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Not even you were to use a boolean like leaveblocksbehind false?
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
It has been a while! And i am sorry!
But, i am back in action!
I am currently working on update 10.0!
I currently only have /clear (which clears your inventory!)
And i want this to be a big update!!
So, i would like you guys to tell me what you would like me to add!!
Sorry for the inconvenience!
-99FireyMan99
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
function procCmd(c) { var p = c.split(" "); var command = p[0]; switch(command) { case 'gamespeed_slow': { ModPE.setGameSpeed(10); break; } case 'gamespeed_norm': { ModPE.setGameSpeed(20); break; } case 'gamespeed_ultra': { ModPE.setGameSpeed(1000); break; } } }Obviously you can change the actual output but those are the best in my opinion...
This is a good idea!
Something like this will be added in the next update!
Thx
-99FireyMan99
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
<script src="" rel="noopener nofollow" target="_blank">https://apis.google.com/js/platform.js"></script>
:/
That's not a command!
Does anyone have any command ideas!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Does anyone have ideas on what other commands i could add??
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->