Put the summary of the bug you're having here
Any command code with the : symbol is not working like the horse spawn egg is not working. And I did make sure that the command code function( LAN or whatever) was on. the command for this was give tab( the tap puts in my screen name in) 383:100 #( was how many I wanted). I have tried this on more than one computer.
What I expected to happen was...:
Describe what you thought should happen here
It should have given me the yellowish colored spawn egg that I could put down and spawn a horse to me after I put in the command code in.
What actually happened was...:
Describe what happened here
What happened was it told me that this code was not a working code or something like that.
Steps to Reproduce:
1. Go into the minecraft game
2. once in the game itself push the F1 button which should bring the pause menu. and a help page of sorts. just close that page so you're still on the minecraft game
3. click on, "open to LAN"
4. click on, "allow cheats" so it says on.
5. then click on, "start LAN world. It should say "local game hosted on ______" the under line meaning the number that follows on.
6.push the / button so a chat bar like bar appears with a / in it.
7. type in the following sentence without removing the /, keep it in the bar. give (then push tab, this will put in your screen name.) 383:100 #( replace the # with a number under 65.) put a space in between each word. For example your screen name is black ninja and you wanted 10 horse spawn eggs. you'd put, "/give black ninja 383:100 10" in.
8. then hit enter
9. this will bring up a message in red saying, "383:100 is not a valid number.
Linked issues
Attachments
Comments
I don't think so, I've done it the way I said
For every other code that doesn't have :
In it.
Sent from my iPhone
Sent from my iPhone
How is that, look at the minecraft item ID list and see all the codes that have the : symbol. How can that many codes not be working. How coos a bone meal code not be working?
The item ID list is just that, a list. On that list, the colon (the ":" symbol) is used to separate the actual ID from the data value, that's all.
All I can tell you is that the command syntax I listed works, and I was able to spawn 10 horse eggs.
Can you tell me what a data tag is please, I am unfamiliar withthuis term.
Sent from my NOOK
"Neospector (JIRA)" <[email protected]> wrote:
https://mojang.atlassian.net/secure/useravatar?avatarId=10122 Neospector<https://mojang.atlassian.net/secure/ViewProfile.jspa?name=neospector> commented on [Bug] MC-39622<https://mojang.atlassian.net/browse/MC-39622>
Re: the command codes that include the symbol : are not working on any verson on any PC<https://mojang.atlassian.net/browse/MC-39622>
That is not the proper command syntax. The correct syntax is:
/give <Player> <Item ID> <Number> <Damage Value> <Data Tag>
Do:
/give @p minecraft:spawn_egg 10 100
[Add Comment] <https://mojang.atlassian.net/browse/MC-39622#add-comment> Add Comment<https://mojang.atlassian.net/browse/MC-39622#add-comment>
This message was sent by Atlassian JIRA (v6.2-OD-01#6204-sha1:9a81f12)
[Atlassian logo]
Data tag is the extra information on an item, part of the NBT format for items. It includes custom names, descriptions, and other things.
So if I wanted an enchanted sharpness I sword, it would be:
/give @p minecraft:iron_sword 1 0 {ench:[{id:16,lvl:1}]}
This stuff is all optional though, and is mainly used by mapmakers for custom equipment and such.
Can you tell me the exact code combo for 10 horse spawn eggs.
Sent from my iPhone
/give @p minecraft:spawn_egg 10 100
That is not the proper command syntax. The correct syntax is:
Do: