Update master #1

Merged
THE-NERD2 merged 296 commits from VoxeLibre/VoxeLibre:master into master 2024-11-21 19:51:04 +01:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit cfdef2435a - Show all commits

View File

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