Make barrier particles glow in the dark

This commit is contained in:
Wuzzy 2019-03-08 03:47:14 +01:00
parent f7d9aea529
commit f40eeb4477
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ minetest.register_node("mcl_core:barrier", {
expirationtime = 1,
size = 8,
texture = "mcl_core_barrier.png",
glow = 14,
playername = placer:get_player_name()
})
end,

View File

@ -208,6 +208,7 @@ minetest.register_globalstep(function(dtime)
expirationtime = 1,
size = 8,
texture = tex,
glow = 14,
playername = name
})
end