kwpugh / mining_Dimensions

Creative Commons Zero v1.0 Universal
1 stars 8 forks source link

[Enhancement] Allow configuration of which biomes can generate in the added dimensions #48

Open Mieridduryn opened 2 weeks ago

Mieridduryn commented 2 weeks ago

The dimensions this mod adds are incredibly useful on worlds that have had mods added to them post-generation (such as on modded servers where the Overworld is pregenned to prevent lag, or on well-explored worlds where the player would rather not travel incredibly far to find new things.)

However, sometimes that new mod that adds more ores or trees or geodes or whatever... adds materials that are only obtainable in a certain biome. The Mining Dimensions don't have a lot of biomes to their names, save for the Nethering Dimension, which generates every biome, vanilla or not, that the original Nether generates.

I propose the implementation of a config file that allows, via a whitelist, for pack-makers, modded server admins, and regular players alike to tell the mod what biomes it can generate in the custom dimensions.

Benefits:

Now, I don't know if this is even feasible or reasonable to implement. That's up to your discretion! It's just an idea I had. ^^

kwpugh commented 2 weeks ago

This is a good idea, however, the dimensions are not generated by code. The dimensions are pure JSON. Currently, modpack makers and server admins could make their own data pack that does what you suggest, although most are not that skilled with JSON.

I plan to look into other ways to generate dimension, but in general config-controlled dimensions is very difficult because Mojang's direction in JSON based.

I will keep this request up for later reference.

Mieridduryn commented 2 weeks ago

Thank you! -------- Original message --------From: Kevin Pugh @.> Date: 4/30/24 6:54 PM (GMT-05:00) To: kwpugh/mining_Dimensions @.> Cc: Mieridduryn @.>, Author @.> Subject: Re: [kwpugh/mining_Dimensions] [Enhancement] Allow configuration of which biomes can generate in the added dimensions (Issue #48) This is a good idea, however, the dimensions are not generated by code. The dimensions are pure JSON. Currently, modpack makers and server admins could make their own data pack that does what you suggest, although most are not that skilled with JSON. I plan to look into other ways to generate dimension, but in general config-controlled dimensions is very difficult because Mojang's direction in JSON based. I will keep this request up for later reference.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>