Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

[BULK]: Textures for unfolded_block particles and door being mined. Deleting rifts with blocks and eternal fluid. Messages cut off by screen bounds. Door failure after sending mobs.

XenoTheStrange opened this issue ยท 9 comments

commented

Breaking dimdoors:unfolded_block results in black/pink 'missing texture'
2021-09-05_13 12 20

commented

Gold door behavior -- If you place a gold door within your personal pocket, it may result in the creation of a new area (intended)
or
it will warp you some distance outside of the cube in your personal pocket, such that you can still see it in the distance as you're dying to the void. Is this intended? Maybe a sort of door to limbo or for players with Elytras?? This makes some gold doors only send you to limbo, and without a way of closing the portal that's doing it (because it's in the void outside of an indestructible cube.
????

commented

Using a rift signature I created portals linking my base and personal pocket.
I went into my pocket using the normal portal and tried to exit using the primary quartz door.
The last exterior quartz door I entered through no longer existed and I had nowhere to go.

This message appeared (Roughly):
The rift you used to enter the pocket dimension has closed around you and you have entered limbo!"

The door closed behind me, but I didn't go anywhere. I re-opened the door and walked back out.

commented

Roofs of pockets with indestructable outer shells (ancient fabric) fill up with mobs because it's dark up there and there isn't jack the player can do about it. Add skylight of some sort? idk.

commented

After sending some creatures and villagers through a quartz door to my personal pocket, that door stopped working in the world. "failed to teleport you, please report bug"
Villagers did disappear through the overworld quartz door, but did not appear within the pocket. They did teleport successfully with the iron door though.

EDIT: after restarting minecraft (or reloading the world?) I could enter my personal pocket again and the villagers were present inside.

commented

In the config If you have "doors close behind you" enabled, they also close behind all entities that travel through, including thrown items. That could be an option, but this should only apply to players I think.

commented

I fixed it for me personally by modifying this file in the .jar:
dimdoors/models/block/unfolded_block.json

Original Contents:
{
"parent": "block/cube",
"textures": {
"down": "dimdoors:block/unfolded_block_down",
"up": "dimdoors:block/unfolded_block_up",
"north": "dimdoors:block/unfolded_block_north",
"south": "dimdoors:block/unfolded_block_south",
"west": "dimdoors:block/unfolded_block_west",
"east": "dimdoors:block/unfolded_block_east"
}
}

Modified:
{
"parent": "block/cube",
"textures": {
"particle": "dimdoors:block/unfolded_block",
"down": "dimdoors:block/unfolded_block_down",
"up": "dimdoors:block/unfolded_block_up",
"north": "dimdoors:block/unfolded_block_north",
"south": "dimdoors:block/unfolded_block_south",
"west": "dimdoors:block/unfolded_block_west",
"east": "dimdoors:block/unfolded_block_east"
}
}

Changes:
(Line 4) "particle": "dimdoors:block/unfolded_block",

Result:
2021-09-05_13 47 47

I do not know how mods are structured before being packed, and I don't generally github, so I don't know how to create a pull request.

commented

Mod message doesn't consider in game bounds. Ex. placing a door in a pocket with an unstable rift.
I don't know what it says.
image

commented

Rifts can be deleted by replacing the rift block with any other. This might be intended but it sort of invalidates the "Close Rift" item. I feel like only doors should be able to go there (dimdoors:gold_door, minecraft:oak_door (etc, wooden doors), and so on.)

Eternal fluid can't be interacted with like a normal liquid. No reason to really, but you can't place blocks through it or replace it with anything else.
Messing with blocks around the liquid may cause the lot of it to start disappearing (???)
image

commented

Wandering through limbo I came across a door portal that didn't have a door with it. Destroyed it on accident by placing a block.