Rename 2 test nodes

This commit is contained in:
Wuzzy 2022-04-20 19:40:36 +02:00
parent 630668f99f
commit 8b08b26720

View File

@ -348,7 +348,7 @@ else
end
minetest.register_node("perlin_explorer:node", {
description = S("Perlin Test Node (High Value)"),
description = S("Solid Perlin Test Node (High Value)"),
paramtype = "light",
sunlight_propagates = true,
paramtype2 = paramtype2,
@ -359,7 +359,7 @@ minetest.register_node("perlin_explorer:node", {
drop = "perlin_explorer:node",
})
minetest.register_node("perlin_explorer:node_low", {
description = S("Perlin Test Node (Low Value)"),
description = S("Solid Perlin Test Node (Low Value)"),
paramtype = "light",
sunlight_propagates = true,
paramtype2 = paramtype2,