1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-17 15:20:30 +02:00

Fix naming incositencies (#54)

* Fix naming incositencies

* Update translations
This commit is contained in:
Niklp
2023-07-23 21:51:09 +02:00
committed by GitHub
parent 12cfbe3cb5
commit 69e272cd64
14 changed files with 26 additions and 26 deletions

View File

@ -168,10 +168,10 @@ for i in pairs(CoRNeR) do
end
-----------------------------------------------------------------------------------------------
-- Wet Reed Roof Corner
-- Wet Reed Roof Corner 1
-----------------------------------------------------------------------------------------------
minetest.register_node("dryplants:wetreed_roof_corner", {
description = S("Wet Reed Roof Corner"),
description = S("Wet Reed Roof Corner 1"),
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@ -316,10 +316,10 @@ minetest.register_node("dryplants:reed_roof", {
})
-----------------------------------------------------------------------------------------------
-- Reed Roof Corner
-- Reed Roof Corner 1
-----------------------------------------------------------------------------------------------
minetest.register_node("dryplants:reed_roof_corner", {
description = S("Reed Roof Corner"),
description = S("Reed Roof Corner 1"),
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",