kyrptonaught / DatapackPortals

Create custom portals using datapacks with the help of customportalapi
MIT License
5 stars 7 forks source link

Fabric 1.19.2 portals appear/animate but don't teleport #9

Closed snatella closed 2 years ago

snatella commented 2 years ago

Using

Portals (seem to) link to the material frame, appear and shimmer when you stand in them, and you hear sound, but teleport never happens. Shimmer colour appears to work as well (though the portals all appear grey/black).

The world was created with multiworld using /mw create guild:test2 NORMAL and I can teleport into it using the /mw tp as well as command /execute etc.

guildportal.json:

{
    "block": "minecraft:stone",
    "dim": "guild:test2",
    "r": 0,
    "g": 200,
    "b": 0,
    "ignitionType": "BLOCK",
    "ignitionSource": "minecraft:fire",
    "returnDim": "minecraft:overworld"
}

The logs do not indicate any trouble (no messages at all standing in portals).

Happy to do assist with more information.

kyrptonaught commented 2 years ago

Can you try adding this jar and see if this fixes it? (This is an update to CPA, the library under the hood of datapack portals, unzip it first) customportalapi-0.0.1-beta57-1.19.zip

snatella commented 2 years ago

Yup that fixes the portals! Thanks! Need me to do any further testing or shall I close?

kyrptonaught commented 2 years ago

Datapackportals 1.2.2 includes this version of CPA