Update 'mods/doors/init.lua'

This commit is contained in:
thunderdog1138 2021-03-14 18:26:07 +00:00
parent c81be0c318
commit 3c29bd0d23
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 = {"door_blank.png"},
tiles = {"blank.png"},
-- 1px transparent block inside door hinge near node top.
node_box = {
type = "fixed",