Skip to content

Commit

Permalink
Correct name of acacia mese postlight (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
An0n3m0us committed Jan 30, 2021
1 parent b648af4 commit e1e793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -2852,7 +2852,7 @@ default.register_mesepost("default:mese_post_light", {
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"),
texture = "default_fence_acacia_wood.png",
material = "default:acacia_wood",
Expand Down

0 comments on commit e1e793d

Please sign in to comment.