emptyshore
  • Joined on 2023-02-01
emptyshore commented on issue VoxeLibre/VoxeLibre#4573 2024-09-18 23:59:45 +02:00
Re-linking of incorrectly linked portals possible?

Would be great if you provided a step-by-step replication scenario or maybe a save? Otherwise it's hard to do much about this.

emptyshore commented on issue VoxeLibre/VoxeLibre#4573 2024-08-26 05:26:28 +02:00
Re-linking of incorrectly linked portals possible?

Since there is no replication scenario, I'd probably suggest to close this issue.

emptyshore commented on issue VoxeLibre/VoxeLibre#4573 2024-08-06 22:41:15 +02:00
Re-linking of incorrectly linked portals possible?

To reach your other 70-tiles-away portal from the nether, build another nether portal next to the one you already have, making sure it's shifted towards the other exit. 10 tiles should…

emptyshore commented on issue VoxeLibre/VoxeLibre#4573 2024-08-06 10:56:33 +02:00
Re-linking of incorrectly linked portals possible?

What would happen if I mine the additional portals? Will I, thanks to the patch, at least come back to the portal pre-spawned in the world, or would another additional one appear?

If you mine…

emptyshore commented on issue VoxeLibre/VoxeLibre#4573 2024-08-06 06:46:56 +02:00
Re-linking of incorrectly linked portals possible?

For two portals, when returning from the nether, a second portal was created a few blocks away.

I can imagine the situation you describe may happen if you are using a very old portal with…

emptyshore commented on issue VoxeLibre/VoxeLibre#4155 2024-04-09 00:14:23 +02:00
Extingushing nether portals by digging out non-frame adjacent obsidian blocks

Note to self, I think this can be solved by checking the node on the other side of the portal block, and only destroying the portal if it turns out to be a portal block (portals cannot be one-wide).

emptyshore created pull request VoxeLibre/VoxeLibre#4227 2024-03-31 22:43:13 +02:00
Update nether portal commentary to be more accurate
emptyshore pushed to nether-portals-fix-docs at VoxeLibre/VoxeLibre 2024-03-31 22:38:04 +02:00
6ba79b34ea Update nether portal commentary to be more accurate
emptyshore created branch nether-portals-fix-docs in VoxeLibre/VoxeLibre 2024-03-31 22:38:03 +02:00
emptyshore commented on pull request VoxeLibre/VoxeLibre#4128 2024-01-24 06:40:02 +01:00
Nether portals rewrite

OK I have implemented the shifted OW boundary to -32. The OW spawn range will now be -32 to 127 in v7 (two entire chunks above lava). I'm not allowed to search more than 2 so this needs to suffice…

emptyshore pushed to portals at emptyshore/MineClone2 2024-01-24 06:36:55 +01:00
771a1ed03a Nether portals rewrite.
emptyshore pushed to portals at emptyshore/MineClone2 2024-01-24 05:53:13 +01:00
d0e5fe2304 Nether portals rewrite.
emptyshore pushed to portals at emptyshore/MineClone2 2024-01-24 05:48:16 +01:00
d3efc60850 Nether portals rewrite.
emptyshore pushed to portals at emptyshore/MineClone2 2024-01-22 08:19:20 +01:00
emptyshore pushed to portals at emptyshore/MineClone2 2024-01-22 02:29:01 +01:00
6eba33848f Use different base for target calculations instead of minimum.
d0e5fe2304 Nether portals rewrite.
Compare 2 commits »
emptyshore commented on pull request VoxeLibre/VoxeLibre#4128 2024-01-22 02:05:51 +01:00
Nether portals rewrite

Ooh I know why I did this - nether between lava and top layer of bedrock is just 88 nodes. If we anchor the overworld deep down, then when traveling from the nether portal exits will always try to…

emptyshore commented on pull request VoxeLibre/VoxeLibre#4128 2024-01-22 01:48:16 +01:00
Nether portals rewrite

I do use 1 for overworld minimum, but now that you mentioned it, I think there is no need to restrict the search area so severely. I think I'll change this to be between mg_lava_overworld_max

emptyshore commented on issue VoxeLibre/VoxeLibre#4155 2024-01-22 01:36:18 +01:00
Extingushing nether portals by digging out non-frame adjacent obsidian blocks

I trust you to have tested this

Yes I did, I ran into this when trying to abuse the protected areas and destroy the protected portal that's on the boundary.

emptyshore pushed to portals at emptyshore/MineClone2 2024-01-21 08:05:14 +01:00
3103989aba Nether portals rewrite.
emptyshore opened issue VoxeLibre/VoxeLibre#4155 2024-01-21 06:35:55 +01:00
Extingushing nether portals by digging out non-frame adjacent obsidian blocks