Giving certain blocks with a data value like
/give @p stone_slab 1 2
/give @p oak_stairs 1 1
/give @p wooden_slab 1 11
/give @p end_portal_frame 1 1results in a missing texture, even trough they are used in game
But
/give @p planks 1 3
/give @p wooden_slab 1 3works as expected (giving jungle planks / slabs)
Linked issues
is duplicated by 3
Attachments
Comments 8
I cannot confirm your pick block method, gives me a normal end_portal_frame:0 instead of end_portal_frame:4
After a bit testing I think this is intended, because
/give @p oak_stairs 1 1gives also a missing texture.
Probably only the "unplaced damage value" is allowed for the give command.
/give @p planks 1 3
/give @p wooden_slab 1 3works as expected (giving jungle planks / slabs)
but
/give @p wooden_slab 1 11gives missing texture (data value 11 is upper jungle slab)
Works as intended, only items that are valid to have in your inventory will look correct. You can't have an upper slab in your inventory, or an upside-down stair, or a filled end portal frame.
Confirmed in 14w25b. Can also be replicated by placing a portal block, adding an eye of ender, then pick blocking said portal block.