mirror of
https://github.com/D00Med/witchcraft.git
synced 2024-11-15 14:50:23 +01:00
commit
0115b9f0ba
4
init.lua
4
init.lua
|
@ -3797,7 +3797,7 @@ minetest.register_node("witchcraft:pentagram", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = false,
|
||||||
light_source = 50,
|
light_source = 14,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
@ -3840,7 +3840,7 @@ minetest.register_node("witchcraft:portal", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = false,
|
||||||
light_source = 50,
|
light_source = 14,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user