I hope this questions has not been asked/answered somewhere else, I could not find it through the search function:
Ist it, and if yes how, possible to use the /give command to get a certain amount of Pufferfish? (Or any other fish for that matter) I've been searching on google for almost an hour now and cant find a way to do it.
/Edit: In a more general way: what is the exact syntax for the /give command if the item doesn't have a name like *cobblestone" or "leather_boots". Fish has the datavalue of 349 and pufferfish 349:3 respectively but I don't know how to make use of that :/
Hi There!
I hope this questions has not been asked/answered somewhere else, I could not find it through the search function:
Ist it, and if yes how, possible to use the /give command to get a certain amount of Pufferfish? (Or any other fish for that matter) I've been searching on google for almost an hour now and cant find a way to do it.
/Edit: In a more general way: what is the exact syntax for the /give command if the item doesn't have a name like *cobblestone" or "leather_boots". Fish has the datavalue of 349 and pufferfish 349:3 respectively but I don't know how to make use of that :/
Thank you in advance!
Best
Jerome
You can check the Minecraft wiki to find the item ID of pufferrfish (or any item)and give it yourself using /give playername item.
Thanks a lot CxMaster, I found out the ID as stated in my edit but I'm still struggling with the syntax. Game says this doesnt exist...
Try /give [playername] minecraft:fish [amount] 3
Replace square brackets with information
/give [player name] [item set:item name OR item ID] [amount] [data]
Source: http://minecraft.gamepedia.com/Commands
Thanks again CxMaster, this worked perfectly
Got the syntax right.