Fix seeds not being subtracted on_place #2

Closed
cora wants to merge 1 commits from (deleted):fix_seed_dupe into master
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ local get_harvest_and_replant_function = function(
else
old_on_place(itemstack, placer, pointed_thing)
end
return itemstack
end
end