Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nodebox -> node_box
Seems like this was a typo
  • Loading branch information
Thomas--S authored and sofar committed Apr 13, 2017
1 parent a57d2db commit 9821681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/doors/init.lua
Expand Up @@ -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},
},
Expand Down

0 comments on commit 9821681

Please sign in to comment.