mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Update mod authors, remove a TODO
This commit is contained in:
parent
7f6d456a32
commit
c3a33ea2c2
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ function mcl_bone_meal.add_bone_meal_particle(pos, def)
|
||||||
maxexptime = def.maxexptime or 4,
|
maxexptime = def.maxexptime or 4,
|
||||||
minsize = def.minsize or 0.7,
|
minsize = def.minsize or 0.7,
|
||||||
maxsize = def.maxsize or 2.4,
|
maxsize = def.maxsize or 2.4,
|
||||||
texture = "mcl_particles_bonemeal.png^[colorize:#00EE00:125", -- TODO: real MC color
|
texture = "mcl_particles_bonemeal.png^[colorize:#00EE00:125",
|
||||||
glow = def.glow or 1,
|
glow = def.glow or 1,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
name = mcl_bone_meal
|
name = mcl_bone_meal
|
||||||
description = Bone meal can be used as a fertilizer and as a dye.
|
description = Bone meal can be used as a fertilizer and as a dye.
|
||||||
author = kabou
|
author = kabou, teknomunk
|
||||||
|
|
Loading…
Reference in a new issue