From 40f0db3e2052f2f9655d0c4a531671d2e575dfac Mon Sep 17 00:00:00 2001 From: Derpbox <65347035+DBTDerpbox@users.noreply.github.com> Date: Sat, 15 May 2021 09:30:07 -0500 Subject: [PATCH] Fix Minecraft (#1012) Removed the / at the start of the first line due to the fact that MCF won't run any lines that start with / --- m/Minecraft.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/Minecraft.mcfunction b/m/Minecraft.mcfunction index d1db4a68..b35c510b 100644 --- a/m/Minecraft.mcfunction +++ b/m/Minecraft.mcfunction @@ -1 +1 @@ -/tellraw @p "Hello World" +tellraw @p "Hello World"