ORelio
ORelio
@xXjojaXx Is it solved on your side?
Reopening - see stack trace in https://github.com/ORelio/Minecraft-Console-Client/issues/1607#issue-903040050 > OnInternalCommand: Got error from MinecraftClient.ChatBots.ChatLog: System.IO.IOException: Sharing violation on path /root/Minecraft/chatlog-MinecraftName-ServerAdress.txt at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32...
Water is indeed not handled at all. The client has to get some metadata about water blocks and deduce how to move if there is a water flow. If you...
I'm not sure what is causing that but maybe the author of the ReplayCapture bot could help you (@ReinforceZwei)
@railroadss: Did you mean, when you create your own replaymod chatbot _capture file_?
Do you mean adding support for https://fabricmc.net/ ? Currently MCC only has support for https://minecraftforge.net
Converted your question into a feature request.
This is either a newer Forge version or an incompatible Forge mod. MCC can spoof mods to pass server login check, but not implement them correctly so the server-part of...
MCC will detect the list of mods advertised by the server and fake that list. This may not work everywhere.
The mod list is usually so long that you just don't want to do it. Plus, if MCC does not implement the post-login Forge handshake (seems like there is one...