Create files for regular use
These files do not contain code, but are rather used for functional reasons
This commit is contained in:
parent
ad7f25f992
commit
53318204b2
7
defaultpackages.ccpt
Normal file
7
defaultpackages.ccpt
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
packages = {
|
||||
ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt",
|
||||
pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt"
|
||||
},
|
||||
ccptversion = "1.0"
|
||||
}
|
||||
15
packageinfo.ccpt
Normal file
15
packageinfo.ccpt
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
name = "ComputerCraft Package Tool",
|
||||
id = "ccpt",
|
||||
comment = "Package tool for ComputerCraft/CC: Tweaked",
|
||||
author = "PentagonLP",
|
||||
website = "https://github.com/PentagonLP/ccpt",
|
||||
newestversion = "1.0",
|
||||
dependencies = {
|
||||
pprint = "1.0"
|
||||
},
|
||||
install = {
|
||||
type = "script",
|
||||
scripturl = ""
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user