init
This commit is contained in:
commit
3f572e9b2d
102 changed files with 2122 additions and 0 deletions
8
config/paucal-common.json5
Normal file
8
config/paucal-common.json5
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
// Whether to allow patting players with a shift-right-click.
|
||||
"allowPats": false,
|
||||
/* Whether to load contributor info from the internet.
|
||||
If false, no one will appear as a contributor.
|
||||
*/
|
||||
"loadContributors": true
|
||||
}
|
13
config/quilt-loader-overrides.json
Normal file
13
config/quilt-loader-overrides.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"overrides": [
|
||||
{
|
||||
"path": "<mods>/Steam_Rails-1.6.4+fabric-mc1.19.2.jar",
|
||||
"depends": [
|
||||
{
|
||||
"remove": "create"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue