fix spacing

master
Juraj Vajda 2016-11-26 11:47:52 +01:00
parent 653e73d880
commit dc13972ba7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
minetest.register_node("spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_active", {
description = mod_prefix.."_"..mob_name.." spawner active",
paramtype = "light",
light_source = 6 ,
light_source = 6,
drawtype = "allfaces",
walkable = true,
sounds = default.node_sound_metal_defaults(),