nodebox -> node_box

Seems like this was a typo
This commit is contained in:
Thomas--S 2017-04-12 22:27:58 +02:00 committed by Auke Kok
parent a57d2db54a
commit 98216810ef
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ minetest.register_node("doors:hidden", {
on_blast = function() end,
tiles = {"doors_blank.png"},
-- 1px transparent block inside door hinge near node top.
nodebox = {
node_box = {
type = "fixed",
fixed = {-15/32, 13/32, -15/32, -13/32, 1/2, -13/32},
},