From aae368beaf6212a7935a09f9ea00d7fee7289fb8 Mon Sep 17 00:00:00 2001 From: Elkien3 Date: Mon, 2 Oct 2017 20:44:03 -0500 Subject: [PATCH] Removed unneeded text from letters "On this piece of paper is written: " seems unneeded to me, so I removed it --- mods/memorandum/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/memorandum/init.lua b/mods/memorandum/init.lua index 29190cd..20ff7cd 100644 --- a/mods/memorandum/init.lua +++ b/mods/memorandum/init.lua @@ -5,7 +5,7 @@ local mname = "memorandum" ----------------------------------------------------------------------------------------------- -- { left , bottom , front , right , top , back } local sheet = { -1/2 , -1/2 , -1/2 , 1/2 , -7/16 , 1/2 } -local info = 'On this piece of paper is written: "' +local info = '"' local sign = '" Signed by ' minetest.register_craftitem(":default:paper", {