ChaoticTrials / SkyblockBuilder

Let you create a custom skyblock island via config
https://modrinth.com/mod/skyblock-builder
Apache License 2.0
8 stars 6 forks source link

Player spawning into overworld dimension instead of specified javd:void #180

Closed bangplaysgames closed 2 months ago

bangplaysgames commented 2 months ago

Minecraft version

1.20.1

Dump File

20240821-111729.zip

Issue description

When creating a new world, the player is spawned into minecraft:overworld instead of javd:void.

I'm desiring to have a void spawn, but with standard minecraft:overworld generation to have the player transport to the standard overworld partway through the pack.

Steps to reproduce

1: Create new world. 2: Spawn into incorrect dimension.

Other information

No response

MelanX commented 2 months ago

First of all: you have some wrong config files. templates.json5:

world.json5:

Please fix these issues first and re-try. If the issue persists, reach back!

MelanX commented 2 months ago

I checked something, and I recommend setting forceSkyblockCheck in permissions.json5 to true. Ignore the comment with "no support", I need to remove this line. It's useful now.

bangplaysgames commented 2 months ago

That solved that problem. Everything is working as I expect now.