diff --git a/nodes.lua b/nodes.lua index ed72c62..b4cf585 100644 --- a/nodes.lua +++ b/nodes.lua @@ -118,7 +118,7 @@ minetest.register_node("mg_villages:plotmarker", { minetest.register_node("mg_villages:mob_workplace_marker", { description = "Place where a mob ought to work", drawtype = "nodebox", - tiles = {"character.png"}, + tiles = {"workplace_marker.png"}, paramtype = "light", paramtype2 = "facedir", walkable = false, diff --git a/textures/workplace_marker.png b/textures/workplace_marker.png new file mode 100644 index 0000000..f3a4b48 Binary files /dev/null and b/textures/workplace_marker.png differ