mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-20 01:51:06 +01:00
Merge pull request 'Fix warning in mcl_dye' (#2881) from fix_dye_warning into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2881
This commit is contained in:
commit
a1637486bb
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function mcl_dye.register_on_bone_meal_apply(func)
|
|||
table.insert(mcl_dye.bone_meal_callbacks, func)
|
||||
end
|
||||
|
||||
local function apply_bone_meal(pointed_thing)
|
||||
local function apply_bone_meal(pointed_thing,user)
|
||||
-- Bone meal currently spawns all flowers found in the plains.
|
||||
local flowers_table_plains = {
|
||||
"mcl_flowers:dandelion",
|
||||
|
|
Loading…
Reference in a new issue