Improve node descriptions (#1834)

master
Ezhh 2017-07-23 09:26:10 +01:00 committed by SmallJoker
parent 61ac8b0f9e
commit cdca768022
1 changed files with 2 additions and 2 deletions

View File

@ -667,7 +667,7 @@ function doors.register_trapdoor(name, def)
end
doors.register_trapdoor("doors:trapdoor", {
description = "Trapdoor",
description = "Wooden Trapdoor",
inventory_image = "doors_trapdoor.png",
wield_image = "doors_trapdoor.png",
tile_front = "doors_trapdoor.png",
@ -783,7 +783,7 @@ function doors.register_fencegate(name, def)
end
doors.register_fencegate("doors:gate_wood", {
description = "Wooden Fence Gate",
description = "Apple Wood Fence Gate",
texture = "default_wood.png",
material = "default:wood",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}