Update .gitignore and configuration files: Added new entries for logs and EULA in .gitignore, modified options.txt to include language settings and sound categories, and updated shader properties timestamps. Removed multiple outdated mod files to streamline the server environment.
This commit is contained in:
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
# Do not include the #. You may reset to defaults by deleting this file.
|
||||
#
|
||||
# Available options:
|
||||
# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat)
|
||||
# mixin.bugfix.chunk_deadlock=true # (default)
|
||||
# mixin.bugfix.cofh_core_crash=true # (default)
|
||||
# mixin.bugfix.concurrency=true # (default)
|
||||
# mixin.bugfix.ctm_resourceutil_cme=true # (default)
|
||||
@@ -20,7 +20,7 @@
|
||||
# mixin.bugfix.fix_config_crashes=true # (default)
|
||||
# mixin.bugfix.missing_block_entities=false # (default)
|
||||
# mixin.bugfix.packet_leak=false # (default)
|
||||
# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat)
|
||||
# mixin.bugfix.paper_chunk_patches=true # (default)
|
||||
# mixin.bugfix.recipe_book_type_desync=true # (default)
|
||||
# mixin.bugfix.restore_old_dragon_movement=false # (default)
|
||||
# mixin.bugfix.skip_redundant_saves=false # (default)
|
||||
@@ -50,7 +50,7 @@
|
||||
# mixin.perf.attribute_supplier_dedup=true # (default)
|
||||
# mixin.perf.cache_blockstate_cache_arrays=true # (default)
|
||||
# mixin.perf.cache_profile_texture_url=true # (default)
|
||||
# mixin.perf.cache_strongholds=false # (overridden for mod compat)
|
||||
# mixin.perf.cache_strongholds=true # (default)
|
||||
# mixin.perf.capability_list_compaction=true # (default)
|
||||
# mixin.perf.chunk_meshing=true # (default)
|
||||
# mixin.perf.clear_mixin_classinfo=false # (default)
|
||||
@@ -86,7 +86,7 @@
|
||||
# mixin.perf.optimize_surface_rules=true # (default)
|
||||
# mixin.perf.patchouli_deduplicate_books=true # (default)
|
||||
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default)
|
||||
# mixin.perf.release_protochunks=false # (overridden for mod compat)
|
||||
# mixin.perf.release_protochunks=true # (default)
|
||||
# mixin.perf.remove_biome_temperature_cache=true # (default)
|
||||
# mixin.perf.resourcepacks=true # (default)
|
||||
# mixin.perf.smart_ingredient_sync=true # (default)
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# Configured Defaults
|
||||
|
||||
This whole directory servers as a synchronized mirror of `.minecraft`. Every sub-directory and / or file placed within will be copied to the main `.minecraft` directory during game launch if the directory / file is not already present.
|
||||
There is no way of overriding an existing file, a copy will only be made when the target destination is empty.
|
||||
|
||||
Please note that due to the way Minecraft handles `options.txt` specifically it is sufficient to include only the options you want to set a preset for. All missing options will be filled in using their internal defaults when the file is read by the game.
|
||||
|
||||
Examples:
|
||||
- `.minecraft/configureddefaults/options.txt` will be copied to `.minecraft/options.txt` if not already present
|
||||
- `.minecraft/configureddefaults/config/jei/jei.toml` will be copied to `.minecraft/config/jei/jei.toml` if not already present
|
||||
|
||||
Note that this `README.md` file is excluded from being copied to `.minecraft`.
|
||||
@@ -0,0 +1,96 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Why did you do that?
|
||||
|
||||
Time: 2026-05-07 22:56:10
|
||||
Description: Mod loading failures have occurred; consult the issue messages for more details
|
||||
|
||||
net.neoforged.neoforge.logging.CrashReportExtender$ModLoadingCrashException: Mod loading has failed
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Mod loading issue for: colorwheel --
|
||||
Details:
|
||||
Mod file: /C:/Users/mrleo1nid/curseforge/minecraft/Instances/Reimagined/Server/mods/colorwheel-neoforge-1.2.4+mc1.21.1.jar
|
||||
Failure message: Mod colorwheel requires iris 1.8.0 or above
|
||||
Currently, iris is not installed
|
||||
|
||||
Mod version: 1.2.4+mc1.21.1
|
||||
Mod issues URL: https://github.com/djefrey/Colorwheel/issues
|
||||
Exception message: <No associated exception found>
|
||||
|
||||
-- Mod loading issue for: flerovium --
|
||||
Details:
|
||||
Mod file: /C:/Users/mrleo1nid/curseforge/minecraft/Instances/Reimagined/Server/mods/flerovium-neoforge-1.21.1-1.0.18-all.jar
|
||||
Failure message: Mod flerovium requires sodium 0.6.9 or above
|
||||
Currently, sodium is not installed
|
||||
|
||||
Mod version: 1.0.18
|
||||
Mod issues URL: <No issues URL found>
|
||||
Exception message: <No associated exception found>
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.21.1
|
||||
Minecraft Version ID: 1.21.1
|
||||
Operating System: Windows 11 (amd64) version 10.0
|
||||
Java Version: 21.0.8, Eclipse Adoptium
|
||||
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
||||
Memory: 212552472 bytes (202 MiB) / 780140544 bytes (744 MiB) up to 8573157376 bytes (8176 MiB)
|
||||
CPUs: 12
|
||||
Processor Vendor: AuthenticAMD
|
||||
Processor Name: AMD Ryzen 5 5600X 6-Core Processor
|
||||
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
|
||||
Microarchitecture: Zen 3
|
||||
Frequency (GHz): 3.69
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 6
|
||||
Number of logical CPUs: 12
|
||||
Graphics card #0 name: NVIDIA GeForce RTX 3060
|
||||
Graphics card #0 vendor: NVIDIA
|
||||
Graphics card #0 VRAM (MiB): 12288.00
|
||||
Graphics card #0 deviceId: VideoController1
|
||||
Graphics card #0 versionInfo: 32.0.15.9636
|
||||
Memory slot #0 capacity (MiB): 8192.00
|
||||
Memory slot #0 clockSpeed (GHz): 3.20
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MiB): 8192.00
|
||||
Memory slot #1 clockSpeed (GHz): 3.20
|
||||
Memory slot #1 type: DDR4
|
||||
Memory slot #2 capacity (MiB): 8192.00
|
||||
Memory slot #2 clockSpeed (GHz): 3.20
|
||||
Memory slot #2 type: DDR4
|
||||
Memory slot #3 capacity (MiB): 8192.00
|
||||
Memory slot #3 clockSpeed (GHz): 3.20
|
||||
Memory slot #3 type: DDR4
|
||||
Virtual memory max (MiB): 51123.16
|
||||
Virtual memory used (MiB): 45168.41
|
||||
Swap memory total (MiB): 18428.44
|
||||
Swap memory used (MiB): 1696.88
|
||||
Space in storage for jna.tmpdir (MiB): <path not set>
|
||||
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
||||
Space in storage for io.netty.native.workdir (MiB): <path not set>
|
||||
Space in storage for java.io.tmpdir (MiB): available: 16986.62, total: 487582.00
|
||||
Space in storage for workdir (MiB): available: 16986.62, total: 487582.00
|
||||
JVM Flags: 0 total;
|
||||
ModLauncher: 11.0.5+main.901c6ea8
|
||||
ModLauncher launch target: forgeserver
|
||||
ModLauncher services:
|
||||
sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
|
||||
loader-4.0.42.jar slf4jfixer PLUGINSERVICE
|
||||
loader-4.0.42.jar runtime_enum_extender PLUGINSERVICE
|
||||
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
|
||||
loader-4.0.42.jar runtimedistcleaner PLUGINSERVICE
|
||||
modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE
|
||||
modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE
|
||||
modlauncher-11.0.5.jar connector_loader TRANSFORMATIONSERVICE
|
||||
FML Language Providers:
|
||||
kotlinforforge@5.11.0
|
||||
Configured Defaults@21.1.3
|
||||
javafml@4.0
|
||||
lowcodefml@4.0
|
||||
minecraft@4.0
|
||||
Mod List:
|
||||
server-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: NOSIGNATURE
|
||||
neoforge-21.1.228-universal.jar |NeoForge |neoforge |21.1.228 |Manifest: NOSIGNATURE
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"jarName":"CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar","modId":"crash_assistant","version":"1.11.0","mixinConfigs":["crash_assistant.mixins.json","crash_assistant.neoforge.mixins.json"],"jarJarMods":[{"jarName":"app.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"crash_assistant-neoforge.jar","modId":"crash_assistant","version":"1.11.0","mixinConfigs":["crash_assistant.mixins.json","crash_assistant.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3563009100,"modrinthHash":"34aee29c7738861a61ff8fc4789ee490112364af"}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2.0.0-beta.14+1.21.1,dedicated_server,23a2423b0b233b3a44eacf15e5ea7c2ffd61c6c1df572562a4f98da5db0a8aa9
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2.0.0-beta.14+1.21.1,dedicated_server,830068d01ad34da38798eaf1b9dfa83870331c49807f1bf9b1591797e9b5b2eb
|
||||
@@ -0,0 +1,7 @@
|
||||
==== Connector Mixin Patch Audit Summary ====
|
||||
Successful: 0
|
||||
Partial: 0
|
||||
Failed: 0
|
||||
Success rate: не число% Accuracy: не число%
|
||||
=============================================
|
||||
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
2.0.0-beta.14+1.21.1,dedicated_server,c86e66fb3561ff18c8544c7c506c4e4fc8865b069ad45fc4f6d3677e688797f7
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user