Compare commits

..

No commits in common. "8ee67892651a8574b8265d04da55ca0d547c8c26" and "cbfe091437008835abdaeb42f4d360ade58bce3c" have entirely different histories.

4 changed files with 13 additions and 13 deletions

12
dig/packageinfo.ccpt Normal file
View 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 = {},
}

View File

@ -7,7 +7,7 @@
-- INSTALL PACKAGE INFO
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/"
packageFilename = "dig"

View File

@ -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 = {},
}