Fix warning in mcl_dye

This commit is contained in:
cora 2022-10-29 11:18:32 +02:00
parent 138c0e8668
commit dc84b28d54
1 changed files with 1 additions and 1 deletions

View File

@ -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",