1
0
Fork 0

make the balrog whip act as a wielded light source

master
general 2024-04-06 12:43:16 -04:00
parent dae251bd80
commit b62370c097
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ minetest.register_tool("mobs_balrog:balrog_whip", {
on_blast = function(self, damage)
return false, false, {}
end,
light_source = 14,
})