minor beautify of code

This commit is contained in:
Zemtzov7 2022-09-17 20:40:22 +05:00 committed by GitHub
parent efb6156ba0
commit 6fc05c5c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ core.register_tool("translocator:translocator", {
end
end
return itemstack
end,
on_place = function(itemstack, player)
return translocate(itemstack, player)
end,
on_secondary_use = function(itemstack, player)
return translocate(itemstack, player)
end
end,
on_place = function(itemstack, player)
return translocate(itemstack, player)
end,
on_secondary_use = function(itemstack, player)
return translocate(itemstack, player)
end
})
local disk = {