1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-15 06:45:22 +01:00

Removed whitespaces

This commit is contained in:
LeMagnesium
2015-06-10 17:14:58 +02:00
parent 4bc80ddba1
commit f81b8ca677
126 changed files with 954 additions and 954 deletions

View File

@@ -30,7 +30,7 @@ mobs:register_mob("mobs:greensmall", {
textures = { green_textures },
blood_texture = "mobs_green_slime_blood.png",
visual_size = {x = 0.5, y = 0.5},
-- sounds a bit here, but mainly define in the beginning
-- sounds a bit here, but mainly define in the beginning
makes_footstep_sound = false,
sounds = green_sounds,
-- speed and jump, sinks in water
@@ -76,7 +76,7 @@ mobs:register_mob("mobs:greenmedium", {
textures = { green_textures },
blood_texture = "mobs_green_slime_blood.png",
visual_size = {x = 1, y = 1},
-- sounds a bit here, but mainly define in the beginning
-- sounds a bit here, but mainly define in the beginning
makes_footstep_sound = false,
sounds = green_sounds,
-- speed and jump, sinks in water
@@ -125,7 +125,7 @@ mobs:register_mob("mobs:greenbig", {
textures = { green_textures },
blood_texture = "mobs_green_slime_blood.png",
visual_size = {x = 2, y = 2},
-- sounds a bit here, but mainly define in the beginning
-- sounds a bit here, but mainly define in the beginning
makes_footstep_sound = false,
sounds = green_sounds,
-- speed and jump, sinks in water