forked from VoxeLibre/VoxeLibre
Show particles regardless of success
This commit is contained in:
parent
7cb6bfbcf2
commit
810692c275
|
@ -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
|
||||
mcl_bone_meal.add_bone_meal_particle(pos)
|
||||
|
||||
-- Take the item
|
||||
if consume and ( not placer or not minetest.is_creative_enabled(placer:get_player_name()) ) then
|
||||
|
|
Loading…
Reference in New Issue