thexaero / open-parties-and-claims

Minecraft mod that adds chunk claims and player parties
https://www.curseforge.com/minecraft/mc-mods/open-parties-and-claims
Other
37 stars 20 forks source link

[FORGE] Unable to OPEN portal in Server claim #431

Closed Neoteric-Dev closed 6 months ago

Neoteric-Dev commented 6 months ago

Minecraft: 1.18.2 Forge: 1.18.2-40.2.9

Portal begins to open then shatters. Similar to if the portal frame was to be removed.

I have added both portal frame material, activator, and portal to openpartiesandclaims-server.toml forcedBlockProtectionExceptionList forcedEntityProtectionExceptionList

I have tried using $anything prefix.

Is there a different prefix that allows the portal to be created?

thexaero commented 6 months ago

In addition to block and item interaction protection, there's also general block placement protection that uses a Forge-only event. In other words, you can't make an exception like this. This gives me an idea that there should actually be a block placement exception option, separate from block and item interactions. You can already achieve this on Fabric, which doesn't have the separate placement protection, but I should make it available on Forge too.

Neoteric-Dev commented 6 months ago

... I should make it available on Forge too.

I would really appreciate that functionality, and hopefully it will even be available on older (1.18.2) versions.

thexaero commented 6 months ago

Closing this because there's a more specific issue now #432