I need help with either, say get the player block stand as in how to make it so it can "scan" the block that the player is standing on. Also biome ids? I looked it up and idk if there correct because they are McPc biome ids. So yeah. Please help.
I need help with either, say get the player block stand as in how to make it so it can "scan" the block that the player is standing on. Also biome ids? I looked it up and idk if there correct because they are McPc biome ids. So yeah. Please help.
Bastractipn, I Think It Was Same, I Used It Once ToSpawn Mob In Certain Biome It Worked But Idnt Released Thst Mod :P, So Use Them
Rollback Post to RevisionRollBack
Hey, There
Check Out My YT Channel And Dont Forget To Subscribe
http://bit.ly/1oDas1b
Also I Have A Website, There Are Lots Of Things There
I need help with either, say get the player block stand as in how to make it so it can "scan" the block that the player is standing on. Also biome ids? I looked it up and idk if there correct because they are McPc biome ids. So yeah. Please help.
It should be
Level.getTile(Player.getX(),Player.getY()-2,Player.getZ()); or it won't work.
Thanks
To make it more sensitive that just a simple step in it the function will be called Use this
var px = Player.getX()
var py = Player.getY()
var pz = Player.getZ()
var floor = Math.floor
function modTick(){
if(Level.getTile(floor(px),floor(py),floor(pz))==//blockId){
//What it will do
}}
Yeah that seems alot better XD
Bastractipn, I Think It Was Same, I Used It Once ToSpawn Mob In Certain Biome It Worked But Idnt Released Thst Mod :P, So Use Them
Although when I do it it goes to Plains instead of dessert.