ZZZank

Results 35 comments of ZZZank

debug.log: https://gist.github.com/ZZZank/3e06abe3c52d8be9304fcf858fbb6b5a --- And another crash: I've tried setting up a server with minimum modlist with `frostedheart-1.20.1-0.6.11-snapshot630` and all required dependencies for it. When launching, this error happened: ``` Mixin...

Could be a concurrent sound problem, and there doesn't seem to be anything Cleanroom exclusive. Note: stacktrace at line3759-3777, `field_184367_a` -> `MinecraftServer.4.sound`: ``` Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.audio.Sound.func_188724_c()" because...

try https://www.curseforge.com/minecraft/mc-mods/cleanroom-relauncher-unofficial , which should allow you to use/update github action version of cleanroom

Crash from NormalASM(FermiumASM), please replace it with CensoredASM and try launching again

OC doc parsing is defined in this package: [li.cil.oc.client.renderer.markdown](https://github.com/MightyPirates/OpenComputers/tree/master-MC1.12/src/main/scala/li/cil/oc/client/renderer/markdown), and you can find all supported markdown syntaxs in [its sub-package](https://github.com/MightyPirates/OpenComputers/tree/master-MC1.12/src/main/scala/li/cil/oc/client/renderer/markdown/segment). There are two markup formats for OC doc, defined [here](https://github.com/MightyPirates/OpenComputers/blob/master-MC1.12/src/main/scala/li/cil/oc/client/renderer/markdown/MarkupFormat.scala),...