ModPE.readData("HasSpawned",spawned);
var spawned = false;
var b = CUSTOMBLOCKIDHERE;
if(!spawned)
{
for(var x=0;x<255;x++)
{
for(var y=0;y<30;y++)
{
for(var z=0;z<255;z++)
{
var r=Math.floor(Math.random()*20);
if(r=0)
{
setTile(x,y,z,B);
setTile(x,y+1,z,B);
setTile(x-1,y,z,B);
if(x==255&&z=255)
{
ModPE.saveData("HasSpawned", spawned);
}
}
}
}
}
}
Try this and press the little +1 button if this helps
The one basic hard exception to freely using OreSpawn or any of its content, is that NO PERMISSION IS GIVEN ON THE ANDROID OR IPHONE PLATFORMS. TheyCallMeDanger and Megan Lorraine Clark retain EXCLUSIVE rights to the usage of anything OreSpawn on the Android and Iphone platforms.
The one basic hard exception to freely using OreSpawn or any of its content, is that NO PERMISSION IS GIVEN ON THE ANDROID OR IPHONE PLATFORMS. TheyCallMeDanger and Megan Lorraine Clark retain EXCLUSIVE rights to the usage of anything OreSpawn on the Android and Iphone platforms.
I'm sorry. I was unaware that this was a PC mod, or even existed. What exactly does your OreSpawn mod do?
Thanks!
~Matt
BTW. I look at my script XD it has nothing to do with the OreSpawn mod anyway
Well, first, this is not my mod. It's by TheyCallMeDanger. I don't make PC mods at all.
That mod adds a whole ton of new mobs (100+ at least) by spawning them using dried spawn eggs(Found in caves, like fossils) + water, 5 dimensions, boss, blah blah, etc
ModPE.readData("HasSpawned",spawned); var spawned = false; var b = CUSTOMBLOCKIDHERE; if(!spawned) { for(var x=0;x<255;x++) { for(var y=0;y<30;y++) { for(var z=0;z<255;z++) { var r=Math.floor(Math.random()*20); if(r=0) { setTile(x,y,z,B); setTile(x,y+1,z,B); setTile(x-1,y,z,B); if(x==255&&z=255) { ModPE.saveData("HasSpawned", spawned); } } } } } }Try this
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe one basic hard exception to freely using OreSpawn or any of its content, is that NO PERMISSION IS GIVEN ON THE ANDROID OR IPHONE PLATFORMS. TheyCallMeDanger and Megan Lorraine Clark retain EXCLUSIVE rights to the usage of anything OreSpawn on the Android and Iphone platforms.
Nope. We can't make this mod. This is captured in http://www.orespawn.com/legal.html
I'm sorry. I was unaware that this was a PC mod, or even existed. What exactly does your OreSpawn mod do?
Thanks!
~Matt
BTW. I look at my script XD it has nothing to do with the OreSpawn mod anyway
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWell, first, this is not my mod. It's by TheyCallMeDanger. I don't make PC mods at all.
That mod adds a whole ton of new mobs (100+ at least) by spawning them using dried spawn eggs(Found in caves, like fossils) + water, 5 dimensions, boss, blah blah, etc