Mods using KyoriPowered adventure-platform-fabric cause a NullPointerException
SajmonOriginal opened this issue ยท 2 comments
Describe the Bug
Create creates a Ticking Entity when Deployer is laid down, when the server is with another server utility modification what uses adventure-platform-fabric.
Reproduction Steps
- Create a Fabric server
- Add a Create Mod along with some mod that uses adventure-platform-fabric, what I have observed so far are: (MiniMOTD, BetterFabricConsole, TabTPS)
- Place a Deployer block on the server
...
Expected Result
That the mods will coexist, this is Create's fault because of Create mod's Fake Player implementation
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows 11 - Client, Ubuntu - Server
Mod Version
0.5.0c
Minecraft Version
1.18.2
Other Mods
MiniMOTD
TabTPS
BetterFabricConsole
Additional Context
Hello, I would like to ask if there are any plans to fix compatibility with other mods that use fake-player-api
. Server utility mods are made using the adventure-library
Since I've been reading through the various issues with Create
, MiniMOTD
, TabTPS
, adventure-library
.. I've read that the developers can't do anything about this because the problem is on the Create side and all issues are closed
Create creates a Ticking Entity when Deployer is laid down, when the server is with another server utility modification what uses adventure-platform-fabric.
I would really like to use server side mods like MiniMOTD etc.. together with Create.
jpenilla/better-fabric-console#11
gnembon/fabric-carpet#1235
there's nothing that can be done on Create's side. It needs to be fixed in the fake player API. I've brought it up to the developer again.