mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Correct name of acacia mese postlight
This commit is contained in:
parent
e6aec880de
commit
0333fdd3c4
1 changed files with 1 additions and 1 deletions
|
@ -2843,7 +2843,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…
Add table
Reference in a new issue