Jakob K
Jakob K
cardboard issue: https://github.com/CardboardPowered/cardboard/issues/209
Mh just a guess: Couldn't you remove [this cancel call](https://github.com/OKTW-Network/FabricProxy-Lite/blob/396ec6d46a317863b63d9dd8187ec10284de4a48/src/main/java/one/oktw/mixin/hack/ServerLoginNetworkHandler_EarlySendPacket.java#L28), and then I will create a PR to Cardboard to execute cardboards logic AFTER the logic of FabricProxy-Lite (only possible...
Cannot reproduce, tested death and disconnect cases, both worked for me. Do you have a more specific example where this happens?
Thank you for the demo video. If the server crashed, there must be an error message in the console, are you able to share that?
There are three border modes https://github.com/jakobkmar/level-border/blob/ad165c2e32764dc9574b3affc1617c50c14ac75e/level-border-common/src/main/java/net/axay/levelborder/common/BorderMode.java#L4 configurable via the `/levelborder mode` command. With `own` each player has its own border, with `shared` all players share one level counter and with...
> Hey first the /levelborder mode command isnt working in singleplayer is that intended? No, that is not intended - which mod loader are you using? > Is it possible...
Yes of course Dokka should search for both, but I don't think that element-list should be the fallback, it should be the preferred option if it exists.
@MarcinAman Adding this feature would effectively allow Dokka itself to generate and publish its own user documentation using only Dokka and not MkDocs - and all of that in a...
@solonovamax I have to figure out the whole project structure (i.e. what to use, modules or source sets and how to order them - and how everything is published), I'll...
> Maybe its worth adding a silk-testmod module for paper to test the paper implementation. Would this fit into the project? I would rather make the testmod a multiplatform module,...