Code Monkey home page Code Monkey logo

recode's Introduction

recode

recode is a utility-focused fabric mod for DiamondFire to make development more fun. It is the official successor to CodeUtilities, from which it was cloned.

Feel free to join the recode Discord server: https://discord.gg/GWxWtcwA2C

Or check the Modrinth page: https://modrinth.com/mod/recode

Features

DiamondFire is a Minecraft server where you can create your own minigames with code. recode seeks to improve the DF experience beyond the limitations of a server plugin. All features in the mod are toggleable to provide everyone with the modular experience they prefer most.

  • Utility commands to supercharge your code, such as importing Note Block Studio files as Code Templates
  • Automation of frequently used commands, such as /resetcompact and /chat local
  • DiamondFire-specific keybinds
  • The ability to hide messages you don't want
  • Additional HUDs, such as the LagSlayer HUD to keep your action bar free
  • An additional Sided Chat to partition your messages
  • And much more!

Download

You can download the mod on Modrinth. This is the recommended place to get all versions of recode.

Latest Builds

In some cases, you may wish to download the absolute latest build of the mod, which may have a feature or fix you need (but is not officially supported and will likely have other bugs).

If you have a GitHub account, you can find the build for a run by clicking on the run as found here and scrolling to "latest build" at the bottom. The latest build is the top entry.

If you do not have a GitHub account, consider nightly.link instead.

Contributing

recode is an open-source mod, so anyone in the DiamondFire community is welcome (and encouraged!) to help with the project. We only ask that you skim the following first: https://github.com/homchom/recode/wiki/Contributing:-Getting-Started

recode's People

Contributors

homchom avatar kabanfriends avatar blazemcworld avatar buildteambot avatar reasonlesss avatar ryanlanddev avatar marcusslover avatar techstreetdev avatar owen1212055 avatar tk2217 avatar daman56100 avatar severnarch avatar mrsam7k avatar vatten avatar electric131 avatar happynboy avatar tomoli75 avatar georgerng avatar redvortexdev avatar trmmax avatar samman56 avatar sirobby avatar creeperswizard avatar 8blits avatar unitornull avatar cheatertim avatar hp2004 avatar beaness avatar localgoddess avatar guardianeqq avatar

Stargazers

FlyingPig525 avatar Jurko avatar seabear avatar Ashli Katt avatar Housechicken06 avatar  avatar  avatar  avatar ButterDebugger avatar CMn1 avatar  avatar Stormy avatar  avatar  avatar  avatar AlignedCookie88 avatar  avatar ÐarkbloøM avatar  avatar  avatar  avatar oven avatar  avatar  avatar  avatar  avatar

Watchers

HauntedCorpse avatar  avatar  avatar FlyingPig525 avatar Stormy avatar Housechicken06 avatar

recode's Issues

Error on activating double token booster

This probably causes the first message of activating token booster to be hidden? (I think it's supposed to mention the booster player name in chat but it doesnt appear)

[00:59:38] [Render thread/ERROR]: Error executing task on Client
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at Not Enough Crashes deobfuscated stack trace.(1.19+build.2) ~[?:?]
	at io.github.homchom.recode.mod.events.impl.LegacyReceiveChatMessageEvent.run(LegacyReceiveChatMessageEvent.java:163) ~[recode-0.1.0-beta.3.jar:?]
	at io.github.homchom.recode.event.REventKt.eventListenerOf$lambda-1(REvent.kt:21) ~[recode-0.1.0-beta.3.jar:?]
	at io.github.homchom.recode.event.REvent.invoke(REvent.kt:34) ~[recode-0.1.0-beta.3.jar:?]
	at io.github.homchom.recode.event.EventValidation.validate(EventValidation.kt:18) ~[recode-0.1.0-beta.3.jar:?]
	at net.minecraft.client.network.ClientPlayNetworkHandler.handler$cco000$handleChat(ClientPlayNetworkHandler:10994) ~[?:?]
	at net.minecraft.client.network.ClientPlayNetworkHandler.onGameMessage(ClientPlayNetworkHandler) ~[?:?]
	at net.minecraft.network.packet.s2c.play.GameMessageS2CPacket.apply(GameMessageS2CPacket:20) ~[?:?]
	at net.minecraft.network.packet.s2c.play.GameMessageS2CPacket.apply(GameMessageS2CPacket:7) ~[?:?]
	at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils:22) ~[?:?]
	at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor:157) ~[?:?]
	at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor:23) ~[?:?]
	at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:131) ~[?:?]
	at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:116) ~[?:?]
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1129) ~[?:?]
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:768) ~[?:?]
	at net.minecraft.client.main.Main.method_44604(Main:244) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main:51) [client-intermediary.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.9.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.9.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.9.jar:?]
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]

Duplicate results with /search

/search teleport returns this:
image

As you can see Entity Action > Teleport and Player Action > Teleport has 2 results for each.
It's not game-breaking but still a bug 🙂

This also occurs with some other inputs, such as kick, undisguise
image
image

Minecraft Crashes before loading Loading Screen [Linux, 1.18.2]

I have the latest (0.1.0-beta.3) version of the mod.

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 8/22/22, 6:30 PM
Description: Initializing game

java.lang.UnsatisfiedLinkError: 'void io.github.homchom.recode.shaded.org.newsclub.net.unix.NativeUnixSocket.connect(java.lang.String, java.io.FileDescriptor)'
at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.NativeUnixSocket.connect(Native Method)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocketImpl.connect(AFUNIXSocketImpl.java:136)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:107)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:98)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.UnixPipe.(UnixPipe.java:46)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:163)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116)
at io.github.homchom.recode.mod.features.discordrpc.DFDiscordRPC.connect(DFDiscordRPC.java:59)
at io.github.homchom.recode.mod.features.discordrpc.DFDiscordRPC.update(DFDiscordRPC.java:74)
at io.github.homchom.recode.mod.events.impl.LegacyChangeStateEvent.run(LegacyChangeStateEvent.java:23)
at io.github.homchom.recode.mod.events.impl.LegacyChangeStateEvent.lambda$new$0(LegacyChangeStateEvent.java:12)
at io.github.homchom.recode.event.RHookKt.hookListenerOf$lambda-0(RHook.kt:19)
at io.github.homchom.recode.event.RHook.invoke(RHook.kt:24)
at io.github.homchom.recode.sys.networking.DFState.notifyStateChange(DFState.java:356)
at io.github.homchom.recode.sys.networking.DFState$CurrentState.setMode(DFState.java:413)
at net.minecraft.client.MinecraftClient.handler$fbe000$setScreen(MinecraftClient:24448)
at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient)
at net.minecraft.client.MinecraftClient.(MinecraftClient:637)
at net.minecraft.client.main.Main.main(Main:197)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
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 org.multimc.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104)
at org.multimc.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:175)
at org.multimc.impl.OneSixLauncher.launch(OneSixLauncher.java:185)
at org.multimc.EntryPoint.listen(EntryPoint.java:127)
at org.multimc.EntryPoint.main(EntryPoint.java:57)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at io.github.homchom.recode.shaded.org.newsclub.net.unix.NativeUnixSocket.connect(Native Method)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocketImpl.connect(AFUNIXSocketImpl.java:136)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:107)
at io.github.homchom.recode.shaded.org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:98)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.UnixPipe.(UnixPipe.java:46)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:163)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67)
at io.github.homchom.recode.shaded.com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116)
at io.github.homchom.recode.mod.features.discordrpc.DFDiscordRPC.connect(DFDiscordRPC.java:59)
at io.github.homchom.recode.mod.features.discordrpc.DFDiscordRPC.update(DFDiscordRPC.java:74)
at io.github.homchom.recode.mod.events.impl.LegacyChangeStateEvent.run(LegacyChangeStateEvent.java:23)
at io.github.homchom.recode.mod.events.impl.LegacyChangeStateEvent.lambda$new$0(LegacyChangeStateEvent.java:12)
at io.github.homchom.recode.event.RHookKt.hookListenerOf$lambda-0(RHook.kt:19)
at io.github.homchom.recode.event.RHook.invoke(RHook.kt:24)
at io.github.homchom.recode.sys.networking.DFState.notifyStateChange(DFState.java:356)
at io.github.homchom.recode.sys.networking.DFState$CurrentState.setMode(DFState.java:413)
at net.minecraft.class_310.handler$fbe000$setScreen(class_310.java:24448)
at net.minecraft.class_310.method_1507(class_310.java)
at net.minecraft.class_310.(class_310.java:637)

-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:197)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.multimc.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104)
at org.multimc.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:175)
at org.multimc.impl.OneSixLauncher.launch(OneSixLauncher.java:185)
at org.multimc.EntryPoint.listen(EntryPoint.java:127)
at org.multimc.EntryPoint.main(EntryPoint.java:57)

-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Linux (amd64) version 5.10.0-14-amd64
Java Version: 17.0.1, Flathub
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Flathub
Memory: 233645520 bytes (222 MiB) / 958398464 bytes (914 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 8
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 3450U with Radeon Vega Mobile Gfx
Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
Microarchitecture: unknown
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Picasso
Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
Graphics card #0 VRAM (MB): 258.00
Graphics card #0 deviceId: 0x15d8
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 2944.40
Virtual memory used (MB): 4094.09
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms512m -Xmx4096m
Fabric Mods:
advancedchatbox: AdvancedChatBox 1.18-1.1.3
com_carrotsearch_hppc: hppc 0.9.0
edu_washington_cs_knowitall_opennlp-chunk-models: opennlp-chunk-models 1.5
edu_washington_cs_knowitall_opennlp-postag-models: opennlp-postag-models 1.5
edu_washington_cs_knowitall_opennlp-tokenize-models: opennlp-tokenize-models 1.5
javax_measure_unit-api: unit-api 2.1.3
javax_xml_bind_jaxb-api: jaxb-api 2.3.1
net_loomchild_segment: segment 2.0.3
net_sf_trove4j_trove4j: trove4j 3.0.3
org_apache_opennlp_opennlp-tools: opennlp-tools 1.9.3
org_carrot2_morfologik-fsa: morfologik-fsa 2.1.7
org_carrot2_morfologik-fsa-builders: morfologik-fsa-builders 2.1.7
org_carrot2_morfologik-speller: morfologik-speller 2.1.7
org_carrot2_morfologik-stemming: morfologik-stemming 2.1.7
org_jetbrains_intellij_deps_trove4j: trove4j 1.0.20200330
org_languagetool_language-en: language-en 5.5
org_languagetool_languagetool-core: languagetool-core 5.5
tech_units_indriya: indriya 1.3
tech_uom_lib_uom-lib-common: uom-lib-common 1.1
advancedchatcore: AdvancedChatCore 1.18.2-1.5.0
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_github_darkkronicle_konstruct_addons: addons 2.0.3-build1
com_github_darkkronicle_konstruct_core: core 2.0.3-build1
io_github_maowimpl_owo: owo 2.0.0
kommandlib: KommandLib 0.1.0-1.18.1
org_apache_commons_commons-csv: commons-csv 1.8
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 4.4.2
advancedchatfilters: AdvancedChatFilters 1.18.2-1.2.3
org_javadelight_delight-nashorn-sandbox: delight-nashorn-sandbox 0.2.5
org_openjdk_nashorn_nashorn-core: nashorn-core 15.3
org_webjars_bower_js-beautify: js-beautify 1.9.0
advancedchathud: AdvancedChatHUD 1.18.2-1.3.2
advancedchatlog: AdvancedChatLog 1.18.2-1.2.1
advancedchatmacros: AdvancedChatMacros 1.18.2-1.0.0
advancementinfo: AdvancementInfo 1.18.2-fabric0.47.10-1.3.1
amecs: Amecs 1.3.8+mc.1.18.2
animatica: Animatica 0.4+1.18
antighost: AntiGhost 1.18.2-fabric0.47.10-1.1.4
crowdin-translate: CrowdinTranslate 1.4+1.18.2
appleskin: AppleSkin 2.4.0+mc1.18.2
architectury: Architectury 4.5.76
axolotlbuckets: Axolotl Buckets 1.0.0
betterblockoutline: BetterBlockOutline 1.4.2-1.18.1
bettercommandblockui: BetterCommandBlockUI 0.1.0
bettermounthud: Better Mount HUD 1.1.4
borderlessmining: Borderless Mining 1.1.2+1.18.2
brb: Better Recipe Book 1.5.6
bundle_jumble: Bundle Jumble 1.0.0-mc1.18.2
capes: Capes 1.3.1+1.18.2
omega-config: OmegaConfig 1.2.3-1.18.1
carpet: Carpet Mod 1.4.69
carpet-extra: Carpet Extra 1.4.72
carpet-fixes: Carpet Fixes 1.18.x-1.7.11
conditional-mixin: conditional mixin 0.3.1
carpet-tctc-addition: Carpet TCTC Addition 2.0.177+d21bda9-beta
carpet-tctc-addition-1_18_2: Carpet TCTC Addition for 1.18.2 2.0.177+d21bda9-beta
cem: Custom Entity Models 0.7.1
completeconfig: CompleteConfig 1.0.0
citresewn: CIT Resewn 1.1.0+1.18.2
citresewn-defaults: CIT Resewn: Defaults 1.1.0+1.18.2
clientcommands: Client Commands 2.6.6
clientarguments: clientarguments 1.3.1
clientcommands-scripting: Clientcommands Scripting 1.3.2
multiconnect-api: MultiConnect API 1.5.10
cloth-config: Cloth Config v6 6.2.62
cloth-basic-math: cloth-basic-math 0.6.1
colormatic: Colormatic 3.1.1+mc.1.18.2
continuity: Continuity 2.0.0+1.18.2
coord_book: Coordinate Book 1.1.0
couplings: Couplings 1.8.0+1.18.2
cull-less-leaves: Cull Less Leaves 1.0.1
dailydad: Daily Dad 1.3.2
dcch: DCCH 2.0+1.17
debugify: Debugify 1.11.0
com_github_llamalad7_mixinextras: mixinextras 0.0.10
detailab: Detail Armor Bar 2.6.2+1.18-fabric
dfscript: DFScript 29
dynamicfps: Dynamic FPS 2.1.0
com_moandjiezana_toml_toml4j: toml4j 0.7.2
eatinganimationid: Eating Animation 1.8
elementa: Elementa 531
emi: EMI 0.2.0+1.18.2
enhancedblockentities: Enhanced Block Entities 0.7+1.18.2
entity_texture_features: Entity Texture Features 3.1.4-mc1.18.x
entityculling: EntityCulling-Fabric 1.5.1
essential: Essential 4479+ge389e52d8
essential-container: essential-container 1.0.0
essential-loader: essential-loader 1.0.0
essential-dependencies: Essential Dependencies 0
extrasounds: ExtraSounds 2.3.1+1.18.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5
soundcategories: Sound Categories 1.2.4+1.18
fabric: Fabric API 0.56.1+1.18.2
fabric-api-base: Fabric API Base 0.4.4+d7c144a860
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.2+2373a54560
fabric-biome-api-v1: Fabric Biome API (v1) 8.0.5+22138a0260
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
fabric-containers-v0: Fabric Containers (v0) 0.1.22+d7c144a860
fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1+c85f2e3860
fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.0+9fcb91d260
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.19+ffb2c71e60
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.18+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.5.1+6c4e5d0960
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+91896a4960
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60
fabric-loot-api-v2: Fabric Loot API (v2) 1.0.1+e747827960
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.1+e747827960
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60
fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.22+e6b169eb60
fabric-networking-v0: Fabric Networking (v0) 0.3.9+b4f4f6cd60
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3+032c981d60
fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.9+0d9ab37260
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.1+0ca3bd2b60
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.2+446e059560
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.1+1f6558e860
fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3+f4563ac860
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960
fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3
fabricloader: Fabric Loader 0.14.8
fabrishot: Fabrishot ${version}
fallingleaves: Falling Leaves 1.11.1+1.18.2
ferritecore: FerriteCore 4.2.1
fvt: Flour's Various Tweaks 1.10.1-mc1.18.2
ibeeditor: IBE Editor 2.1.1
indium: Indium 1.0.6+mc1.18.2
iris: Iris 1.2.5
org_anarres_jcpp: jcpp 1.4.14
isometric-renders: Isometric Renders 0.3.1+1.18
worldmesher: Worldmesher 0.2.10+1.18
isxander-main-menu-credits: Main Menu Credits 1.0.3
itemmodelfix: Item Model Fix 1.0.3+1.18
java: OpenJDK 64-Bit Server VM 17
jukeboxparticles: Jukebox Particles 1.0.0
lambdabettergrass: LambdaBetterGrass 1.2.4+1.18
spruceui: SpruceUI 3.3.3+1.18
lambdynlights: LambDynamicLights 2.1.0+1.17
pride: Pride Lib 1.1.0+1.17
languagereload: Language Reload 1.2.1
lazydfu: LazyDFU 0.1.2
lithium: Lithium 0.7.10
magiclib: MagicLib 0.5.37
magiclib-1_18_2: MagicLib for 1.18.2 0.5.37
malilib: MaLiLib 0.12.1
memoryleakfix: memory Leak Fix 1.18.2-0.3.5
minecraft: Minecraft 1.18.2
minihud: MiniHUD 0.22.0
modmenu: Mod Menu 3.2.2
morechathistory: MoreChatHistory 1.1.0
mousewheelie: Mouse Wheelie 1.10.1+mc1.18.2
amecsapi: Amecs API 1.3.6+mc22w06a
coat: Coat 1.0.0-beta.18+mc1.18.2
tweed4_annotated: tweed4_annotated 1.3.0+mc1.18.2
tweed4_base: tweed4_base 1.5.0+mc1.18.2
tweed4_data: tweed4_data 1.2.1+mc1.18.2
tweed4_data_hjson: tweed4_data_hjson 1.1.0+mc1.18.2
tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
nicerportals: Nicer Portals 1.0.0
nofade: No Fade 1.18-2.0.1
notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2
optigui: OptiGUI 1.1.0
org_apache_commons_commons-text: commons-text 1.9
org_jetbrains_annotations: annotations 13.0
puzzle: Puzzle 1.3.0
midnightlib: MidnightLib 0.4.0
puzzle-base: Puzzle Base 1.3.0
puzzle-gui: Puzzle GUI 1.3.0
puzzle-models: Puzzle Models 1.3.0
puzzle-splashscreen: Puzzle Splash Screen 1.3.0
recode: recode 0.1.0-beta.3
javax_websocket_javax_websocket-api: javax.websocket-api 1.1
libgui: LibGui 5.4.0+1.18.2
jankson: Jankson 4.0.0+j1.2.0
blue_endless_jankson: jankson 1.2.1
libninepatch: LibNinePatch 1.1.0
reeses-sodium-options: Reese's Sodium Options 1.4.3+mc1.18.2-build.42
resounding: Resounding 1.0.0-bc.9
smoothboot: Smooth Boot 1.18.2-1.7.0
sodium: Sodium 0.4.1+build.15
org_joml_joml: joml 1.10.2
sodium-extra: Sodium Extra 0.4.5+mc1.18.2-build.42
caffeineconfig: CaffeineConfig 1.1.0
starlight: Starlight 1.0.2+fabric.89b8d9f
stendhal: Stendhal 1.3.3-1.18
tooltipfix: ToolTip Fix 1.0.4-1.18
tweakeroo: Tweakeroo 0.13.3
universalcraft: UniversalCraft 225
vigilance: Vigilance 252
villagerconverting: Villager Converting 1.0.1
roundalib: RoundaLib 0.1.8
visiblebarriers: Visible Barriers 1.18.2-fabric-1.5.0
yosbr: YOSBR 0.1.1
zoomify: Zoomify 1.6.0
dev_isxander_settxi: settxi 2.1.1
settxicloth: Settxi Cloth Impl 1.0.2
Loaded Shaderpack: (off)
Launched Version: 1.18.2
Backend library: LWJGL version 3.2.2 build 10
Backend API: AMD Radeon(TM) Vega 8 Graphics (RAVEN, DRM 3.40.0, 5.10.0-14-amd64, LLVM 12.0.1) GL version 4.6 (Core Profile) Mesa 21.3.8 (git-813ee839be), AMD
Window size:
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU: 8x AMD Ryzen 5 3450U with Radeon Vega Mobile Gfx
Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), recode (recode)

You were kicked from node: Out-of-order chat packet recieved. Did your system time change?

image

When doing certain commands (/dev, /build ect.) you get kicked from the node. This only happens when any command is automatically run (e.g /resetcompact) and happens about 1/3rd of the time. This is probably an issue with recode sending /resetcompact with a timestamp before /dev. Try adding a small sleep before running the command. (I would help but I don't know Java)

Essential settings issue.

image
Minecraft Quilt 1.19.2 (Using Quilt instead of Fabric due to errors with connecting to DF through Fabric.)

Kicked for spam when unclaiming a plot.

Pretty simple and easy to reproduce, simply claim a plot and then unclaim it. When you are sent to spawn, recode spams automation commands. (Requires them to be on afaik)

Not closing show_text quote leads to a crash

Steps to reproduce

  • Type <hover:show_text:'> while holding a styled text
  • crash!

stack trace

Caused by: java.lang.ClassCastException: class io.github.homchom.recode.ui.text.StyledString cannot be cast to class net.kyori.adventure.text.BuildableComponent (io.github.homchom.recode.ui.text.StyledString and net.kyori.adventure.text.BuildableComponent are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @6cc4c815)
    at io.github.homchom.recode.feature.visual.ExpressionHighlighter.highlightUncached$lambda$1(ExpressionHighlighting.kt:109) ~[recode-0.1.0-beta.10+1.20.4-LATEST.jar:?]
    at net.kyori.adventure.text.AbstractComponentBuilder.mapChildren(AbstractComponentBuilder.java:162) ~[net_kyori_adventure-api-4.15.0-dda99c57db8c2b82.jar:?]
    at io.github.homchom.recode.feature.visual.ExpressionHighlighter.highlightUncached(ExpressionHighlighting.kt:107) ~[recode-0.1.0-beta.10+1.20.4-LATEST.jar:?]
    at io.github.homchom.recode.feature.visual.ExpressionHighlighter.highlightString(ExpressionHighlighting.kt:74) ~[recode-0.1.0-beta.10+1.20.4-LATEST.jar:?]
    at io.github.homchom.recode.feature.visual.EditBoxExpressionFormatter.format(EditBoxExpressionFormatter.kt:73) ~[recode-0.1.0-beta.10+1.20.4-LATEST.jar:?]
    at net.minecraft.class_4717.modifyReturnValue$zoi000$recode$highlightAndPreview(class_4717.java:554) ~[client-intermediary.jar:?]
    at net.minecraft.class_4717.method_23931(class_4717.java:321) ~[client-intermediary.jar:?]
    at net.minecraft.class_342.method_48579(class_342.java:404) ~[client-intermediary.jar:?]
    at net.minecraft.class_339.method_25394(class_339.java:66) ~[client-intermediary.jar:?]
    at net.minecraft.class_408.method_25394(class_408.java:192) ~[client-intermediary.jar:?]
    at net.minecraft.class_437.method_47413(class_437.java:110) ~[client-intermediary.jar:?]
-- snip --

completely stolen from reason's discord report but I am struggling to cope

Game crashes at random times (Render thread problem)

The game hangs and then crashes at seemingly random times. Minecraft's launcher only gives the information of Process crashed with exit code -805306369. When looking at the error log the following error is found:

Uncaught exception in thread "Render thread"
io.github.homchom.recode.event.RequestTimeoutException
	at io.github.homchom.recode.event.TrialRequester$requestFrom$2.invokeSuspend(DetectorImpl.kt:165)
	at io.github.homchom.recode.shaded.kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at io.github.homchom.recode.shaded.kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:32)
	at io.github.homchom.recode.shaded.kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at io.github.homchom.recode.shaded.kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at io.github.homchom.recode.shaded.kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at net.minecraft.class_1255.method_18859(class_1255.java:156)
	at net.minecraft.class_4093.method_18859(class_4093.java:23)
	at net.minecraft.class_1255.method_16075(class_1255.java:130)
	at io.github.homchom.recode.RecodeDispatcher.expedite(RecodeDispatcher.kt:43)
	at io.github.homchom.recode.event.FlowEvent.run(EventImpl.kt:72)
	at io.github.homchom.recode.render.RenderBlockEntitiesEvent.run(RenderEvents.kt)
	at net.minecraft.class_761.runBlockEntityEvents(class_761.java:4437)
	at net.minecraft.class_761.redirect$zkh000$recode$interceptChunkBlockEntities(class_761.java:4428)
	at net.minecraft.class_761.method_22710(class_761.java:1337)
	at net.minecraft.class_757.method_3188(class_757.java:1100)
	at net.minecraft.class_757.method_3192(class_757.java:872)
	at net.minecraft.class_310.method_1523(class_310.java:1218)
	at net.minecraft.class_310.method_1514(class_310.java:801)
	at net.minecraft.client.main.Main.main(Main.java:237)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	Suppressed: io.github.homchom.recode.shaded.kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@729eafbf, io.github.homchom.recode.RecodeDispatcher$taskLoop$1@30d06bf2]

I cannot find a simple way to reproduce this bug.

I have tried increasing allocated memory, but it has not helped. Other GitHub issues seem to point to an incorrect Java version?

Game crashing when pasting text in the item edit menu

Im playing on 1.20.4 and idk how to fix it

[15:10:34] [main/INFO]: Loading Minecraft 1.20.4 with Fabric Loader 0.15.11
[15:10:34] [ForkJoinPool-1-worker-3/WARN]: Mod dev_isxander_libsdl4j uses the version 3.6896c4c-38 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '6896c4c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:10:36] [main/INFO]: Dependencies overridden for minecraft, dynamic_fps, lambdynlights, fabricloader, polytone
[15:10:36] [main/WARN]: Warnings were found!
 - 'Minecraft' (minecraft) 1.20.4 recommends any version after 5.10.2 of Fabulously Optimized, which is missing!
	 - You should install any version after 5.10.2 of Fabulously Optimized for the optimal experience.
[15:10:36] [main/INFO]: Loading 181 mods:
	- animatica 0.6.1+1.20.4
	- appleskin 2.5.1+mc1.20.3
	- bettermounthud 1.2.2
	- capes 1.5.3+1.20.2
	- citresewn 1.1.4+1.20.4
	   \-- citresewn-defaults 1.1.4+1.20.4
	- cloth-config 13.0.121
	   \-- cloth-basic-math 0.6.1
	- codeclient 1.7.1
	   \-- org_java-websocket_java-websocket 1.5.3
	- continuity 3.0.0-beta.5+1.20.2
	- controlify 2.0.0-beta.14+1.20.4-fabric
	   |-- dev_isxander_libsdl4j 3.6896c4c-38
	   |-- org_hid4java_hid4java 0.7.0
	   |-- org_quiltmc_parsers_gson 0.3.0
	   \-- org_quiltmc_parsers_json 0.3.0
	- cubes-without-borders 2.1.1+1.20
	- debugify 1.20.4+1.1
	- dynamic_fps 3.6.0
	   \-- net_lostluma_battery 1.0.1
	- e4mc_minecraft 5.1.0
	   \-- folk_sisby_kaleido-config 0.3.1+1.3.1
	- enhancedblockentities 0.10.1+1.20.4
	   \-- advanced_runtime_resource_pack 0.8.1
	- entity_model_features 2.1.3
	- entity_texture_features 6.1.3
	   \-- org_apache_httpcomponents_httpmime 4.5.10
	- entityculling 1.6.6
	- essential-container 1.0.0
	   \-- essential-loader 1.2.3
	- fabric-api 0.97.1+1.20.4
	   |-- fabric-api-base 0.4.37+78d798af4f
	   |-- fabric-api-lookup-api-v1 1.6.50+82b1bb3e4f
	   |-- fabric-biome-api-v1 13.0.17+78d798af4f
	   |-- fabric-block-api-v1 1.0.17+3e2216cb4f
	   |-- fabric-block-view-api-v2 1.0.5+78d798af4f
	   |-- fabric-blockrenderlayer-v1 1.1.47+78d798af4f
	   |-- fabric-client-tags-api-v1 1.1.8+78d798af4f
	   |-- fabric-command-api-v1 1.2.42+f71b366f4f
	   |-- fabric-command-api-v2 2.2.21+78d798af4f
	   |-- fabric-commands-v0 0.2.59+df3654b34f
	   |-- fabric-containers-v0 0.1.87+df3654b34f
	   |-- fabric-content-registries-v0 5.0.16+78d798af4f
	   |-- fabric-convention-tags-v1 1.5.11+78d798af4f
	   |-- fabric-crash-report-info-v1 0.2.24+78d798af4f
	   |-- fabric-data-attachment-api-v1 1.1.5+b90db5744f
	   |-- fabric-data-generation-api-v1 13.2.5+5c0133444f
	   |-- fabric-dimensions-v1 2.1.63+6605d1a84f
	   |-- fabric-entity-events-v1 1.6.2+09fc25014f
	   |-- fabric-events-interaction-v0 0.7.2+389931eb4f
	   |-- fabric-events-lifecycle-v0 0.2.75+df3654b34f
	   |-- fabric-game-rule-api-v1 1.0.47+78d798af4f
	   |-- fabric-item-api-v1 2.3.0+bcdd12964f
	   |-- fabric-item-group-api-v1 4.0.27+ee30b13a4f
	   |-- fabric-key-binding-api-v1 1.0.42+78d798af4f
	   |-- fabric-keybindings-v0 0.2.40+df3654b34f
	   |-- fabric-lifecycle-events-v1 2.3.1+a67ffb5d4f
	   |-- fabric-loot-api-v2 2.1.10+78d798af4f
	   |-- fabric-message-api-v1 6.0.6+78d798af4f
	   |-- fabric-mining-level-api-v1 2.1.66+78d798af4f
	   |-- fabric-model-loading-api-v1 1.0.9+78d798af4f
	   |-- fabric-models-v0 0.4.8+9386d8a74f
	   |-- fabric-networking-api-v1 3.1.8+2e5ac5484f
	   |-- fabric-object-builder-api-v1 13.1.0+dba1195c4f
	   |-- fabric-particles-v1 1.1.8+78d798af4f
	   |-- fabric-recipe-api-v1 2.0.21+78d798af4f
	   |-- fabric-registry-sync-v0 4.0.20+ee30b13a4f
	   |-- fabric-renderer-api-v1 3.2.5+78d798af4f
	   |-- fabric-renderer-indigo 1.5.6+d331d3144f
	   |-- fabric-renderer-registries-v1 3.2.54+df3654b34f
	   |-- fabric-rendering-data-attachment-v1 0.3.43+73761d2e4f
	   |-- fabric-rendering-fluids-v1 3.1.2+e761c6694f
	   |-- fabric-rendering-v0 1.1.57+df3654b34f
	   |-- fabric-rendering-v1 3.2.1+6fd945a04f
	   |-- fabric-resource-conditions-api-v1 2.3.15+78d798af4f
	   |-- fabric-resource-loader-v0 0.11.21+ee30b13a4f
	   |-- fabric-screen-api-v1 2.0.18+78d798af4f
	   |-- fabric-screen-handler-api-v1 1.3.56+78d798af4f
	   |-- fabric-sound-api-v1 1.0.18+78d798af4f
	   |-- fabric-transfer-api-v1 4.0.12+90f2d7b14f
	   \-- fabric-transitive-access-wideners-v1 5.0.15+78d798af4f
	- fabric-language-kotlin 1.11.0+kotlin.2.0.0
	   |-- org_jetbrains_kotlin_kotlin-reflect 2.0.0
	   |-- org_jetbrains_kotlin_kotlin-stdlib 2.0.0
	   |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.0.0
	   |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.0.0
	   |-- org_jetbrains_kotlinx_atomicfu-jvm 0.24.0
	   |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.1
	   |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.1
	   |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.6.0
	   |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
	   |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
	   \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
	- fabricloader 0.15.11
	   \-- mixinextras 0.3.5
	- fabricskyboxes 0.7.3+mc1.20.2
	- fabrishot 1.12.1
	- fastquit 3.0.0+1.20.4
	- ferritecore 6.0.3
	- fsb-interop 1.3.6+mc1.20.2-build.52
	- immediatelyfast 1.2.18+1.20.4
	   \-- net_lenni0451_reflect 1.3.4
	- indium 1.0.31+mc1.20.4
	- iris 1.7.2+mc1.20.4
	   |-- io_github_douira_glsl-transformer 2.0.1
	   |-- org_anarres_jcpp 1.4.14
	   \-- org_antlr_antlr4-runtime 4.13.1
	- isxander-main-menu-credits 1.1.2
	- java 17
	- lambdynlights 2.3.4+1.20.4
	   |-- pride 1.2.0+1.19.4
	   \-- spruceui 5.0.3+1.20.2
	- languagereload 1.6.1+1.20.4
	- lazydfu 0.1.3
	- litematica 0.17.3
	- lithium 0.12.1
	- macrokeybinds 1.3.1
	- malilib 0.18.3
	- memoryleakfix 1.1.5
	- minecraft 1.20.4
	- mixintrace 1.1.1+1.17
	- modelfix 1.14
	- modernfix 5.17.0+mc1.20.4
	- modmenu 9.2.0
	   \-- placeholder-api 2.4.0-pre.1+1.20.4
	- morechathistory 1.3.0
	- moreculling 1.20.4-0.24.0
	   |-- conditional-mixin 0.3.2
	   \-- mixinsquared 0.1.1
	- nochatreports 1.20.4-v2.6.1
	- noisium 2.0.3+mc1.20.2-1.20.4
	   \-- mixinextras 0.3.5
	- nvidium 0.2.6-beta
	- optigui 2.3.0-beta.2
	   |-- org_apache_commons_commons-text 1.11.0
	   \-- org_ini4j_ini4j 0.5.4
	- paginatedadvancements 2.4.2
	- polytone 1.20.4-1.18.10
	   \-- net_objecthunter_exp4j 0.4.8
	- puzzle 1.6.1+1.20.4
	   |-- midnightlib 1.5.2
	   |-- puzzle-base 1.6.1+1.20.4
	   |-- puzzle-gui 1.6.1+1.20.4
	   |-- puzzle-models 1.6.1+1.20.4
	   \-- puzzle-splashscreen 1.6.1+1.20.4
	- recode 0.1.0-beta.10
	   |-- adventure-platform-fabric 5.12.0
	   |    |-- net_kyori_adventure-api 4.16.0
	   |    |-- net_kyori_adventure-key 4.16.0
	   |    |-- net_kyori_adventure-platform-api 4.3.2
	   |    |-- net_kyori_adventure-text-logger-slf4j 4.16.0
	   |    |-- net_kyori_adventure-text-minimessage 4.16.0
	   |    |-- net_kyori_adventure-text-serializer-ansi 4.16.0
	   |    |-- net_kyori_adventure-text-serializer-gson 4.16.0
	   |    |-- net_kyori_adventure-text-serializer-json 4.16.0
	   |    |-- net_kyori_adventure-text-serializer-plain 4.16.0
	   |    |-- net_kyori_ansi 1.0.3
	   |    |-- net_kyori_examination-api 1.3.0
	   |    |-- net_kyori_examination-string 1.3.0
	   |    \-- net_kyori_option 1.0.0
	   |-- javax_websocket_javax_websocket-api 1.1
	   \-- libgui 9.2.2+1.20.2
	        |-- jankson 6.0.0+j1.2.3
	        |    \-- blue_endless_jankson 1.2.3
	        \-- libninepatch 1.2.0
	- reeses-sodium-options 1.7.2+mc1.20.4-build.102
	- rrls 4.0.3+mc1.20.4-fabric
	- shulkerboxtooltip 4.1.0+1.20.4
	- sodium 0.5.8+mc1.20.4
	- sodium-extra 0.5.4+mc1.20.4-build.116
	   |-- caffeineconfig 1.3.0+1.17
	   \-- crowdin-translate 1.4+1.19.3
	- yet_another_config_lib_v3 3.5.0+1.20.4-fabric
	   |-- com_twelvemonkeys_common_common-image 3.10.0
	   |-- com_twelvemonkeys_common_common-io 3.10.0
	   |-- com_twelvemonkeys_common_common-lang 3.10.0
	   |-- com_twelvemonkeys_imageio_imageio-core 3.10.0
	   |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
	   \-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
	- yosbr 0.1.2
	- zoomify 2.14.0+1.20.4
	   \-- com_akuleshov7_ktoml-core-jvm 0.5.1
[15:10:40] [main/INFO]: Applying default options... (YOSBR)
[15:10:40] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[15:10:40] [main/INFO]: Compatibility level set to JAVA_17
[15:10:41] [main/INFO]: Preloading Debugify
[15:10:41] [main/INFO]: Loaded configuration file for Lithium: 129 options available, 1 override(s) found
[15:10:41] [main/WARN]: Reference map 'memoryleakfix-fabric-1.17+-fabric-refmap.json' for memoryleakfix-fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[15:10:42] [main/INFO]: Loaded configuration file for ModernFix 5.17.0+mc1.20.4: 54 options available, 2 override(s) found
[15:10:42] [main/WARN]: Option 'mixin.perf.dynamic_resources' overriden (by user configuration) to 'true'
[15:10:42] [main/WARN]: Option 'mixin.perf.dynamic_dfu' overriden (by mods [litematica]) to 'false'
[15:10:42] [main/INFO]: Applying Nashorn fix
[15:10:42] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[15:10:42] [main/INFO]: Loaded configuration file for Sodium Extra: 34 options available, 0 override(s) found
[15:10:42] [main/WARN]: Force disabled MC-122477 because it only applies to OS: LINUX
[15:10:42] [main/WARN]: Force disabled MC-22882 because it only applies to OS: MAC
[15:10:42] [main/WARN]: Force disabled MC-59810 because it only applies to OS: MAC
[15:10:42] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter (java.lang.ClassNotFoundException: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter)
[15:10:42] [main/WARN]: Error loading class: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource (java.lang.ClassNotFoundException: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource)
[15:10:42] [main/WARN]: Error loading class: net/coderbot/iris/layer/InnerWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layer/InnerWrappedRenderType)
[15:10:42] [main/WARN]: Error loading class: net/coderbot/iris/layer/OuterWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layer/OuterWrappedRenderType)
[15:10:42] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/render/CustomizableModelPart (java.lang.ClassNotFoundException: dev/tr7zw/skinlayers/render/CustomizableModelPart)
[15:10:43] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
[15:10:43] [main/WARN]: Error loading class: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance (java.lang.ClassNotFoundException: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance)
[15:10:43] [main/WARN]: @Mixin target net.fabricmc.fabric.impl.client.model.ModelLoadingRegistryImpl$LoaderInstance was not found modernfix-fabric.mixins.json:perf.dynamic_resources.LoaderInstanceMixin from mod modernfix
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:10:43] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:10:43] [main/INFO]: [MemoryLeakFix] Will be applying 3 memory leak fixes!
[15:10:43] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [targetEntityLeak, biomeTemperatureLeak, hugeScreenshotLeak]
[15:10:44] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[15:10:44] [main/INFO]: I used the json to destroy the json
[15:10:44] [main/INFO]: Starting Essential Loader (stage2) version 1.6.2 (275e04d6ad6e53e1d82b6a6ef19084bb) [stable]
[15:10:46] [main/INFO]: Starting Essential v1.3.2.8 (#0e9765ce1e) [stable]
[15:10:46] [main/INFO]: Java: OpenJDK 64-Bit Server VM (v17.0.11) by Azul Systems, Inc. (Azul Systems, Inc.)
[15:10:46] [main/INFO]: Java Path: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\java_versions\zulu17.50.19-ca-jre17.0.11-win_x64\bin
[15:10:46] [main/INFO]: Java Info: mixed mode, sharing
[15:10:46] [main/INFO]: JVM Arguments: 
  - -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  - -Djava.library.path=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.4-0.15.11
  - -Djna.tmpdir=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.4-0.15.11
  - -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.4-0.15.11
  - -Dio.netty.native.workdir=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.4-0.15.11
  - -Dminecraft.launcher.brand=theseus
  - -Dminecraft.launcher.version=0.7.1
  - -DFabricMcEmu=net.minecraft.client.main.Main
  - -Xmx2048M
[15:10:46] [main/INFO]: OS: Windows 11 (v10.0) (Arch: amd64)
[15:10:47] [main/INFO]: Searching for graphics cards...
[15:10:47] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[15:10:48] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=NVIDIA, name=NVIDIA GeForce GTX 1660 Ti, version=DriverVersion=31.0.15.5123]
[15:10:48] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
[15:10:48] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
[15:10:51] [main/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[15:10:51] [main/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[15:10:51] [main/INFO]: Injecting BlockStateBase cache population hook into lithium$getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin
[15:10:52] [main/WARN]: Static binding violation: PRIVATE @Overwrite method method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[15:10:52] [main/WARN]: Method overwrite conflict for method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix, previously written by me.jellysquid.mods.lithium.mixin.world.temperature_cache.BiomeMixin. Skipping method.
[15:10:57] [main/INFO]: Vanilla bootstrap took 7351 milliseconds
[15:10:58] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[15:10:58] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME}
[15:11:00] [Render thread/INFO]: Starting DI!
[15:11:00] [Render thread/INFO]: Authenticating to Mojang as {MINECRAFT_USERNAME} ({MINECRAFT_UUID})
[15:11:00] [DefaultDispatcher-worker-3/INFO]: Connecting to Essential Connection Manager...
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 140: Trying to set an inexistant local variable 9
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:279)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.generateLocalVariableTable(Locals.java:859)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.getGeneratedLocalVariableTable(Locals.java:828)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.getLocalVariableAt(Locals.java:782)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.getLocalVariableAt(Locals.java:752)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.getLocalsAt(Locals.java:529)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.util.Locals.getLocalsAt(Locals.java:336)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.modify.LocalVariableDiscriminator$Context.initLocals(LocalVariableDiscriminator.java:154)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.modify.LocalVariableDiscriminator$Context.<init>(LocalVariableDiscriminator.java:148)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.modify.ModifyVariableInjector$Context.<init>(ModifyVariableInjector.java:71)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.modify.ModifyVariableInjector.preInject(ModifyVariableInjector.java:159)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.code.Injector.preInject(Injector.java:259)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.preInject(InjectionInfo.java:436)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1370)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at gg.essential.universal.UGraphics.<clinit>(UGraphics.java:824)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at gg.essential.elementa.components.UIImage._init_$lambda-1(UIImage.kt:60)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: java.lang.IndexOutOfBoundsException: Trying to set an inexistant local variable 9
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.objectweb.asm.tree.analysis.Frame.setLocal(Frame.java:208)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.objectweb.asm.tree.analysis.Frame.execute(Frame.java:337)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:171)
[15:11:00] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: 	... 35 more
[15:11:00] [DefaultDispatcher-worker-3/INFO]: Using Default JreDnsResolver
[15:11:00] [DefaultDispatcher-worker-3/INFO]: Using Default JreSocketFactory
[15:11:01] [WebSocketConnectReadThread-75/INFO]: Connected to Essential Connection Manager.
[15:11:01] [Render thread/INFO]: CodeClient, making it easier to wipe your plot and get banned for hacks since 2022
[15:11:01] [Render thread/INFO]: Enabled 10 bug fixes: [MC-577, MC-22882, MC-59810, MC-89146, MC-90683, MC-112730, MC-122477, MC-199467, MC-237493, MC-263865]
[15:11:01] [Render thread/INFO]: Successfully Debugify'd your game!
[15:11:01] [Render thread/INFO]: 0 macros loaded
[15:11:02] [Render thread/INFO]: Loading Noisium.
[15:11:03] [Render thread/INFO]: Trying to read config file...
[15:11:03] [Render thread/INFO]: A config file was found, loading it..
[15:11:03] [Render thread/INFO]: Successfully loaded config file.
[15:11:03] [Render thread/INFO]: [citresewn] Registering CIT Conditions
[15:11:03] [Render thread/INFO]: [citresewn] Registering CIT Types
[15:11:03] [Render thread/INFO]: Pre-initializing Controlify...
[15:11:03] [Render thread/INFO]: Dynamic FPS 3.6.0 active on Fabric!
[15:11:04] [Render thread/INFO]: Loading Entity Model Features, ,serutaeF ledoM ytitnE gnidoaL
[15:11:04] [Render thread/INFO]: 6 new ETF Random Properties registered by entity_model_features.
[15:11:04] [Render thread/INFO]: Loading Entity Texture Features, OptiFine's weirder younger half-brother that runs around making train noises.
[15:11:04] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[15:11:04] [Render thread/INFO]: [FastQuit] Initialized
[15:11:04] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights...
[15:11:04] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[15:11:04] [Render thread/ERROR]: Mod midnightlib provides a broken implementation of ModMenuApi
net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'modmenu' provided by 'midnightlib'
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) ~[fabric-loader-0.15.11.jar:?]
	at com.terraformersmc.modmenu.ModMenu.lambda$onInitializeClient$0(ModMenu.java:92) ~[modmenu-9.2.0.jar:?]
	at java.util.ArrayList.forEach(Unknown Source) ~[?:?]
	at com.terraformersmc.modmenu.ModMenu.onInitializeClient(ModMenu.java:87) ~[modmenu-9.2.0.jar:?]
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53) ~[fabric-loader-0.15.11.jar:?]
	at net.minecraft.class_310.<init>(class_310.java:487) ~[client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:223) ~[1.20.4-0.15.11.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: eu.midnightdust.lib.config.AutoModMenu
	at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:52) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ~[fabric-loader-0.15.11.jar:?]
	... 10 more
Caused by: java.lang.ClassNotFoundException: eu.midnightdust.lib.config.AutoModMenu
	at jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) ~[?:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.15.11.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Unknown Source) ~[?:?]
	at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) ~[fabric-loader-0.15.11.jar:?]
	... 10 more
[15:11:05] [Render thread/INFO]: [recode] initializing...
[15:11:05] [Render thread/ERROR]: Not a list: 1343
[15:11:07] [pool-10-thread-1/INFO]: [STDOUT]: Opened socket listener
[15:11:07] [Render thread/INFO]: [recode] initialized successfully
[15:11:07] [Render thread/INFO]: Deserializing YACLConfig from 'C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Fabulously Optimized (1)\config\yacl.json5'
[15:11:08] [Render thread/INFO]: OptiFine not detected.
[15:11:08] [Render thread/INFO]: Backend library: LWJGL version 3.3.2-snapshot
[15:11:09] [Render thread/WARN]: Applying workaround: Prevent the NVIDIA OpenGL driver from using broken optimizations (NVIDIA_THREADED_OPTIMIZATIONS)
[15:11:09] [Render thread/INFO]: All capabilities met
[15:11:09] [Render thread/INFO]: Enabling Nvidium
[15:11:09] [Render thread/INFO]: OpenGL Vendor: NVIDIA Corporation
[15:11:09] [Render thread/INFO]: OpenGL Renderer: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2
[15:11:09] [Render thread/INFO]: OpenGL Version: 3.2.0 NVIDIA 551.23
[15:11:09] [Render thread/INFO]: Initializing ImmediatelyFast 1.2.18+1.20.4 on NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 3.2.0 NVIDIA 551.23
[15:11:10] [Render thread/INFO]: Found Iris/Oculus 1.7.2+mc1.20.4. Enabling compatibility.
[15:11:10] [Render thread/INFO]: Debug functionality is disabled.
[15:11:10] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
[15:11:10] [Render thread/INFO]: Shaders are disabled because enableShaders is set to false in iris.properties
[15:11:10] [Render thread/INFO]: ARRP register - before vanilla
[15:11:10] [Render thread/INFO]: ARRP register - after vanilla
[15:11:10] [Render thread/INFO]: ARRP register - before user
[15:11:13] [Render thread/INFO]: Hardware information:
[15:11:13] [Render thread/INFO]: CPU: 8x Intel(R) Core(TM) i5-9300HF CPU @ 2.40GHz
[15:11:13] [Render thread/INFO]: GPU: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 551.23)
[15:11:13] [Render thread/INFO]: OS: Windows 11 (10.0)
[15:11:15] [Render thread/INFO]: Invalidating pack caches
[15:11:15] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, advanced_runtime_resource_pack, adventure-platform-fabric, animatica, appleskin, bettermounthud, caffeineconfig, capes, citresewn, citresewn-defaults, cloth-config, codeclient, conditional-mixin, continuity, controlify, cubes-without-borders, debugify, dynamic_fps, e4mc_minecraft, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, essential, essential-container, essential-loader, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fabrishot, fastquit, fsb-interop, immediatelyfast, indium, iris, jankson, lambdynlights, languagereload, lazydfu, libgui, litematica, lithium, macrokeybinds, malilib, midnightlib, mixintrace, modernfix, modmenu, morechathistory, moreculling, nochatreports, noisium, nvidium, optigui, paginatedadvancements, polytone, pride, puzzle, puzzle-base, puzzle-gui, puzzle-models, puzzle-splashscreen, recode, reeses-sodium-options, rrls, shulkerboxtooltip, sodium, sodium-extra, spruceui, yet_another_config_lib_v3, yosbr, zoomify, continuity:glass_pane_culling_fix, continuity:default, file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, file/kolmio-s-full-bright.zip, file/VanillaTweaks_r344996, file/Fast Better Grass.zip, file/goofy pack, Essential Assets, essential
[15:11:15] [Render thread/INFO]: closing rrp ebe:base_resources
[15:11:15] [Render thread/INFO]: ARRP register - before vanilla
[15:11:15] [Render thread/INFO]: ARRP register - between vanilla and mods
[15:11:15] [Render thread/INFO]: ARRP register - between mods and user
[15:11:15] [Render thread/INFO]: ARRP register - after vanilla
[15:11:15] [Worker-ResourceReload-2/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading
[15:11:16] [Render thread/INFO]: Cached all modded block culling states
[15:11:18] [DefaultDispatcher-worker-4/INFO]: Connected to Discord as kubakubek
[15:11:21] [Worker-ResourceReload-5/INFO]: Early baking 181 models
[15:11:22] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[15:11:22] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[15:11:22] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on G�o�niki (Realtek(R) Audio)
[15:11:22] [Render thread/INFO]: Sound engine started
[15:11:22] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[15:11:22] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/signs.png-atlas
[15:11:22] [Render thread/INFO]: Created: 512x1024x4 minecraft:textures/atlas/banner_patterns.png-atlas
[15:11:22] [Render thread/INFO]: Created: 1024x2048x4 minecraft:textures/atlas/shield_patterns.png-atlas
[15:11:22] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[15:11:22] [Render thread/INFO]: Created: 256x512x4 minecraft:textures/atlas/chest.png-atlas
[15:11:22] [Render thread/INFO]: Created: 128x128x4 minecraft:textures/atlas/decorated_pot.png-atlas
[15:11:22] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/beds.png-atlas
[15:11:22] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[15:11:25] [Render thread/WARN]: [EMF]: The 'Essential' mod is loaded, disabling EMF's 'player_cape.jem' support due to conflict
[15:11:25] [Render thread/WARN]: [EMF]: The 'Essential' mod is loaded, disabling EMF's 'player_cape.jem' support due to conflict
[15:11:25] [Render thread/WARN]: Shader particle could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader particle could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader particle could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader position_tex_color_normal could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader position_tex_color_normal could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader position_tex_color_normal could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_solid could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_solid could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_solid could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout_mipped could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout_mipped could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout_mipped could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_cutout could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_translucent could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_translucent could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_translucent could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_cutout_no_cull could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_cutout_no_cull could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_cutout_no_cull could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_solid could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_solid could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_solid could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull_z_offset could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull_z_offset could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_cutout_no_cull_z_offset could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_item_entity_translucent_cull could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_item_entity_translucent_cull could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_item_entity_translucent_cull could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_cull could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_cull could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_cull could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_smooth_cutout could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_smooth_cutout could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_smooth_cutout could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_smooth_cutout could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_beacon_beam could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_beacon_beam could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_beacon_beam could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_decal could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_decal could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_decal could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_decal could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_no_outline could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_no_outline could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_no_outline could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_shadow could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_shadow could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_shadow could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_shadow could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_eyes could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_eyes could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_eyes could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_energy_swirl could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_energy_swirl could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_leash could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_leash could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_leash could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_leash could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_glint could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_glint could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_entity_glint could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_armor_entity_glint could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_translucent could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_translucent could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_translucent could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_direct could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_direct could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_glint_direct could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint_direct could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint_direct could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_entity_glint_direct could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_background could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_background could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_background could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_background could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_intensity could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_intensity could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_text_intensity could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lightning could not find uniform named IViewRotMat in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lightning could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lightning could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_tripwire could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_tripwire could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_tripwire could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lines could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lines could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_lines could not find uniform named FogColor in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_breeze_wind could not find uniform named FogStart in the specified shader program.
[15:11:25] [Render thread/WARN]: Shader rendertype_breeze_wind could not find uniform named FogEnd in the specified shader program.
[15:11:25] [Render thread/WARN]: Core shader modifications detected. Temporarily disabling some parts of ImmediatelyFast.
[15:11:25] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[15:11:25] [Render thread/INFO]: Created: 256x512x0 minecraft:textures/atlas/paintings.png-atlas
[15:11:25] [Render thread/INFO]: Created: 128x256x0 minecraft:textures/atlas/mob_effects.png-atlas
[15:11:25] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[15:11:25] [Render thread/WARN]: Removing existing FSB skies...
[15:11:25] [Render thread/WARN]: FSB-Interop is converting MCPatcher/OptiFine custom skies resource packs! Any visual bugs are likely caused by FSB-Interop. Please do not report these issues to FabricSkyBoxes nor Resource Pack creators!
[15:11:25] [Render thread/INFO]: Looking for OptiFine/MCPatcher Skies...
[15:11:25] [Render thread/INFO]: Loaded GUI modifiers for: [] [] [] []
[15:11:25] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-hud.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-view.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-hand.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-world.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reach-around-placement.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reduce-aim-sensitivity.webp'
[15:11:25] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/screen-button-guide.webp'
[15:11:25] [Render thread/INFO]: reloading ETF data.
[15:11:25] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[15:11:25] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[15:11:26] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[15:11:26] [Render thread/INFO]: Initializing Controlify...
[15:11:26] [Render thread/INFO]: Loading Controlify config...
[15:11:26] [Render thread/INFO]: Finishing Controlify init...
[15:11:26] [Render thread/WARN]: CONTROLIFY DID NOT LOAD SDL3 NATIVES. MANY FEATURES DISABLED!
[15:11:26] [Render thread/INFO]: No controllers found.
[15:11:27] [Render thread/WARN]: Game took 60.548 seconds to start
[15:11:28] [Render thread/WARN]: Shader cabb2374eda405e66b897908637abd1da5deac52 could not find uniform named subpixel_amount in the specified shader program.
[15:11:34] [Netty Client IO #1/ERROR]: Network Exception Caught
java.net.SocketException: Connection reset
	at sun.nio.ch.SocketChannelImpl.throwConnectionReset(Unknown Source) ~[?:?]
	at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:?]
	at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254) ~[netty-buffer-4.1.97.Final.jar:?]
	at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.97.Final.jar:?]
	at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar:?]
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:?]
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[15:11:34] [Render thread/ERROR]: Can't ping poopyjoe.aternos.me: Internal Exception: java.net.SocketException: Connection reset
[15:11:36] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[15:11:36] [Render thread/INFO]: Connecting to mcdiamondfire.com, 25565
[15:11:37] [Netty Client IO #3/INFO]: Changed location: spawn
[15:11:37] [Netty Client IO #3/INFO]: false
[15:11:38] [Netty Client IO #3/INFO]: Changed location: spawn
[15:11:38] [Netty Client IO #3/INFO]: false
[15:11:38] [Render thread/INFO]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld
[15:11:38] [Render thread/INFO]: Destroying pipeline minecraft:overworld
[15:11:38] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[15:11:38] [Render thread/INFO]: Started 2 worker threads
[15:11:39] [Render thread/WARN]: Ambiguity between arguments [search, clear] and [search, action] with inputs: [clear]
[15:11:39] [Render thread/INFO]: Using 3 total BufferBuilder caches
[15:11:39] [Render thread/WARN]: Unable to read property: east with value: false for blockstate: {Name:"minecraft:cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: south with value: false for blockstate: {Name:"minecraft:cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: north with value: false for blockstate: {Name:"minecraft:cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: west with value: false for blockstate: {Name:"minecraft:cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: east with value: false for blockstate: {Name:"minecraft:mossy_cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: south with value: false for blockstate: {Name:"minecraft:mossy_cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: north with value: false for blockstate: {Name:"minecraft:mossy_cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/WARN]: Unable to read property: west with value: false for blockstate: {Name:"minecraft:mossy_cobblestone_wall",Properties:{east:"false",north:"false",south:"false",up:"false",west:"false"}}
[15:11:39] [Render thread/INFO]: [CHAT] ? Welcome back to DiamondFire! ?
[15:11:39] [Render thread/INFO]: [CHAT] Current patch: 6.6.1. See the patch notes with /patch!
[15:11:40] [Render thread/INFO]: [ShulkerBoxTooltip Plugins] Loading 1 plugin: shulkerboxtooltip
[15:11:40] [Render thread/INFO]: [ShulkerBoxTooltip Plugins] Registered 19 color keys for mod shulkerboxtooltip
[15:11:40] [Render thread/INFO]: [ShulkerBoxTooltip] overriding preview provider shulkerboxtooltip:trapped_chest with shulkerboxtooltip:chest for item minecraft:chest
[15:11:40] [Render thread/INFO]: [ShulkerBoxTooltip Plugins] Registered 31 providers for mod shulkerboxtooltip
[15:11:41] [Render thread/INFO]: [recode info] [CHAT] ? � You are using recode, version 0.1.0 beta 10
[15:11:41] [Render thread/WARN]: Time from main menu to in-game was 5.334501 seconds
[15:11:41] [Render thread/WARN]: Total time to load game and open world was 65.8825 seconds
[15:11:44] [Render thread/INFO]: [CHAT] � Sending you to Node 3...
[15:11:44] [Render thread/INFO]: Stopping worker threads
[15:11:44] [Netty Client IO #3/INFO]: Changed location: spawn
[15:11:44] [Netty Client IO #3/INFO]: false
[15:11:44] [Render thread/INFO]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld
[15:11:44] [Render thread/INFO]: Destroying pipeline minecraft:overworld
[15:11:44] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[15:11:44] [Render thread/INFO]: Started 2 worker threads
[15:11:44] [Render thread/WARN]: Ambiguity between arguments [search, clear] and [search, action] with inputs: [clear]
[15:11:44] [Netty Client IO #3/INFO]: Changed location: code
[15:11:44] [Netty Client IO #3/INFO]: false
[15:11:44] [Render thread/INFO]: [CHAT] � You are now in dev mode.
[15:11:48] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.class_148: keyPressed event handler
	at net.minecraft.class_437.method_25412(class_437.java:419) ~[client-intermediary.jar:?]
	at net.minecraft.class_309.method_1466(class_309.java:403) ~[client-intermediary.jar:?]
	at net.minecraft.class_309.method_22678(class_309.java:492) ~[client-intermediary.jar:?]
	at net.minecraft.class_1255.execute(class_1255.java:102) ~[client-intermediary.jar:?]
	at net.minecraft.class_309.method_22676(class_309.java:492) ~[client-intermediary.jar:?]
	at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44) ~[lwjgl-glfw-3.3.2.jar:?]
	at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.2.jar:?]
	at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438) ~[lwjgl-glfw-3.3.2.jar:?]
	at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:202) ~[client-intermediary.jar:?]
	at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:220) ~[client-intermediary.jar:?]
	at net.minecraft.class_1041.method_15998(class_1041.java:287) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1349) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:888) ~[client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:265) ~[1.20.4-0.15.11.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
Caused by: net.minecraft.class_151: Non [a-z0-9/._-] character in path of location: minecraft:diamond{display:{MapColor:13631488}}
	at net.minecraft.class_2960.method_45137(class_2960.java:252) ~[client-intermediary.jar:?]
	at net.minecraft.class_2960.<init>(class_2960.java:47) ~[client-intermediary.jar:?]
	at net.minecraft.class_2960.<init>(class_2960.java:51) ~[client-intermediary.jar:?]
	at net.minecraft.class_2960.<init>(class_2960.java:56) ~[client-intermediary.jar:?]
	at io.github.homchom.recode.mod.features.commands.ItemEditorMenu.lambda$open$2(ItemEditorMenu.java:68) ~[recode-0.1.0-beta.10+1.20.4-LATEST.jar:?]
	at io.github.cottonmc.cotton.gui.widget.WTextField.setTextWithResult(WTextField.java:102) ~[libgui-9.2.2+1.20.2-869661907861252e.jar:?]
	at io.github.cottonmc.cotton.gui.widget.WTextField.insertText(WTextField.java:395) ~[libgui-9.2.2+1.20.2-869661907861252e.jar:?]
	at io.github.cottonmc.cotton.gui.widget.WTextField.paste(WTextField.java:413) ~[libgui-9.2.2+1.20.2-869661907861252e.jar:?]
	at io.github.cottonmc.cotton.gui.widget.WTextField.onKeyPressed(WTextField.java:478) ~[libgui-9.2.2+1.20.2-869661907861252e.jar:?]
	at io.github.cottonmc.cotton.gui.client.CottonClientScreen.method_25404(CottonClientScreen.java:239) ~[libgui-9.2.2+1.20.2-869661907861252e.jar:?]
	at net.minecraft.class_309.method_1454(class_309.java:407) ~[client-intermediary.jar:?]
	at net.minecraft.class_437.method_25412(class_437.java:414) ~[client-intermediary.jar:?]
	... 16 more
[15:11:49] [Render thread/INFO]: Stopping worker threads
[15:11:49] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[15:11:49] [Render thread/INFO]: [FastQuit] Exiting FastQuit.
[15:11:49] [Render thread/INFO]: [recode] closing...
[15:11:49] [Render thread/INFO]: [recode] closed successfully

crash on holding value items

sometimes, when i hold a value item, the description is broken, sometimes it crashes the game, when editing a value i crash instantly.
i sadly dont have the original modpack with the crashlogs, but think its something to do with "roughly enough items" mod.

game crashed while starting up

The game crashed whilst initializing game
Error: java.lang.UnsatisfiedLinkError: 'void io.github.homchom.recode.shaded.org.newsclub.net.unix.NativeUnixSocket.connect(java.lang.String, java.io.FileDescriptor)'

incompatibility with noxesium

image
fabric 0.14.19-1.19.4
if noxesium is used with recode 0.1.0 beta 6 it will conflict with it and crash this does not happen with beta 5

/Gradient doesn't work

Error msg: Expected whitespace to end one argument, but found trailing data at position 10: /gradient <--[HERE]

Unable to import NBS songs

When I try to import an NBS song with /nbs load, it shows the message that I am using the original NBS, even though I used OpenNBS to make the song.

The error message is here:
image
(NBS Version: 3.10.0)
(recode Version: 0.1.0 beta 9)

implement send-to-plot with "pls join" protocol

pls join is a simple protocol for client side send-to-plot. There is currently a client implementation that uses dfscript, and it works, however the protocol would benefit from having a more widely used implementation, and I think including it in recode would be the perfect way to acheive that.

It would be very intrusive if automatic joining was enabled by default, so I think there should be (at minimum) these three modes:

  • off (does nothing)
  • prompt (displays a clickable chat message which runs the /join command when clicked. this could be a good default)
  • automatic (runs the join command immediately)

Additionally there should be a configurable cooldown to prevent abuse.

I plan on implementing this myself, is this something that would get merged?

Minecraft crashing when trying to make hoverable text.

I wanted to show a text when you hover over a message, which is done by typing <hover:show_text:[text]>. Only, when you want to use color codes or newlines you need to put quotation marks in the text area, and put the text between that. That would look like this: <hover:show_text:"[text]">. The issue is that when you do this your game crashes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.