mojira.dev

Jit-Yu Wang

Assigned

No issues.

Reported

MC-132424 Arrows, and maybe other projectiles, ignore rotation parameter in the /tp command Confirmed MC-51363 change block model of full opaque block cause render error Works As Intended MC-34912 absolute negative coord in setblock command were shfted by 1 Duplicate

Comments

I believe that the direction is not changed server side, or at least not count into the direction of directional tp at all.
If you intead use ^ directional tp to move the arrow.
In the next directional tp, the arrow is still go straight just like it displayed

It's actually created by blocks.
Just with some rotating

Implments in this way makes model useless,
since most of blocks in mc are full opaque.
even we make new model bigger than original.
it will still not work.
since the mc clip the face by direction.
the face exposed outside will still be clipped.

And

bug report is
a feature didn't work as it intends to, though the doc didn't say we can't do that.

feature request is
a feature tends to work in this way, but we want to change it.

as mojang didn't say that limit.
I think it is a bug.

block model of 14w11b use a different format from old snapshot.
be sure you are using the latest format
and this one works
http://i.imgur.com/aAKDJ7f.png

"textureFacing": "north"
use this tag to spacify what texture it should show
the "north" here means use the north side texture of the block at it's native position(ex: log without rotation)

"rotation": 90,
and this tag to set rotation of texture
[90] means rotate the texture by 90 degree

and all they work perfect for me
http://i.imgur.com/aAKDJ7f.png

I though this happens since 1.5.x
It is not only happen in snapshot.
mc1.5.x is super lag than mc1.4.x