1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-02-22 10:40:21 +01:00

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

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},
},