Can't place truck remover
byalexeykh opened this issue ยท 2 comments
Description of the Bug
Can't place track remover while on server, but can do it in singleplayer. However, there is a problem on the server and on the client.
To Reproduce
- Install railcraft on server
- Try to place track remover on rails
- See that you cant do that and check server logs
OR
- install railcraft 12.0.0-beta-5 and Vanilla Fix on client
- Go to creative world
- Try to place track remover and see the error
Expected behavior
I expected to be able to place a track remover
Logs & Environment
Server:
https://gist.github.com/byalexeykh/a0e2e1162992e11c8b34ccd526102386
Client:
https://paste.dimdev.org/awugorufav.mccrash
Additional context
You can find errors at the bottom of the log (server)
The error seems to be due to the lack of an interface of track remover.
The server log error has been fixed in #1663, but the client one is a real issue.
I'm wrong again. For the server one, update spongeforge to the latest. That crash has been fixed in SpongePowered/Sponge#2186