3TUSK

Results 116 comments of 3TUSK

``` java @SideOnly(Side.CLIENT) @EventHandler public void preInit(FMLPreInitializationEvent event) { // blahblah } ``` (大雾) Edit: add preInit method

其实Waila是要求服务器客户端都要装的… > On May 27, 2017, at 13:32, l89669 wrote: > > 仍然未解决么,服务器上不装这个mod就会进不去,太尴尬了 > > — > You are receiving this because you were mentioned. > Reply to this email...

0.Waila实际上需要服务器上装 1.崩溃报告不完整 > On May 27, 2017, at 22:25, l89669 wrote: > > waila单客户端装不会崩溃,但是OO我修改代码让它能单客户端运行后却在进入服务器后崩溃了 > (MC 1.7.10, Forge 1614) > Rendering screen > at me.exz.omniocular.handler.JSHandler.getBody(JSHandler.java:45) > at me.exz.omniocular.handler.TooltipHandler.handleItemTooltip(TooltipHandler.java:32) > at...

Why not try [OmniOcular](https://github.com/exzhawk/OmniOcular)?

> Why attempts to use openj9 in 1.18.1 in 39.1.0 are expected, but fail in higher versions such as 39.1.1, seems very suspicious to me Because some newer OpenJ9 distribution...

We encountered the exact same issue in [Longjing](https://github.com/teaconmc/Longjing) as well. See this workflow run for more logs: https://github.com/teaconmc/Longjing/actions/runs/5453959652/jobs/9923451690 Log excerpt: ``` * What went wrong: Execution failed for task ':teaconLongjingProcessing'....

Technical wise, the term `Heap` and `OffHeap` shown in the screen stand for "heap memory" and "off-heap memory" respectively. Not sure if changing them to "heap memory" is too long...

> vanilla 1 Bucket = 3 Bottles Vanilla itself has already been inconsistent by requiring 4 honey bottles to craft a honey block, instead of 3 honey bottles. Fortunately, vanilla...

> creative tab sorting How does the new topo-sort algorithm affect this? Do we have a before/after comparison chart?

I did a quick try using [All The Mods 10, version 0.12](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/files/5530393), with `darkmodeeverywhere-1.21-1.3.0.jar` disabled. I manually upgraded NeoForge to 21.0.95-beta. I uses PrismLauncher to override the default FancyModLoader jar...