Compare commits
No commits in common. "8ee67892651a8574b8265d04da55ca0d547c8c26" and "cbfe091437008835abdaeb42f4d360ade58bce3c" have entirely different histories.
8ee6789265
...
cbfe091437
12
dig/packageinfo.ccpt
Normal file
12
dig/packageinfo.ccpt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
name = "dig",
|
||||||
|
comment = "Turtle Tunnel Digging Program",
|
||||||
|
author = "Hion-V",
|
||||||
|
website = "https://git.subsonics.nl/pootercraft/dig",
|
||||||
|
newestversion = "1.0",
|
||||||
|
install = {
|
||||||
|
scripturl = "https://git.subsonics.nl/pootercraft/dig/raw/branch/master/packageinstall.lua",
|
||||||
|
type = "script",
|
||||||
|
},
|
||||||
|
dependencies = {},
|
||||||
|
}
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
-- INSTALL PACKAGE INFO
|
-- INSTALL PACKAGE INFO
|
||||||
packageName = "dig"
|
packageName = "dig"
|
||||||
packageURL = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/bin/dig"
|
packageURL = "https://git.subsonics.nl/pootercraft/dig/raw/branch/master/bin/dig"
|
||||||
packageBinPath = "/bin/"
|
packageBinPath = "/bin/"
|
||||||
packageFilename = "dig"
|
packageFilename = "dig"
|
||||||
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
name = "dig",
|
|
||||||
comment = "Turtle Tunnel Digging Program",
|
|
||||||
author = "Hion-V",
|
|
||||||
website = "https://git.subsonics.nl/pootercraft/programs/turtle/dig/",
|
|
||||||
newestversion = "1.0",
|
|
||||||
install = {
|
|
||||||
scripturl = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/packageinstall.lua",
|
|
||||||
type = "script",
|
|
||||||
},
|
|
||||||
dependencies = {},
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user