Configuration options suggestion: Easier Block Blacklist
RubyCascade opened this issue · 5 comments
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:
- Add the ability to use wildcards
*
in the block blacklist config, all dimensional doors' ids start withdimdoors:block_ag_dim_
- Add either add autocomplete to the config screen (if possible), or add a command to modify the block blacklist
- 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:
- Minecraft version: 1.20.1
- Mod loader: Fabric
- Loader version: 0.16.9
- Valkyrian Skies version: valkyrienskies-120-2.3.0-beta.5
- Eureka version: eureka-1201-1.5.1-beta.3
- Dimensional Doors version: dimdoors-5.4.1-fabric
(Apologies If I've made this Issue suboptimally lol, first time submitting one)
Parallel suggestion in DimensionalDevelopment/DimDoors: DimensionalDevelopment/DimDoors#450
Use block tags in the Eureka blacklist, DimDoors may have a certain tag for their doors.
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.