mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-11 20:41:10 +00:00
Added better support for more files.
This commit is contained in:
parent
9fe8717a66
commit
e3fc9756ba
11 changed files with 244 additions and 227 deletions
js
|
@ -3,10 +3,11 @@ let modInfo = {
|
|||
id: "mymod",
|
||||
author: "nobody",
|
||||
pointsName: "points",
|
||||
modFiles: ["layers.js", "tree.js"],
|
||||
|
||||
discordName: "",
|
||||
discordLink: "",
|
||||
initialStartPoints: new Decimal (10), // Used for hard resets and new players
|
||||
|
||||
offlineLimit: 1, // In hours
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue