Update 'mods/doors/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 20:48:20 +00:00
parent 7fd50d0498
commit 235a48487d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ minetest.register_node("doors:hidden", {
drop = "",
groups = {not_in_creative_inventory = 1},
on_blast = function() end,
tiles = {"doors_blank.png"},
tiles = {"door_blank.png"},
-- 1px transparent block inside door hinge near node top.
node_box = {
type = "fixed",