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

Change "Junglewood" to "Jungle Wood"

This commit is contained in:
MrIbby
2017-05-24 14:22:17 -07:00
committed by ShadowNinja
parent a8a60d33a3
commit 18956c7f69
2 changed files with 3 additions and 3 deletions

View File

@ -787,7 +787,7 @@ doors.register_fencegate("doors:gate_acacia_wood", {
})
doors.register_fencegate("doors:gate_junglewood", {
description = "Junglewood Fence Gate",
description = "Jungle Wood Fence Gate",
texture = "default_junglewood.png",
material = "default:junglewood",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}