1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 12:46:02 +02:00

Make sapling, leaves and fence descriptions consistent (#1795)

This commit is contained in:
Ezhh
2017-06-25 10:19:12 +01:00
committed by SmallJoker
parent 36d024a716
commit 3d1fc42f66
3 changed files with 14 additions and 14 deletions

View File

@ -780,7 +780,7 @@ doors.register_fencegate("doors:gate_wood", {
})
doors.register_fencegate("doors:gate_acacia_wood", {
description = "Acacia Fence Gate",
description = "Acacia Wood Fence Gate",
texture = "default_acacia_wood.png",
material = "default:acacia_wood",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
@ -794,14 +794,14 @@ doors.register_fencegate("doors:gate_junglewood", {
})
doors.register_fencegate("doors:gate_pine_wood", {
description = "Pine Fence Gate",
description = "Pine Wood Fence Gate",
texture = "default_pine_wood.png",
material = "default:pine_wood",
groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 3}
})
doors.register_fencegate("doors:gate_aspen_wood", {
description = "Aspen Fence Gate",
description = "Aspen Wood Fence Gate",
texture = "default_aspen_wood.png",
material = "default:aspen_wood",
groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 3}