mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Increased character limit for command block hint
Starting with Minecraft Version 1.11
This commit is contained in:
parent
c6fb3236bd
commit
b70c469ecd
2 changed files with 4 additions and 2 deletions
|
@ -236,7 +236,7 @@
|
|||
<br>
|
||||
<div id="getcommandblock">
|
||||
<div class="padding">
|
||||
If your command is longer than 100 characters, it needs to be executed with a <b>command block</b>. Obtain one by typing:
|
||||
If your command is longer than 256 characters (100 before Minecraft 1.11), it needs to be executed with a <i>command block</i>. Obtain one by typing:
|
||||
</div>
|
||||
<div class="code">
|
||||
/give @p command_block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue