Merge pull request #24 from Treer/master

Add workplace marker graphic (footprints)
This commit is contained in:
Sokomine 2019-06-02 20:12:58 +02:00 committed by GitHub
commit c3ed7f5669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,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,

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B