Rename 2 test nodes
This commit is contained in:
parent
630668f99f
commit
8b08b26720
4
init.lua
4
init.lua
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user