1.5.2 MC Give command & command block Bug
On single player mode when in cheat mode with creative. /give command some ids don't work. Example: /give player 35:5 It says "35:5 isen't a valid number". Even in command blocks /give @p 35:5 64 it don't give the block.
Linked Issues
Created Issue:
1.5.2 MC Give command & command block Bug
On single player mode when in cheat mode with creative. /give command some ids don't work. Example: /give player 35:5 It says "35:5 isen't a valid number". Even in command blocks /give @p 35:5 64 it don't give the block.
Added Linked Issues:
duplicates

type "/give" for the correct command.
/give <player> <amount> <id> [data] where data is the damage value
in your case it would be /give yourname 64 35 5
Duplicate of
MC-2940, please use the search function to see if your bug has already been submitted. Currently over 55% of tickets are being closed as duplicate./give @p 137 1 worked for me.