Improve node descriptions (#1834)

This commit is contained in:
Ezhh
2017-07-23 09:26:10 +01:00
committed by SmallJoker
父節點 a1d35f3d69
當前提交 40ed77185e
共有 4 個文件被更改,包括 12 次插入12 次删除

查看文件

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