-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ld
37 lines (27 loc) · 888 Bytes
/
config.ld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
file = {
'terrapin/apis',
'terrapin/programs',
exclude = {
'terrapin/apis/pl', 'terrapin/installer_cfg.lua',
},
}
sort = true
readme = 'readme.md'
format = 'markdown'
style = '!pale'
project = 'Terrapin'
title = 'Terrapin API Compilation'
description = 'An OS for computercraft turtles.'
full_description = [[
Terrapin is a set of utilities and APIs that provide better tools
than included in the standard turtle distribution for my uses of
turtles.
This includes mining (see the DigMine, DigTunnel and DigPit tools)
and farming (see the TreeFarm and Farm tools).
The main feature of Terrapin is the terrapin API, a set of higher
level primitives to operate your turtles. It includes safe digging
commnds. position tracking, inventory management and some automatic
mining tools.
A more complete introduction to available tools and APIs can be found
@{readme.md|here}.
]]