ValkyrienSkies / Eureka

Basically Archimedes Ships, but with VS2 as the backend
Apache License 2.0
58 stars 34 forks source link

Configuration options suggestion: Easier Block Blacklist #422

Open RubyCascade opened 1 week ago

RubyCascade commented 1 week ago

Due to an issue with Dimensional Doors it is necessary to add all dimension doors to the Block Blacklist to prevent them from being assimilated, however it is not really feasible to add every single door manually with the current method(s) because Dimensional Doors automatically adds all door variations (most likely using the tag #minecraft:doors ).

There are three possible solutions (on your end) that I can think of:

  1. Add the ability to use wildcards * in the block blacklist config, all dimensional doors' ids start with dimdoors:block_ag_dim_
  2. Add either add autocomplete to the config screen (if possible), or add a command to modify the block blacklist
  3. Add the ability to use tags in the blocks blacklist (dimensional doors don't currently have tags, but I am making a parallel suggestion in the DimensionalDevelopment/DimDoors repo)

Additional info:

(Apologies If I've made this Issue suboptimally lol, first time submitting one)

RubyCascade commented 1 week ago

Parallel suggestion in DimensionalDevelopment/DimDoors: https://github.com/DimensionalDevelopment/DimDoors/issues/450

thetheaplant commented 1 week ago

Use block tags in the Eureka blacklist, DimDoors may have a certain tag for their doors.

RubyCascade commented 1 week ago

how? I tried #minecraft:doors as a test and it didn’t prevent it from assimilating a door. Also, no, Dimensional Doors' dimensional doors don't currently have any tags.

thetheaplant commented 1 week ago

Forgot the fix hasn't been publicly released, wait for the next update.

RubyCascade commented 1 week ago

I see.. will it be soon?