fooeyround / Configured

A mod that toggles portal functionality
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Server crash on 1.21 #2

Closed sternschnaube closed 4 months ago

sternschnaube commented 4 months ago

Bug description

https://pastebin.com/raw/1Mj86ZY2

Steps to reproduce

/

Expected behavior

No response

Actual behavior

No response

Relevant logs

No response

Minecraft version

1.21

TemplateMod version

1.3.0

Other information

No response

Check list

fooeyround commented 4 months ago

Yes, thank you for reporting this. It seems I did not adequately check the mixins and the validity of their signatures.

I hope to fix this soon, do you disable end gateways with the mod? I could disable the crash with just that feature not present, as I lack the development environment needed to inspect the updated vanilla Minecraft code... It seems that (hopefully) previous versions still work.

I will fix this as soon as possible.

sternschnaube commented 4 months ago

Thank you! 😊

I was not disabling end gateways with this mod, the crash doesn't allow me to use any feature yet. I should have included Carpet extensions with rules for the End dimension.

fooeyround commented 4 months ago

Hopefully my recent commits will stop the game from crashing. The broken feature will still not work, but I will fix that when I can.

I hope you continue to enjoy using the mod, if you have any feature requests, don't be afraid to open an issue with the feature request template.

(I will be making a release soon)

(A link to the build. It will be released soon though, so you will be able to find it on modrinth or in GitHub releases) https://github.com/fooeyround/Configured/actions/runs/9625711776/artifacts/1627582450

sternschnaube commented 4 months ago

Tested, mod works now. Thank you 😄