rwtema / extrautilities_old_issues

Issue tracker
70 stars 45 forks source link

[Request] Config option to disable killer darkness #1261

Open chimericdream opened 7 years ago

chimericdream commented 7 years ago

The Deep Dark in 1.10 is a lot easier to get to than before, so it becomes a more early-game foray than late-game. I realize not everybody would want this, but I'd like the ability to disable the killer darkness. A pitch black dimension is already fairly difficult when you're starting out.

InjuredWolf commented 7 years ago

Hmm... Would it be possible to gate the Vashta Nerada behind something? Say the local difficulty of an area hits a certain threshold, it triggers it to turn on? or after a certain item is crafted (eg angel ring, chunk loader, etc.)

chimericdream commented 7 years ago

That could be a viable alternative, but I feel like an "easy" starting point would be a simple config option to toggle the Vashta Nerada entirely.

\<disclaimer>I'm a developer, but haven't made mods, so I readily acknowledge that "easy" is probably relative.\<\/disclaimer>

InjuredWolf commented 7 years ago

well, I'd say it would be reasonably easy. You'd just put anything to do with the Vashta Nerada with an if statement linked to the config option. It would take work, but wouldn't be horrible. depends if Tema wants to or not though.

chimericdream commented 7 years ago

That's pretty much spot on with what I was thinking. But I've seen too many times where I thought something would be an easy change (in my code and in others'), so I rarely assume that anymore.