From 83d399c0beea3da66a3dc08fa5f208386910fbbe Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sun, 9 Apr 2017 15:57:38 +0200 Subject: [PATCH] fix space --- mods/witchcraft/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/witchcraft/init.lua b/mods/witchcraft/init.lua index 0ab1f633..151f4ad2 100644 --- a/mods/witchcraft/init.lua +++ b/mods/witchcraft/init.lua @@ -1110,7 +1110,7 @@ minetest.register_entity("witchcraft:death_splash", { end end end, -}) + }) minetest.register_entity("witchcraft:heal_splash", { textures = {"witchcraft_splash_red.png"},