NeunEinser / bingo

A custom item fetch gamemode for Minecraft
MIT License
84 stars 16 forks source link

Is the nether disabled? #175

Closed ski-freak closed 1 year ago

ski-freak commented 1 year ago

I went into creative and made a portal but it doesn't open, is the nether disabled in this datapack? Didn't see any info on this on the mod page. I was doing this because I wanted to make a nether bingo variant, but if there is no nether then I guess I can't.

NeunEinser commented 1 year ago

Nether is disabled due to technical limitations with custom dimensions - portals would not link properly back to the main world.

ski-freak commented 1 year ago

What part of the map is using custom dimensions? Also could it be possible to teleport the player when they come back to the overworld, to the spawn location of that bingo possibly? Wouldn't be the same as vanilla but might be better than nothing.

NeunEinser commented 1 year ago

Sure, feel free to do that, it won't be merged into my release tho.

ski-freak commented 1 year ago

Ok, can you please point me to where in the code you disable the nether?

NeunEinser commented 1 year ago

Turns out it actually just doesn't work at all - you can't light a nether portal in a custom dimension in any case. The nether is only disabled in the level.dat file, so if you use the datapack version, the nether does exist and you can go there with execute in minecraft:nether run tp ~ ~ ~ or simply /setblock ~ ~ ~ minecraft:nether_portal, but lighting a portal won't work properly because apparently Mojang hardcoded that to only work in the overworld dimension

ski-freak commented 1 year ago

Oh, unfortunate