forked from nalc/homedecor_modpack
fixed descriptions in plain wooden doors
This commit is contained in:
parent
7ac917e4dc
commit
942841ea67
|
@ -3,7 +3,7 @@
|
|||
-- Left-opening
|
||||
|
||||
minetest.register_node("homedecor:door_wood_plain_top_left", {
|
||||
description = "wood/glass door top half",
|
||||
description = "plain wooden door top half",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"homedecor_door_wood_plain_tb.png",
|
||||
|
@ -42,7 +42,7 @@ minetest.register_node("homedecor:door_wood_plain_top_left", {
|
|||
})
|
||||
|
||||
minetest.register_node("homedecor:door_wood_plain_bottom_left", {
|
||||
description = "Wood and Glass Grid-Style Door",
|
||||
description = "Plain Windowless Wooden Door",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"homedecor_door_wood_plain_tb.png",
|
||||
|
@ -110,7 +110,7 @@ minetest.register_node("homedecor:door_wood_plain_bottom_left", {
|
|||
-- Right-opening
|
||||
|
||||
minetest.register_node("homedecor:door_wood_plain_top_right", {
|
||||
description = "wood/glass door top half",
|
||||
description = "plain wooden door top half",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"homedecor_door_wood_plain_tb.png",
|
||||
|
@ -149,7 +149,7 @@ minetest.register_node("homedecor:door_wood_plain_top_right", {
|
|||
})
|
||||
|
||||
minetest.register_node("homedecor:door_wood_plain_bottom_right", {
|
||||
description = "Wood and Glass Grid-Style Door (Right-opening)",
|
||||
description = "Plain Windowless Wooden Door (Right-opening)",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"homedecor_door_wood_plain_tb.png",
|
||||
|
|
Loading…
Reference in New Issue
Block a user