Skip to content
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

Nether/End won't generate #27

Closed
untuned opened this issue Mar 25, 2020 · 8 comments
Closed

Nether/End won't generate #27

untuned opened this issue Mar 25, 2020 · 8 comments
Labels
bug Something isn't working

Comments

@untuned
Copy link

untuned commented Mar 25, 2020

Just shows 0 tiles.

@TBlueF
Copy link
Member

TBlueF commented Mar 25, 2020

@untuned Did you just create the nether/end? The tiles might not have been saved to disk yet. Try /save-all before /bluemap render please :)

@TBlueF TBlueF added the question Further information is requested label Mar 25, 2020
@untuned
Copy link
Author

untuned commented Mar 25, 2020

No, these worlds have existed since the start of the server. Even if I stand in the nether, it doesn't do anything. Console shows no errors either.

@TBlueF
Copy link
Member

TBlueF commented Mar 25, 2020

@untuned hmm.. in bluemaps configuration for the nether map, is world: pointing to the correct dimension folder?
(If you are unsure, maybe you could show me your config and the folder-structure of your worlds)

@untuned
Copy link
Author

untuned commented Mar 25, 2020

It's definitely correct, the world is named "world_nether".

# Here another example for the Nether-Map
	{
		id: "nether"
		name: "Nether"
		world: "world_nether"
		
		skyColor: "#290000"
		
		renderCaves: true
		ambientLight: 0.6
		
		# We slice the whole world at y:90 so every block above 90 will be air.
		# This way we don't render the nethers ceiling.
		maxY: 90
		renderEdges: true
	}

@TBlueF
Copy link
Member

TBlueF commented Mar 25, 2020

@untuned ooh .. okay thats interesting .. i am not that familliar with bukkit .. i just tried it myself with a server and noticed that bukkit is doing sth really weird with it's dimensions:
You actually have to configure world_nether/DIM-1 and world_the_end/DIM1 for it to work .. so the default values i put in the config are wrong ^^'
Try that and it should work, tell me if it did! Thanks for the report! :)

@untuned
Copy link
Author

untuned commented Mar 25, 2020

@untuned ooh .. okay thats interesting .. i am not that familliar with bukkit .. i just tried it myself with a server and noticed that bukkit is doing sth really weird with it's dimensions:
You actually have to configure world_nether/DIM-1 and world_the_end/DIM1 for it to work .. so the default values i put in the config are wrong ^^'
Try that and it should work, tell me if it did! Thanks for the report! :)

Trying that makes it so I can't render it apparently.

@TBlueF
Copy link
Member

TBlueF commented Mar 25, 2020

Oof, okay i think know why. That's a bug in the code then.. I'll fix that.

@TBlueF TBlueF added bug Something isn't working high priority and removed question Further information is requested labels Mar 25, 2020
@TBlueF
Copy link
Member

TBlueF commented Mar 25, 2020

Fixed with 015b383

@TBlueF TBlueF closed this as completed Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants