In iPad Minecraft with my command and chat I can't summon an Andesite and polished Andesite block
Why?
Andesite is "stone 5" and polished andesite is "stone 6." So you could do
/give @a stone 64 5/give @a stone 64 6
to give players stacks of each. Or
/setblock ~ ~ ~ stone 5/setblock ~ ~ ~ stone 6
to place them where you are standing.
Does this solve your problem?
Thanks [Helper]GoldenHelmet
Reporter: Bernardo Todeschini
Assignee: (Unassigned)
Created: 2020-04-12T18:55:27Z
Updated: 2025-04-17T00:42:48Z
Resolved: 2020-04-13T11:50:57Z
ADO:
Confirmation Status: Unconfirmed
Platform: iOS
OS Version: 1.14.30
Labels:
Affects Versions: 1.14.30 Hotfix
Fix Versions:
Retrieved 2025-06-10T06:50:41Z
Andesite is "stone 5" and polished andesite is "stone 6." So you could do
/give @a stone 64 5
/give @a stone 64 6
to give players stacks of each. Or
/setblock ~ ~ ~ stone 5
/setblock ~ ~ ~ stone 6
to place them where you are standing.
Does this solve your problem?