mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-14 11:59:24 +01:00
add legacy_wallmounted line
This commit is contained in:
parent
869fba8ea6
commit
8f5bde07e0
1
init.lua
1
init.lua
@ -332,6 +332,7 @@ minetest.register_node("protector:protect2", {
|
|||||||
groups = {dig_immediate = 2, unbreakable = 1},
|
groups = {dig_immediate = 2, unbreakable = 1},
|
||||||
paramtype = 'light',
|
paramtype = 'light',
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
|
legacy_wallmounted = true,
|
||||||
light_source = 4,
|
light_source = 4,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user