mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-15 20:41:14 +00:00
cactus -> portal
This commit is contained in:
parent
3d6dd9faec
commit
d9eb820e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module.exports.player=function(player,serv)
|
|||
if(frames.length==0)
|
||||
return;
|
||||
var air=getAir(frames[0]);
|
||||
air.forEach(pos => player.setBlock(pos,81,0))
|
||||
air.forEach(pos => player.setBlock(pos,90,(frames[0].bottom[0].x-frames[0].bottom[1].x)!=0 ? 1 : 2));
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue