Security Craft

Security Craft

41M Downloads

Mixin crash with SpongeForge

Artem-VV opened this issue ยท 3 comments

commented

Issue description

When adding a mod, the server fails to start with a mixin error. log attached

Steps to reproduce

No response

Minecraft version

1.12.2

Forge version

14.23.5.2860

SecurityCraft version

v1.9.7

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

https://pastebin.com/kmFNvLyr

commented

I tried both versions of the mod: with mixin and without.
The logs are for the version without the mixin

commented

Thank you for reporting! This has already been fixed for the next update of SecurityCraft: e97e7a4

To fix this for yourself, open the SecurityCraft jar file with WinRAR/7-Zip/etc., open securitycraft.mixins.json with a normal text editor, and remove exactly this - nothing more nothing less: "portal.TeleporterMixin",
Note, that this will reintroduce a bug where nether portals can remove reinforced blocks when generating in another dimension.

commented

Thank you very much!