mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 15:00:18 +01:00
Correct name of acacia mese postlight (#2800)
This commit is contained in:
parent
b648af479f
commit
e1e793d4da
@ -2852,7 +2852,7 @@ default.register_mesepost("default:mese_post_light", {
|
|||||||
material = "default:wood",
|
material = "default:wood",
|
||||||
})
|
})
|
||||||
|
|
||||||
default.register_mesepost("default:mese_post_light_acacia", {
|
default.register_mesepost("default:mese_post_light_acacia_wood", {
|
||||||
description = S("Acacia Wood Mese Post Light"),
|
description = S("Acacia Wood Mese Post Light"),
|
||||||
texture = "default_fence_acacia_wood.png",
|
texture = "default_fence_acacia_wood.png",
|
||||||
material = "default:acacia_wood",
|
material = "default:acacia_wood",
|
||||||
|
Loading…
Reference in New Issue
Block a user