chore: untrack volatile runtime data, libraries, and ignored configs
This commit is contained in:
parent
2d009c116a
commit
8454de7efe
11 changed files with 2 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
{"@type":"me.itzg.helpers.forge.ForgeManifest","timestamp":"2026-08-09T01:40:51.082107423Z","files":null,"minecraftVersion":"1.20.1","forgeVersion":"47.4.10","serverEntry":"run.sh"}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
This is created by ResourcefulLib for usage by mods.
|
||||
This directory is used to store data/caches for mods.
|
||||
|
|
@ -1 +0,0 @@
|
|||
[]
|
||||
|
|
@ -1 +0,0 @@
|
|||
[]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# Default config file that will be copied to world/serverconfig/ftbchunks-world.snbt if it doesn't exist!
|
||||
# Just copy any values you wish to override in here!
|
||||
|
||||
{ }
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# Generated via Docker
|
||||
# Sun 09 Aug 2026 01:40:32 AM UTC
|
||||
eula=true
|
||||
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[
|
||||
{
|
||||
"uuid": "b12ce09e-5a4e-3a90-a23c-087c8c9d32e0",
|
||||
"name": "JaniSoto",
|
||||
"level": 4,
|
||||
"bypassesPlayerLimit": false
|
||||
}
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
@echo off
|
||||
REM Forge requires a configured set of both JVM and program arguments.
|
||||
REM Add custom JVM arguments to the user_jvm_args.txt
|
||||
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
|
||||
REM pass them to this script directly
|
||||
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.4.10/win_args.txt %*
|
||||
pause
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
# Forge requires a configured set of both JVM and program arguments.
|
||||
# Add custom JVM arguments to the user_jvm_args.txt
|
||||
# Add custom program arguments {such as nogui} to this file in the next line before the "$@" or
|
||||
# pass them to this script directly
|
||||
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.4.10/unix_args.txt "$@"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#Minecraft server properties
|
||||
#Sat Aug 15 13:40:05 UTC 2026
|
||||
#Sat Aug 15 17:04:12 UTC 2026
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
broadcast-console-to-ops=true
|
||||
|
|
@ -38,7 +38,7 @@ prevent-proxy-connections=false
|
|||
pvp=true
|
||||
query.port=25565
|
||||
rate-limit=0
|
||||
rcon.password=4ad253b0b1e9bc8442a15f30
|
||||
rcon.password=9fd4e946c29c02d313ca4781
|
||||
rcon.port=25575
|
||||
require-resource-pack=false
|
||||
resource-pack=
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
[]
|
||||
Loading…
Reference in a new issue