From d805ad58cc6b9f19ed6f5badb20aedfa7b351a4d Mon Sep 17 00:00:00 2001 From: tough_shu Date: Thu, 19 Dec 2024 20:30:15 +0800 Subject: [PATCH] Auto Commit --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 4c0c135..8572335 100644 --- a/main.py +++ b/main.py @@ -1 +1,4 @@ -print('欢迎来到 InsCode') \ No newline at end of file +from mcpi.minecraft import Minecraft + +mc = Minecraft.create() +mc.postToChat("Hello World") \ No newline at end of file -- GitLab