Show particles regardless of success

This commit is contained in:
teknomunk 2024-09-20 06:51:56 -05:00
parent 7cb6bfbcf2
commit 810692c275
1 changed files with 1 additions and 3 deletions

View File

@ -99,9 +99,7 @@ mcl_bone_meal.use_bone_meal = function(itemstack, placer, pointed_thing)
end
-- Particle effects
if success then
mcl_bone_meal.add_bone_meal_particle(pos)
end
-- Take the item
if consume and ( not placer or not minetest.is_creative_enabled(placer:get_player_name()) ) then