diff --git a/docs/SlopeCraft-tutorial.en.md b/docs/SlopeCraft-tutorial.en.md index 4426243..645405b 100644 --- a/docs/SlopeCraft-tutorial.en.md +++ b/docs/SlopeCraft-tutorial.en.md @@ -390,7 +390,8 @@ ________________________________________________________________________________ This method **should not** prompt a "Replace or Skip Files" window. If it does, close the window and check if there is a conflict with the map index. - In 1.12, use `/give @s filled_map 1 i` to obtain the map with index i. - - In 1.13+, use `/give @s filled_map{map:i}` to obtain the map with index i. + - In 1.13-1.19, use `/give @s filled_map{map:i}` to obtain the map with index i. + - In 1.20+, use `/give @s filled_map[map_id=i]` to obtain the map with index i. - If you do not want to use commands, only replace the map files: @@ -580,4 +581,4 @@ The above json message shows the information of a block with half a tile on a ro src="https://cdn.jsdelivr.net/npm/sakana-widget@2.7.0/lib/sakana.min.js" > -*(=・ω・=)* \ No newline at end of file +*(=・ω・=)* diff --git a/docs/SlopeCraft-tutorial.md b/docs/SlopeCraft-tutorial.md index ead3c28..6b5badb 100644 --- a/docs/SlopeCraft-tutorial.md +++ b/docs/SlopeCraft-tutorial.md @@ -387,7 +387,8 @@ ________________________________________________________________________________ 这种方式**不应该**弹出“替换或跳过文件”窗口,如果弹出,请关闭窗口,并检查地图序号是否有冲突。 - 在 1.12,使用 `/give @s filled_map 1 i` 来获得序号为 i 的地图。 - - 在 1.13+,使用 `/give @s filled_map{map:i}` 来获得序号为 i 的地图。 + - 在 1.13-1.19,使用 `/give @s filled_map{map:i}` 来获得序号为 i 的地图。 + - 在 1.20+,使用 `/give @s filled_map[map_id=i]` 来获得序号为 i 的地图。 - 不使用命令,只替换地图文件: