YUNG-GANG / YUNGs-Better-Strongholds

Minecraft mod for enhancing vanilla strongholds
GNU Lesser General Public License v3.0
23 stars 11 forks source link

Help with mod integration #72

Closed awesomedeity closed 11 months ago

awesomedeity commented 1 year ago

I'm using Integrated Strongholds. I'd like to only have integrated Strongholds spawn in the overworld. However I'd like to use Better Strongholds and Repurposed Structures to spawn Better Strongholds in the nether. Is it possible to use your mod to overhaul my nether strongholds without having Better Strongholds spawning in the overworld? If it is possible how would I do such a thing?

Boba194230 commented 11 months ago

I would also like to know this as I'm trying to use the stronghold from dungeons and taverns but keep the better strongholds for the repurposed ones.

yungnickyoung commented 11 months ago

I think the best way to do this is to make a data pack that overrides the list of biomes Better Strongholds can spawn in, and replace it with an empty list. So you would make a data pack that overrides this file: https://github.com/YUNG-GANG/YUNGs-Better-Strongholds/blob/1.20/Common/src/main/resources/data/betterstrongholds/tags/worldgen/biome/has_structure/better_stronghold.json and replace it with:

{
  "replace": true,
  "values": [
  ]
}

Btw if you have technical or compatibility questions, please ask them in the Discord! I try to keep GitHub as a place solely for feature suggestions and bug reports. Gonna close this issue for that reason, but feel free to ask any further questions in the Discord.