提交 ebb511ff 编写于 作者: T tough_shu

Wed Dec 25 20:29:00 CST 2024 inscode

上级 d805ad58
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat("Hello World")
\ No newline at end of file
try:
mc = Minecraft.create()
mc.postToChat("Hello World")
except:
print("Error connecting to Minecraft")
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册