Bug: Custom dimensions using the Aether's dimension effect crash the game
muzikbike opened this issue ยท 4 comments
What Feature Types Apply to This Bug?
World-Gen
Other Type
No response
What Type of Bug Is This?
Crash
Forge Version
39.0.88
The Aether 1 Version
1.18.1-v1.0.0
Is This Bug a Conflict With Another Mod?
No response
Client Log
No response
Crash Report (if applicable)
No response
Steps to Reproduce
- Create a new world with the following data pack: aecrash.zip
- Enter spectator mode
- /execute in aecrash:i_work_fine run tp ~ ~ ~
- Note that the game doesn't crash
- /execute in aecrash:death_test run tp ~ ~ ~
- Watch as the game hangs for about three minutes, cuts to a screen made of blue dirt and then closes itself
What You Expect To Happen
An empty dimension with the Aether's dimension effects would be accessed.
What Actually Happened
We get a crash.
Additional Details
Crash report not attached since it's probably not necessary - the issue was discussed as being plausible enough in Discord
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed this bug is on the most recently supported version of Minecraft.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
Your datapack does not work from trying to follow the given steps, please link a new one or update the steps.
This might be fixed by the recent addition of the #eternal_day
dimension type tag; needs further testing.
Nevermind, created a working datapack and confirmed that the recent addition of #eternal_day
fixes this as long as a dimension's dimension type is put into the tag.
This may not have actually been fully fixed by the PR that closed this issue due to the issue also regarding DimensionTypeMixin, however it will likely have to remain closed due to other issues relating to #531, i.e. other dimensions should not be trying to hook into Aether-specific behavior yet.