FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
22 stars 1 forks source link

[Bug]: Soul Gem from Occultism ignores claims #232

Open Jophbot opened 2 years ago

Jophbot commented 2 years ago

Mod

FTBChunks

Mod version

ftb-chunks-forge-1605.3.2-build.115.jar

Forge / Fabric version

36.2.29

Modpack & version

Enigmatica 6 Expert 1.0

What issue are you having?

Mod Occultism has an object called a soul gem. this allows collection and storage/transport of entities. This soul gem is able to completely ignore claim protection, able to pick up (eg) villager traders, resourceful bees, any creature within claimed chunks without ally permissions.

Crashlogs

No response

Steps to reproduce

  1. Obtain a soul gem.
  2. Go to an unallied claimed space
  3. pickup any entity the soul gem is able to pick up.

Anything else to note?

No response

Raidobw2 commented 2 years ago

Linked with #71, thanks for the report

desht commented 1 year ago

Absorption of entities like that isn't something that FTB Chunks can directly prevent (there isn't an associated event to intercept).

However, there is a item tag ftbchunks:right_click_blacklist to which items such as the Soul Gem can be added. This is really something that either server admins or mod authors need to do, since FTB Chunk can't track every single item that every mod adds to see if it has griefing potential.

Raidobw2 commented 1 year ago

Perhaps we can document this in the future in that case, to help server admins and pack devs