more mods
This commit is contained in:
parent
137d7777a6
commit
dc089a3f45
26 changed files with 1066 additions and 1 deletions
6
config/embeddium-mixins.properties
Normal file
6
config/embeddium-mixins.properties
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# This is the configuration file for Embeddium.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
||||
24
config/embeddium-options.json
Normal file
24
config/embeddium-options.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"always_defer_chunk_updates_v2": true,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true,
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"hide_donation_button": false
|
||||
}
|
||||
}
|
||||
33
config/entityculling.json
Normal file
33
config/entityculling.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"configVersion": 5,
|
||||
"renderNametagsThroughWalls": true,
|
||||
"blockEntityWhitelist": [
|
||||
"create:rope_pulley",
|
||||
"botania:flame_ring",
|
||||
"minecraft:beacon",
|
||||
"create:hose_pulley",
|
||||
"betterend:eternal_pedestal",
|
||||
"botania:magic_missile",
|
||||
"botania:falling_star"
|
||||
],
|
||||
"entityWhitelist": [
|
||||
"botania:mana_burst"
|
||||
],
|
||||
"tracingDistance": 128,
|
||||
"debugMode": false,
|
||||
"sleepDelay": 10,
|
||||
"hitboxLimit": 50,
|
||||
"skipMarkerArmorStands": true,
|
||||
"tickCulling": true,
|
||||
"tickCullingWhitelist": [
|
||||
"create:contraption",
|
||||
"create:stationary_contraption",
|
||||
"create:gantry_contraption",
|
||||
"minecraft:boat",
|
||||
"minecraft:firework_rocket",
|
||||
"create:carriage_contraption"
|
||||
],
|
||||
"disableF3": false,
|
||||
"skipEntityCulling": false,
|
||||
"skipBlockEntityCulling": false
|
||||
}
|
||||
23
config/ferritecore-mixin.toml
Normal file
23
config/ferritecore-mixin.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#Use a slightly more compact, but also slightly slower representation for block states
|
||||
compactFastMap = false
|
||||
#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
|
||||
useSmallThreadingDetector = false
|
||||
#Cache the predicate instances used in multipart models
|
||||
cacheMultipartPredicates = true
|
||||
#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
|
||||
multipartDeduplication = true
|
||||
#Deduplicate cached data for blockstates, most importantly collision and render shapes
|
||||
blockstateCacheDeduplication = true
|
||||
#Avoid creation of new strings when creating ModelResourceLocations
|
||||
modelResourceLocations = true
|
||||
#Use smaller data structures for "simple" models, especially models with few side-specific faces
|
||||
modelSides = true
|
||||
#Replace the blockstate neighbor table
|
||||
replaceNeighborLookup = true
|
||||
#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
|
||||
populateNeighborTable = false
|
||||
#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
|
||||
replacePropertyMap = true
|
||||
#Deduplicate vertex data of baked quads in the basic model implementations
|
||||
bakedQuadDeduplication = true
|
||||
|
||||
230
config/gtceu.yaml
Normal file
230
config/gtceu.yaml
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
recipes:
|
||||
# Whether to generate Flawed and Chipped Gems for materials and recipes involving them.
|
||||
# Useful for mods like TerraFirmaCraft.
|
||||
# Default: false
|
||||
generateLowQualityGems: true
|
||||
|
||||
# Whether to remove Block/Ingot compression and decompression in the Crafting Table.
|
||||
# Default: false
|
||||
disableManualCompression: true
|
||||
|
||||
# Change the recipe of Rods in the Lathe to 1 Rod and 2 Small Piles of Dust, instead of 2 Rods.
|
||||
# Default: false
|
||||
harderRods: false
|
||||
|
||||
# Whether to make crafting recipes for Bricks, Firebricks, and Coke Bricks harder.
|
||||
# Default: false
|
||||
harderBrickRecipes: false
|
||||
|
||||
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||
# Default: false
|
||||
nerfWoodCrafting: false
|
||||
|
||||
# Whether to make Wood related recipes harder.
|
||||
# Excludes sticks and planks.
|
||||
# Default: false
|
||||
hardWoodRecipes: false
|
||||
|
||||
# Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
||||
# Default: true
|
||||
hardIronRecipes: true
|
||||
|
||||
# Whether to make Redstone related recipes harder.
|
||||
# Default: false
|
||||
hardRedstoneRecipes: false
|
||||
|
||||
# Whether to make Vanilla Tools and Armor recipes harder.
|
||||
# Excludes Flint and Steel, and Buckets.
|
||||
# Default: false
|
||||
hardToolArmorRecipes: false
|
||||
|
||||
# Whether to make miscellaneous recipes harder.
|
||||
# Default: false
|
||||
hardMiscRecipes: false
|
||||
|
||||
# Whether to make Glass related recipes harder. Default: true
|
||||
hardGlassRecipes: true
|
||||
|
||||
# Whether to nerf the Paper crafting recipe.
|
||||
# Default: true
|
||||
nerfPaperCrafting: true
|
||||
|
||||
# Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more.
|
||||
# Default: false
|
||||
hardAdvancedIronRecipes: false
|
||||
|
||||
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||
# Default: false
|
||||
hardDyeRecipes: false
|
||||
|
||||
# Whether to remove charcoal smelting recipes from the vanilla furnace.
|
||||
# Default: true
|
||||
harderCharcoalRecipe: true
|
||||
|
||||
# Whether to make the Flint and Steel recipe require steel parts.
|
||||
# Default: true.
|
||||
flintAndSteelRequireSteel: true
|
||||
|
||||
# Whether to remove Vanilla Block Recipes from the Crafting Table.
|
||||
# Default: false
|
||||
removeVanillaBlockRecipes: false
|
||||
|
||||
# Whether to remove Vanilla TNT Recipe from the Crafting Table.
|
||||
# Default: true
|
||||
removeVanillaTNTRecipe: true
|
||||
|
||||
worldgen:
|
||||
# Should all Stone Types drop unique Ore Item Blocks?
|
||||
# Default: false (meaning only Stone, Netherrack, and Endstone)
|
||||
allUniqueStoneTypes: false
|
||||
|
||||
# Should Sand-like ores fall?
|
||||
# This includes gravel, sand, and red sand ores.
|
||||
# Default: false (no falling ores)
|
||||
sandOresFall: false
|
||||
|
||||
# Radius that ore veins will check for existing ones.
|
||||
# If one is found, the vein will not spawn.
|
||||
# Default: 3
|
||||
oreVeinScanRadius: 3
|
||||
|
||||
# Multiplier to bedrock ore generation amount
|
||||
# Default: 1.0f
|
||||
bedrockOreMultiplier: 1.0
|
||||
|
||||
# Make bedrock ore/fluid veins infinite?
|
||||
# Default: false
|
||||
infiniteBedrockOresFluids: false
|
||||
|
||||
# Maximum worldgen feature size in chunks
|
||||
# if a vein is larger than this, Minecraft complains in logs.
|
||||
# If that happens, either increase this or make your veins smaller.
|
||||
# NOTE: Larger veins can cause noticeable worldgen lag!
|
||||
# Default: 2
|
||||
maxFeatureChunkSize: 2
|
||||
|
||||
# Debug ore vein placement? (will print placed veins to server's debug.log)
|
||||
# Default: false (no placement printout in debug.log)
|
||||
debugWorldgen: false
|
||||
|
||||
# Rubber Tree spawn chance (% per chunk)
|
||||
# Default: 0.5
|
||||
rubberTreeSpawnChance: 0.5
|
||||
|
||||
# Prevents regular vanilla ores from being generated outside GregTech ore veins
|
||||
# Default: true
|
||||
removeVanillaOreGen: true
|
||||
|
||||
# Prevents vanilla's large ore veins from being generated
|
||||
# Default: true
|
||||
removeVanillaLargeOreVeins: true
|
||||
|
||||
machines:
|
||||
# Whether insufficient energy supply should reset Machine recipe progress to zero.
|
||||
# If true, progress will reset.
|
||||
# If false, progress will decrease to zero with 2x speed
|
||||
# Default: false
|
||||
recipeProgressLowEnergy: false
|
||||
|
||||
# Whether to require a Wrench, Wirecutter, or other GregTech tools to break machines, casings, wires, and more.
|
||||
# Default: false
|
||||
requireGTToolsForBlocks: false
|
||||
|
||||
# Whether machines explode in rainy weather or when placed next to certain terrain, such as fire or lava
|
||||
# Default: false
|
||||
doTerrainExplosion: false
|
||||
|
||||
# Whether machines or boilers damage the terrain when they explode.
|
||||
# Note machines and boilers always explode when overloaded with power or met with special conditions, regardless of this config.
|
||||
# Default: true
|
||||
doesExplosionDamagesTerrain: false
|
||||
|
||||
# Divisor for Recipe Duration per Overclock.
|
||||
# Default: 2.0
|
||||
overclockDivisor: 2.0
|
||||
|
||||
# Whether to play machine sounds while machines are active.
|
||||
# Default: true
|
||||
machineSounds: true
|
||||
|
||||
# Whether Steam Multiblocks should use Steel instead of Bronze.
|
||||
# Default: false
|
||||
steelSteamMultiblocks: false
|
||||
|
||||
# Whether to enable the cleanroom, required for various recipes.
|
||||
# Default: true
|
||||
enableCleanroom: true
|
||||
|
||||
# Whether multiblocks should ignore all cleanroom requirements.
|
||||
# This does nothing if enableCleanroom is false.
|
||||
# Default: false
|
||||
cleanMultiblocks: false
|
||||
|
||||
# Block to replace mined ores with in the miner and multiblock miner.
|
||||
# Default: minecraft:cobblestone
|
||||
replaceMinedBlocksWith: minecraft:cobblestone
|
||||
|
||||
# Whether to enable the Maintenance Hatch, required for Multiblocks.
|
||||
# Default: true
|
||||
enableMaintenance: true
|
||||
|
||||
# Whether the machine's circuit slot need to be inserted a real circuit.
|
||||
ghostCircuit: true
|
||||
|
||||
# Wether to add a "Bedrock Ore Miner" (also enables bedrock ore generation)
|
||||
# Default: false
|
||||
doBedrockOres: false
|
||||
|
||||
# What Kind of material should the bedrock ore miner output?
|
||||
# Default: "raw"
|
||||
bedrockOreDropTagPrefix: raw
|
||||
|
||||
# Wether to add a "Processing Array"
|
||||
# Default: true
|
||||
doProcessingArray: true
|
||||
|
||||
client:
|
||||
# Whether or not to enable Emissive Textures for GregTech Machines.
|
||||
# Default: true
|
||||
machinesEmissiveTextures: true
|
||||
|
||||
# The default color to overlay onto machines.
|
||||
# #FFFFFF is no coloring (default).
|
||||
# #D2DCFF is the classic blue from GT5.
|
||||
defaultPaintingColor: #FFFFFF
|
||||
|
||||
# Config options for Mod Compatibility
|
||||
compat:
|
||||
# Config options regarding GTEU compatibility with other energy systems
|
||||
energy:
|
||||
# Enable Native GTEU to Platform native Energy (RF and alike) on GT Cables and Wires.
|
||||
# This does not enable nor disable Converters.
|
||||
# Default: true
|
||||
nativeEUToPlatformNative: true
|
||||
|
||||
# Enable GTEU to Platform native (and vice versa) Converters.
|
||||
# Default: false
|
||||
enablePlatformConverters: false
|
||||
|
||||
# Platform native Energy to GTEU ratio for converting FE to EU.
|
||||
# Only affects converters.
|
||||
# Default: 4 FE/Energy == 1 EU
|
||||
platformToEuRatio: 4
|
||||
|
||||
# GTEU to Platform native Energy ratio for converting EU to FE.
|
||||
# Affects native conversion and Converters.
|
||||
# Default: 4 FE/Energy == 1 EU
|
||||
euToPlatformRatio: 4
|
||||
|
||||
# Whether to hide facades of all blocks in JEI and creative search menu.
|
||||
# Default: true
|
||||
hideFacadesInJEI: true
|
||||
|
||||
# Whether to hide filled cells in JEI and creative search menu.
|
||||
# Default: true
|
||||
hideFilledCellsInJEI: true
|
||||
|
||||
# Whether Gregtech should remove smelting recipes from the vanilla furnace for ingots requiring the Electric Blast Furnace.
|
||||
# Default: true
|
||||
removeSmeltingForEBFMetals: true
|
||||
|
||||
50
config/notenoughanimations.json
Normal file
50
config/notenoughanimations.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"configVersion": 9,
|
||||
"animationSmoothingSpeed": 20.0,
|
||||
"holdingItems": [
|
||||
"minecraft:clock",
|
||||
"minecraft:recovery_compass",
|
||||
"minecraft:soul_lantern",
|
||||
"minecraft:compass",
|
||||
"minecraft:torch",
|
||||
"minecraft:lantern",
|
||||
"minecraft:soul_torch"
|
||||
],
|
||||
"enableAnimationSmoothing": true,
|
||||
"enableInWorldMapRendering": true,
|
||||
"enableOffhandHiding": true,
|
||||
"enableRotationLocking": true,
|
||||
"enableLadderAnimation": true,
|
||||
"ladderAnimationAmplifier": 0.35,
|
||||
"ladderAnimationArmHeight": 1.7,
|
||||
"ladderAnimationArmSpeed": 2.0,
|
||||
"enableRotateToLadder": true,
|
||||
"enableEatDrinkAnimation": true,
|
||||
"enableRowBoatAnimation": true,
|
||||
"enableHorseAnimation": true,
|
||||
"dontHoldItemsInBed": true,
|
||||
"freezeArmsInBed": true,
|
||||
"rotationLock": "NONE",
|
||||
"showLastUsedSword": false,
|
||||
"sheathSwords": [
|
||||
"minecraft:golden_sword",
|
||||
"minecraft:iron_sword",
|
||||
"minecraft:wooden_sword",
|
||||
"minecraft:stone_sword",
|
||||
"minecraft:diamond_sword",
|
||||
"minecraft:netherite_sword"
|
||||
],
|
||||
"enableCrawlingAnimation": true,
|
||||
"holdUpItemsMode": "CONFIG",
|
||||
"holdUpItemOffset": 0.0,
|
||||
"itemSwapAnimation": true,
|
||||
"tweakElytraAnimation": true,
|
||||
"petAnimation": true,
|
||||
"fallingAnimation": false,
|
||||
"freezingAnimation": true,
|
||||
"huggingAnimation": false,
|
||||
"narutoRunning": false,
|
||||
"enableInWorldBookRendering": false,
|
||||
"disableLegSmoothing": false,
|
||||
"bowAnimation": "VANILLA"
|
||||
}
|
||||
8
config/oculus.properties
Normal file
8
config/oculus.properties
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Fri Sep 15 19:46:36 NOVT 2023
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
maxShadowRenderDistance=32
|
||||
shaderPack=
|
||||
enableShaders=true
|
||||
3
config/voicechat-client.toml
Normal file
3
config/voicechat-client.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# This config has been moved to config/voicechat/voicechat-client.properties
|
||||
moved = true
|
||||
|
||||
14
config/voicechat/translations.properties
Normal file
14
config/voicechat/translations.properties
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Simple Voice Chat translations
|
||||
# This file contains all server-side translations for the Simple Voice Chat mod
|
||||
|
||||
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
|
||||
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
|
||||
force_voicechat_kick_message=You need %s %s to play on this server
|
||||
# The message a player gets when joining a server with an incompatible voice chat version
|
||||
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
|
||||
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
|
||||
# The message a player gets when trying to execute a command that requires voice chat
|
||||
# The first parameter is the mod/plugin name
|
||||
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
|
||||
# The message a player gets when trying to execute a command that can only be executed as a player
|
||||
player_command_message=This command can only be executed as a player
|
||||
85
config/voicechat/voicechat-client.properties
Normal file
85
config/voicechat/voicechat-client.properties
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
# Simple Voice Chat client config v1.20.1-2.4.24
|
||||
|
||||
# The voice chat volume
|
||||
voice_chat_volume=1.0
|
||||
# The threshold for voice activation in dB
|
||||
voice_activation_threshold=-50.0
|
||||
# The voice chat microphone amplification
|
||||
microphone_amplification=1.0
|
||||
# Microphone activation type
|
||||
# Possible values are 'PTT' and 'VOICE'
|
||||
microphone_activation_type=PTT
|
||||
# The size of the audio output buffer in packets
|
||||
# Higher values mean a higher latency, but less crackles
|
||||
# Increase this value if you have an unstable internet connection
|
||||
output_buffer_size=5
|
||||
# The maximum amount of audio packets that are held back if a packet arrives out of order or gets dropped
|
||||
# This prevents discarding audio packets that are slightly out of order
|
||||
# Set this to 0 to disable
|
||||
audio_packet_threshold=3
|
||||
# The time it takes for the microphone to deactivate when using voice activation
|
||||
# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, ...
|
||||
voice_deactivation_delay=25
|
||||
# The microphone used by the voice chat
|
||||
# Empty for default device
|
||||
microphone=
|
||||
# The speaker used by the voice chat
|
||||
# Empty for default device
|
||||
speaker=
|
||||
# If the microphone is muted (only when using voice activation)
|
||||
muted=false
|
||||
# If the voice chat is disabled (sound and microphone off)
|
||||
disabled=false
|
||||
# If the voice chat icons should be hidden
|
||||
hide_icons=false
|
||||
# If the group HUD should be visible
|
||||
show_group_hud=true
|
||||
# If the own icon should be shown when in a group
|
||||
show_own_group_icon=true
|
||||
# The scale of the group HUD
|
||||
group_hud_icon_scale=2.0
|
||||
# The orientation of the player icons in the group HUD
|
||||
# Possible values are 'VERTICAL' and 'HORIZONTAL'
|
||||
group_player_icon_orientation=VERTICAL
|
||||
# The X position of the player icons in the group HUD
|
||||
# Negative values mean anchoring to the right
|
||||
group_player_icon_pos_x=4
|
||||
# The Y position of the player icons in the group HUD
|
||||
# Negative values mean anchoring to the bottom
|
||||
group_player_icon_pos_y=4
|
||||
# The X position of the HUD icons
|
||||
# Negative values mean anchoring to the right
|
||||
hud_icon_pos_x=16
|
||||
# The Y position of the HUD icons
|
||||
# Negative values mean anchoring to the bottom
|
||||
hud_icon_pos_y=-16
|
||||
# The scale of the HUD icons
|
||||
hud_icon_scale=1.0
|
||||
# The location where recordings should be saved
|
||||
# Leave empty for default location
|
||||
recording_destination=
|
||||
# The quality of the recorded audio
|
||||
# 0 = highest quality, 9 = lowest quality
|
||||
recording_quality=2
|
||||
# If noise cancellation should be enabled
|
||||
denoiser=false
|
||||
# If voice chat should work in singleplayer/LAN worlds
|
||||
run_local_server=true
|
||||
# Whether to use the Java implementation of microphone capturing instead of OpenAL
|
||||
java_microphone_implementation=false
|
||||
# If the mod should check for microphone permissions (MacOS only)
|
||||
macos_check_microphone_permission=true
|
||||
# If fake players should have the disconnected icon above their head
|
||||
show_fake_players_disconnected=false
|
||||
# If the volume adjustment GUI should also show offline players
|
||||
offline_player_volume_adjustment=false
|
||||
# The 3D audio type
|
||||
# Possible values are 'NORMAL', 'REDUCED' and 'OFF'
|
||||
audio_type=NORMAL
|
||||
# If the mod should load native libraries
|
||||
# If set to false, the Java Opus implementation will be used, the denoiser won't be available and you won't be able to record audio.
|
||||
use_natives=true
|
||||
# This lets you hear players near you, even though you are further away with your freecam
|
||||
freecam_support=true
|
||||
# If enabled, you will be automatically muted when joining a world
|
||||
mute_on_join=false
|
||||
43
config/voicechat/voicechat-server.properties
Normal file
43
config/voicechat/voicechat-server.properties
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Simple Voice Chat server config v1.20.1-2.4.24
|
||||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
port=24454
|
||||
# The IP address to bind the voice chat server on
|
||||
# Leave empty to use 'server-ip' of server.properties
|
||||
# To bind to the wildcard address, use '*'
|
||||
bind_address=
|
||||
# The distance to where the voice can be heard
|
||||
max_voice_distance=48.0
|
||||
# The multiplier of the voice distance when crouching
|
||||
crouch_distance_multiplier=1.0
|
||||
# The multiplier of the voice distance when whispering
|
||||
whisper_distance_multiplier=0.5
|
||||
# The opus codec
|
||||
# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY'
|
||||
codec=VOIP
|
||||
# The maximum size in bytes that voice packets are allowed to have
|
||||
mtu_size=1024
|
||||
# The frequency at which keep alive packets are sent
|
||||
# Setting this to a higher value may result in timeouts
|
||||
keep_alive=1000
|
||||
# If group chats are allowed
|
||||
enable_groups=true
|
||||
# The host name that clients should use to connect to the voice chat
|
||||
# This may also include a port, e.g. 'example.com:24454'
|
||||
# Don't change this value if you don't know what you are doing
|
||||
voice_host=
|
||||
# If players are allowed to record the voice chat
|
||||
allow_recording=true
|
||||
# If spectators are allowed to talk to other players
|
||||
spectator_interaction=false
|
||||
# If spectators can talk to players they are spectating
|
||||
spectator_player_possession=false
|
||||
# If players without the mod should get kicked from the server
|
||||
force_voice_chat=false
|
||||
# The amount of milliseconds, the server should wait to check if the player has the mod installed
|
||||
# Only active when force_voice_chat is set to true
|
||||
login_timeout=10000
|
||||
# The range where the voice chat should broadcast audio to
|
||||
# A value <0 means 'max_voice_distance'
|
||||
broadcast_range=-1.0
|
||||
2
config/voicechat/voicechat-volumes.properties
Normal file
2
config/voicechat/voicechat-volumes.properties
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Simple Voice Chat volume config
|
||||
|
||||
243
crash-reports/crash-2023-09-15_19.45.46-client.txt
Normal file
243
crash-reports/crash-2023-09-15_19.45.46-client.txt
Normal file
|
|
@ -0,0 +1,243 @@
|
|||
---- Minecraft Crash Report ----
|
||||
// Hi. I'm Minecraft, and I'm a crashaholic.
|
||||
|
||||
Time: 2023-09-15 19:45:46
|
||||
Description: Initializing game
|
||||
|
||||
java.lang.IncompatibleClassChangeError: class net.coderbot.iris.gui.option.ShadowDistanceOption cannot inherit from final class net.minecraft.client.OptionInstance
|
||||
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {}
|
||||
at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
|
||||
at net.coderbot.iris.config.IrisConfig.save(IrisConfig.java:169) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading}
|
||||
at net.coderbot.iris.config.IrisConfig.initialize(IrisConfig.java:60) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading}
|
||||
at net.coderbot.iris.Iris.onEarlyInitialize(Iris.java:146) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:mixin,re:classloading}
|
||||
at net.minecraft.client.Options.handler$zia000$iris$beforeLoadOptions(Options.java:1430) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Options.m_92140_(Options.java) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Options.<init>(Options.java:888) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Minecraft.<init>(Minecraft.java:425) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
||||
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
||||
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {}
|
||||
at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
|
||||
at net.coderbot.iris.config.IrisConfig.save(IrisConfig.java:169) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading}
|
||||
at net.coderbot.iris.config.IrisConfig.initialize(IrisConfig.java:60) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading}
|
||||
at net.coderbot.iris.Iris.onEarlyInitialize(Iris.java:146) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:mixin,re:classloading}
|
||||
at net.minecraft.client.Options.handler$zia000$iris$beforeLoadOptions(Options.java:1430) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Options.m_92140_(Options.java) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Options.<init>(Options.java:888) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.Minecraft.<init>(Minecraft.java:425) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
ADVAPI32.dll:Расширенная библиотека API Windows 32:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
COMCTL32.dll:Библиотека элементов управления взаимодействия с пользователем:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPT32.dll:API32 криптографии:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.1635:Microsoft Corporation
|
||||
DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
DNSAPI.dll:Динамическая библиотека API DNS-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
GDI32.dll:GDI Client DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
GLU32.dll:Библиотека подпрограмм OpenGL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
IPHLPAPI.DLL:API вспомогательного приложения IP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
KERNEL32.DLL:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
KERNELBASE.dll:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
MSCTF.dll:Серверная библиотека MSCTF:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
MpOav.dll:IOfficeAntiVirus Module:4.18.23080.2006 (04d8e871ffe7ba6b2204046883e1ad9b7a5989ce):Microsoft Corporation
|
||||
NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
NTASN1.dll:Microsoft ASN.1 API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.1992 (WinBuild.160101.0800):Microsoft Corporation
|
||||
PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
RPCRT4.dll:Библиотека удаленного вызова процедур:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SETUPAPI.dll:Windows Setup API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SHCORE.dll:SHCORE:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SHELL32.dll:Общая библиотека оболочки Windows:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
USER32.dll:Многопользовательская библиотека клиента USER API Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
USERENV.dll:Userenv:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINHTTP.dll:Службы HTTP Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINMM.dll:MCI API DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINSTA.dll:Winstation Library:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WS2_32.dll:32-разрядная библиотека Windows Socket 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
bcrypt.dll:Библиотека криптографических примитивов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation
|
||||
cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
||||
combase.dll:Microsoft COM для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dhcpcsvc.DLL:Служба DHCP-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dhcpcsvc6.DLL:Клиент DHCPv6:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dinput8.dll:Microsoft DirectInput:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
drvstore.dll:Driver Store API:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dwmapi.dll:Интерфейс API диспетчера окон рабочего стола (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dxcore.dll:DXCore:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
fwpuclnt.dll:API пользовательского режима FWP/IPsec:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
gdi32full.dll:GDI Client DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
||||
inputhost.dll:InputHost:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
java.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
javaw.exe:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jemalloc.dll
|
||||
jimage.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jli.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jna5653545338839873486.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
|
||||
jsvml.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jvm.dll:Java HotSpot(TM) 64-Bit server VM:17.0.6.0:Oracle Corporation
|
||||
kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
lwjgl.dll
|
||||
lwjgl_opengl.dll
|
||||
lwjgl_stb.dll
|
||||
management.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
management_ext.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
msasn1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation
|
||||
msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
mswsock.dll:Расширение поставщика службы API Microsoft Windows Sockets 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
napinsp.dll:Поставщик оболочки совместимости для имен электронной почты:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ncrypt.dll:Маршрутизатор Windows NCrypt:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
net.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
nio.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ntdll.dll:Системная библиотека NT:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ntmarta.dll:Поставщик Windows NT MARTA:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.2849:NVIDIA Corporation
|
||||
nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation
|
||||
ole32.dll:Microsoft OLE для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
opengl32.dll:OpenGL Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pdh.dll:Модуль поддержки данных производительности Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
perfos.dll:Библиотека объектов производительности системы Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
perfproc.dll:Библиотека объектов производительности системных процессов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pnrpnsp.dll:Поставщик пространства имен PNRP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
powrprof.dll:DLL модуля поддержки профиля управления питанием:10.0.22621.818 (WinBuild.160101.0800):Microsoft Corporation
|
||||
profapi.dll:User Profile Basic API:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation
|
||||
rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
shlwapi.dll:Библиотека небольших программ оболочки:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
sunmscapi.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
uxtheme.dll:Библиотека тем UxTheme (Microsoft):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
verify.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
win32u.dll:Win32u:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
windows.storage.dll:API хранения Microsoft WinRT:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wintypes.dll:Библиотека DLL основных типов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wldp.dll:Политика блокировки Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
xinput1_4.dll:API общего контроллера (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
zip.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
||||
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
||||
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
||||
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.20.1
|
||||
Minecraft Version ID: 1.20.1
|
||||
Operating System: Windows 11 (amd64) version 10.0
|
||||
Java Version: 17.0.6, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 354432712 bytes (338 MiB) / 704643072 bytes (672 MiB) up to 10779361280 bytes (10280 MiB)
|
||||
CPUs: 20
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: 12th Gen Intel(R) Core(TM) i7-12700KF
|
||||
Identifier: Intel64 Family 6 Model 151 Stepping 2
|
||||
Microarchitecture: Alder Lake
|
||||
Frequency (GHz): 3.61
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 12
|
||||
Number of logical CPUs: 20
|
||||
Graphics card #0 name: NVIDIA GeForce RTX 2060
|
||||
Graphics card #0 vendor: NVIDIA (0x10de)
|
||||
Graphics card #0 VRAM (MB): 4095.00
|
||||
Graphics card #0 deviceId: 0x1f08
|
||||
Graphics card #0 versionInfo: DriverVersion=31.0.15.2849
|
||||
Memory slot #0 capacity (MB): 8192.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 8192.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Memory slot #2 capacity (MB): 8192.00
|
||||
Memory slot #2 clockSpeed (GHz): 2.67
|
||||
Memory slot #2 type: DDR4
|
||||
Memory slot #3 capacity (MB): 8192.00
|
||||
Memory slot #3 clockSpeed (GHz): 2.67
|
||||
Memory slot #3 type: DDR4
|
||||
Virtual memory max (MB): 34655.88
|
||||
Virtual memory used (MB): 16830.50
|
||||
Swap memory total (MB): 2048.00
|
||||
Swap memory used (MB): 66.14
|
||||
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10280M
|
||||
Launched Version: 1.20.1
|
||||
Backend library: LWJGL version 3.3.1 build 7
|
||||
Backend API: Unknown
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages: <disabled>
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'forge'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: <unknown>
|
||||
301
crash-reports/crash-2023-09-15_19.46.38-client.txt
Normal file
301
crash-reports/crash-2023-09-15_19.46.38-client.txt
Normal file
|
|
@ -0,0 +1,301 @@
|
|||
---- Minecraft Crash Report ----
|
||||
// This doesn't make any sense!
|
||||
|
||||
Time: 2023-09-15 19:46:38
|
||||
Description: Initializing game
|
||||
|
||||
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
||||
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
||||
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
|
||||
at net.minecraft.client.gui.font.FontSet.<init>(FontSet.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading}
|
||||
at net.minecraft.client.gui.font.FontManager.<init>(FontManager.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading}
|
||||
at net.minecraft.client.Minecraft.<init>(Minecraft.java:475) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
||||
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
||||
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
||||
Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: me.jellysquid.mods.sodium.client.util.color.ColorABGR
|
||||
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:739) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:310) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
... 32 more
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Thread: Render thread
|
||||
Stacktrace:
|
||||
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
||||
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
||||
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
|
||||
at net.minecraft.client.gui.font.FontSet.<init>(FontSet.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading}
|
||||
at net.minecraft.client.gui.font.FontManager.<init>(FontManager.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading}
|
||||
at net.minecraft.client.Minecraft.<init>(Minecraft.java:475) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
|
||||
-- Initialization --
|
||||
Details:
|
||||
Modules:
|
||||
ADVAPI32.dll:Расширенная библиотека API Windows 32:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
COMCTL32.dll:Библиотека элементов управления взаимодействия с пользователем:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPT32.dll:API32 криптографии:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.1635:Microsoft Corporation
|
||||
DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
DNSAPI.dll:Динамическая библиотека API DNS-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
GDI32.dll:GDI Client DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
GLU32.dll:Библиотека подпрограмм OpenGL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
IPHLPAPI.DLL:API вспомогательного приложения IP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
KERNEL32.DLL:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
KERNELBASE.dll:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
MMDevApi.dll:MMDevice API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
MSCTF.dll:Серверная библиотека MSCTF:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
MpOav.dll:IOfficeAntiVirus Module:4.18.23080.2006 (04d8e871ffe7ba6b2204046883e1ad9b7a5989ce):Microsoft Corporation
|
||||
NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
NTASN1.dll:Microsoft ASN.1 API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.1992 (WinBuild.160101.0800):Microsoft Corporation
|
||||
OpenAL.dll:Main implementation library:1.21.1:
|
||||
PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
RPCRT4.dll:Библиотека удаленного вызова процедур:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SETUPAPI.dll:Windows Setup API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SHCORE.dll:SHCORE:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
SHELL32.dll:Общая библиотека оболочки Windows:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
USER32.dll:Многопользовательская библиотека клиента USER API Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
USERENV.dll:Userenv:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINHTTP.dll:Службы HTTP Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINMM.dll:MCI API DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINSTA.dll:Winstation Library:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WS2_32.dll:32-разрядная библиотека Windows Socket 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
apphelp.dll:Клиентская библиотека совместимости приложений:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
awt.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
bcrypt.dll:Библиотека криптографических примитивов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation
|
||||
cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
||||
combase.dll:Microsoft COM для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dhcpcsvc.DLL:Служба DHCP-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dhcpcsvc6.DLL:Клиент DHCPv6:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dinput8.dll:Microsoft DirectInput:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
drvstore.dll:Driver Store API:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dwmapi.dll:Интерфейс API диспетчера окон рабочего стола (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
dxcore.dll:DXCore:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
fwpuclnt.dll:API пользовательского режима FWP/IPsec:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
gdi32full.dll:GDI Client DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
||||
icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
|
||||
inputhost.dll:InputHost:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
java.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
javaw.exe:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jemalloc.dll
|
||||
jimage.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jli.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jna12624282062108934817.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
|
||||
jsvml.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
jvm.dll:Java HotSpot(TM) 64-Bit server VM:17.0.6.0:Oracle Corporation
|
||||
kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
lwjgl.dll
|
||||
lwjgl_opengl.dll
|
||||
lwjgl_stb.dll
|
||||
management.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
management_ext.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
msasn1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation
|
||||
mscms.dll:DLL-библиотека системы сопоставления цветов Майкрософт:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
mswsock.dll:Расширение поставщика службы API Microsoft Windows Sockets 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
napinsp.dll:Поставщик оболочки совместимости для имен электронной почты:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ncrypt.dll:Маршрутизатор Windows NCrypt:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
net.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
nio.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ntdll.dll:Системная библиотека NT:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ntmarta.dll:Поставщик Windows NT MARTA:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.2849:NVIDIA Corporation
|
||||
nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation
|
||||
ole32.dll:Microsoft OLE для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
opengl32.dll:OpenGL Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pdh.dll:Модуль поддержки данных производительности Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
perfos.dll:Библиотека объектов производительности системы Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
perfproc.dll:Библиотека объектов производительности системных процессов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
pnrpnsp.dll:Поставщик пространства имен PNRP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
powrprof.dll:DLL модуля поддержки профиля управления питанием:10.0.22621.818 (WinBuild.160101.0800):Microsoft Corporation
|
||||
profapi.dll:User Profile Basic API:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation
|
||||
rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
shlwapi.dll:Библиотека небольших программ оболочки:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
sunmscapi.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
|
||||
uxtheme.dll:Библиотека тем UxTheme (Microsoft):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
||||
verify.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
win32u.dll:Win32u:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation
|
||||
windows.storage.dll:API хранения Microsoft WinRT:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wintypes.dll:Библиотека DLL основных типов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wldp.dll:Политика блокировки Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation
|
||||
xinput1_4.dll:API общего контроллера (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation
|
||||
zip.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation
|
||||
Stacktrace:
|
||||
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
||||
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
||||
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
||||
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
||||
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
||||
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.20.1
|
||||
Minecraft Version ID: 1.20.1
|
||||
Operating System: Windows 11 (amd64) version 10.0
|
||||
Java Version: 17.0.6, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||
Memory: 448001952 bytes (427 MiB) / 838860800 bytes (800 MiB) up to 10779361280 bytes (10280 MiB)
|
||||
CPUs: 20
|
||||
Processor Vendor: GenuineIntel
|
||||
Processor Name: 12th Gen Intel(R) Core(TM) i7-12700KF
|
||||
Identifier: Intel64 Family 6 Model 151 Stepping 2
|
||||
Microarchitecture: Alder Lake
|
||||
Frequency (GHz): 3.61
|
||||
Number of physical packages: 1
|
||||
Number of physical CPUs: 12
|
||||
Number of logical CPUs: 20
|
||||
Graphics card #0 name: NVIDIA GeForce RTX 2060
|
||||
Graphics card #0 vendor: NVIDIA (0x10de)
|
||||
Graphics card #0 VRAM (MB): 4095.00
|
||||
Graphics card #0 deviceId: 0x1f08
|
||||
Graphics card #0 versionInfo: DriverVersion=31.0.15.2849
|
||||
Memory slot #0 capacity (MB): 8192.00
|
||||
Memory slot #0 clockSpeed (GHz): 2.67
|
||||
Memory slot #0 type: DDR4
|
||||
Memory slot #1 capacity (MB): 8192.00
|
||||
Memory slot #1 clockSpeed (GHz): 2.67
|
||||
Memory slot #1 type: DDR4
|
||||
Memory slot #2 capacity (MB): 8192.00
|
||||
Memory slot #2 clockSpeed (GHz): 2.67
|
||||
Memory slot #2 type: DDR4
|
||||
Memory slot #3 capacity (MB): 8192.00
|
||||
Memory slot #3 clockSpeed (GHz): 2.67
|
||||
Memory slot #3 type: DDR4
|
||||
Virtual memory max (MB): 34655.88
|
||||
Virtual memory used (MB): 17123.98
|
||||
Swap memory total (MB): 2048.00
|
||||
Swap memory used (MB): 66.14
|
||||
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10280M
|
||||
Loaded Shaderpack: (off)
|
||||
NEC status: No NEC detected
|
||||
Launched Version: 1.20.1
|
||||
Backend library: LWJGL version 3.3.1 build 7
|
||||
Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 528.49, NVIDIA Corporation
|
||||
Window size: <not initialized>
|
||||
GL Caps: Using framebuffer using OpenGL 3.2
|
||||
GL debug messages:
|
||||
Using VBOs: Yes
|
||||
Is Modded: Definitely; Client brand changed to 'forge'
|
||||
Type: Client (map_client.txt)
|
||||
CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700KF
|
||||
ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
||||
ModLauncher launch target: forgeclient
|
||||
ModLauncher naming: srg
|
||||
ModLauncher services:
|
||||
mixin-0.8.5.jar mixin PLUGINSERVICE
|
||||
eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
||||
fmlloader-1.20.1-47.1.3.jar slf4jfixer PLUGINSERVICE
|
||||
fmlloader-1.20.1-47.1.3.jar object_holder_definalize PLUGINSERVICE
|
||||
fmlloader-1.20.1-47.1.3.jar runtime_enum_extender PLUGINSERVICE
|
||||
fmlloader-1.20.1-47.1.3.jar capability_token_subclass PLUGINSERVICE
|
||||
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
||||
fmlloader-1.20.1-47.1.3.jar runtimedistcleaner PLUGINSERVICE
|
||||
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
||||
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
||||
FML Language Providers:
|
||||
minecraft@1.0
|
||||
lowcodefml@null
|
||||
javafml@null
|
||||
Mod List:
|
||||
client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
|
||||
entityculling-forge-1.6.2-mc1.20.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
BetterF3-7.0.1-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
voicechat-forge-1.20.1-2.4.24.jar |Simple Voice Chat |voicechat |1.20.1-2.4.24 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
forge-1.20.1-47.1.3-universal.jar |Forge |forge |47.1.3 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
|
||||
TerraFirmaCraft-Forge-1.20.1-0.0.0-indev.jar |TerraFirmaCraft |tfc |0.0.0-indev |COMMON_SET|Manifest: NOSIGNATURE
|
||||
notenoughanimations-forge-1.6.4-mc1.20.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
patchouli-1.20.1-81-forge.jar |Patchouli |patchouli |1.20.1-81-FORGE |COMMON_SET|Manifest: NOSIGNATURE
|
||||
oculus-mc1.20-1.6.4.jar |Oculus |oculus |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
embeddium-0.1.4+mc1.20.1.jar |Embeddium |embeddium |0.1.0-git.5dbd168+mc|COMMON_SET|Manifest: NOSIGNATURE
|
||||
architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE
|
||||
ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
|
||||
Crash Report UUID: 1de548cf-2272-4178-b63b-d092a5c5ce09
|
||||
FML: 47.1
|
||||
Forge: net.minecraftforge:47.1.3
|
||||
BIN
mods/BetterF3-7.0.1-Forge-1.20.1.jar
Normal file
BIN
mods/BetterF3-7.0.1-Forge-1.20.1.jar
Normal file
Binary file not shown.
BIN
mods/architectury-9.1.12-forge.jar
Normal file
BIN
mods/architectury-9.1.12-forge.jar
Normal file
Binary file not shown.
BIN
mods/cloth-config-11.1.106-forge.jar
Normal file
BIN
mods/cloth-config-11.1.106-forge.jar
Normal file
Binary file not shown.
BIN
mods/embeddium-0.1.4+mc1.20.1.jard
Normal file
BIN
mods/embeddium-0.1.4+mc1.20.1.jard
Normal file
Binary file not shown.
BIN
mods/entityculling-forge-1.6.2-mc1.20.jar
Normal file
BIN
mods/entityculling-forge-1.6.2-mc1.20.jar
Normal file
Binary file not shown.
BIN
mods/ferritecore-6.0.0-forge.jar
Normal file
BIN
mods/ferritecore-6.0.0-forge.jar
Normal file
Binary file not shown.
BIN
mods/gtceu-forge-1.20.1-1.0.11.b.jar
Normal file
BIN
mods/gtceu-forge-1.20.1-1.0.11.b.jar
Normal file
Binary file not shown.
BIN
mods/kubejs-forge-2001.6.3-build.45.jar
Normal file
BIN
mods/kubejs-forge-2001.6.3-build.45.jar
Normal file
Binary file not shown.
BIN
mods/notenoughanimations-forge-1.6.4-mc1.20.jar
Normal file
BIN
mods/notenoughanimations-forge-1.6.4-mc1.20.jar
Normal file
Binary file not shown.
BIN
mods/oculus-mc1.20-1.6.4.jard
Normal file
BIN
mods/oculus-mc1.20-1.6.4.jard
Normal file
Binary file not shown.
BIN
mods/voicechat-forge-1.20.1-2.4.24.jar
Normal file
BIN
mods/voicechat-forge-1.20.1-2.4.24.jar
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue