This commit is contained in:
Infinidoge 2025-06-23 12:12:17 -04:00
commit 3f572e9b2d
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA
102 changed files with 2122 additions and 0 deletions

View 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
}

View file

@ -0,0 +1,13 @@
{
"schema_version": 1,
"overrides": [
{
"path": "<mods>/Steam_Rails-1.6.4+fabric-mc1.19.2.jar",
"depends": [
{
"remove": "create"
}
]
}
]
}