-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<dimension> tag doesn't work on xml's #640
Comments
@technodono <terrain>
<environment>the_end</environment>
</terrain> It seems the docs have incorrect info, as environment should work based on the code. If you get a chance to try that out, let me know here if it does work. Edit: |
No, neither of those work unfotunately :( |
Both ways described in @applenick comment set the dimension (it appears the docs is incorrect showing it as <terrain environment="nether"/>
<!-- OR -->
<terrain>
<environment>nether</dimension>
</terrain> Setting it to |
@Pugzy well I guess nether works kinda... but you'd expect the end to have it's respective skybox and fog right... |
I've recently wanted to make a custom map in the end dimension just to spruce up the sky box but this module is currently despite it being a feature still on the docs. Would be nice to see it fixed as it could make maps look much more interesting... this is the code i used:
<dimension>end</dimension>
The text was updated successfully, but these errors were encountered: