Update mod authors, remove a TODO

This commit is contained in:
teknomunk 2024-03-22 05:39:45 +00:00
parent 7f6d456a32
commit c3a33ea2c2
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ function mcl_bone_meal.add_bone_meal_particle(pos, def)
maxexptime = def.maxexptime or 4,
minsize = def.minsize or 0.7,
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,
})
end

View file

@ -1,3 +1,3 @@
name = mcl_bone_meal
description = Bone meal can be used as a fertilizer and as a dye.
author = kabou
author = kabou, teknomunk