Fix seeds not being subtracted on_place

This commit is contained in:
cora 2022-10-09 00:54:28 +02:00
parent 44bef70b9a
commit 89476bcf51
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