From 9bb0ad04429498a0f3e232e6b9b85addc4b27ccb Mon Sep 17 00:00:00 2001 From: ANAND Date: Mon, 14 Oct 2019 16:10:03 +0530 Subject: [PATCH] Fix double-definition of visual_size in entity def --- worldedit_commands/mark.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/worldedit_commands/mark.lua b/worldedit_commands/mark.lua index fa588d6..9f7b020 100644 --- a/worldedit_commands/mark.lua +++ b/worldedit_commands/mark.lua @@ -156,7 +156,6 @@ minetest.register_entity(":worldedit:pos2", { minetest.register_entity(":worldedit:region_cube", { initial_properties = { visual = "upright_sprite", - visual_size = {x=1.1, y=1.1}, textures = {"worldedit_cube.png"}, visual_size = {x=10, y=10}, physical = false,