Compatability issue between BC Silicon and SCP Lockdown
RoSirius opened this issue ยท 5 comments
- Forge Version: 1.12.2 (14.23.5.2855), Server
- BuildCraft Version: 7.99.24.8
- Any additonal mods: SCP Lockdown 2.4.0
- Have a server with BuildCraft 7.99.24.8, all or just including the silicon module, and SCP Lockdown 2.4.0
- Attempt to start the server
- Expect an error and consequent crash due to a NoClassDefFoundError error.
- You'll notice the error involves an issue between BC Silicon and SCP Lockdown where BC Silicon is attempting to create a facade of a SCPL block.
The error I received in a text file
It looks like the SCP mod references some client-side code in Block.getRenderType()
(the method is available on both the client and server, but only used to spawn running particles normally on the server, despite it's name).
Can you open an issue on their end? While I can technically work around this on buildcraft's side, I'd rather not have to special case certain blocks more than I have too - especially as SCP seems to still be being worked on?