diff --git a/grindstone.lua b/grindstone.lua index aa32150..e4e3ada 100644 --- a/grindstone.lua +++ b/grindstone.lua @@ -324,6 +324,8 @@ minetest.register_node('x_enchanting:grindstone', { end end + result_total = math.floor(result_total / 10) + result_payment_stack:set_count(result_total) if listname == 'result' and result_stack:is_empty() then