Add grindstone

This commit is contained in:
Juraj Vajda 2023-12-14 16:48:02 -05:00
parent 3ee6bb7b80
commit af26c6ed76

View File

@ -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