forked from mtcontrib/x_enchanting
Add grindstone
This commit is contained in:
parent
3ee6bb7b80
commit
af26c6ed76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user