Paul
Paul
It appears that there is no way (judjing by code): https://github.com/ktsn/vuex-connect/blob/master/src/connect.js#L81 `mapX` functions are executed with only one argument (without namespace). @ktsn is there any particular reason you chose not...
@aanand any chance for mainline merge? I am using forked version with my code and it works
@qouteall Why is this marked low prio? This seems like it could be another defining feature of this mod. Vanilla notoriously doesn't allow minecarts with entities to pass for example...
Or maybe you have some pointers on why it's hard to fix? like notes or something (relevant methods/classes). I could try to research and make a PR for that myself...
Makes sense. I can see how player entities might be an issue, but for example mobs would not have this problem right? I assume they are controlled by server. If...
oh yeah... I just realized I started this discussion in the wrong issue haha
In my experience minecarts with entities never pass. With a player they pass 'sometimes' (lol) while glitching your camera horribly. But storage/empty ones I've found pass OK if you build...
I saw the [discussion on that last issue](https://github.com/MultiMC/Launcher/issues/3620#issuecomment-792135258) suggesting that this is purely a game bug. However, I should add that there are definitely launchers out there that don't have...
Solved for me by adding myself to `docker` group ( https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user ): ``` sudo usermod -aG docker $USER ``` Restarting PC and running again.
> Try using Java 17, since that's what is officially supported. to answer this, there is [no change in behavior](https://paste.ee/p/emX2z) with java 17 