tyon2006 / whereAmIGoing

Minecraft mod that displays the name of the biome that a player enters as a title. Has accompanying hard-coded difficult levels as subtitles.
Other
0 stars 1 forks source link

Feature Request: Customizable areas #1

Closed Duatao7055 closed 4 years ago

Duatao7055 commented 4 years ago

Customizable areas would be an area of coordinates, along the x y and z axes. For example, I would be able to set areas in the config files using 3 coordinate points, creating an area that could have a custom name and subtitle, as well as affect the mob difficulty. These areas would show up with a custom title message and subtitle.

tyon2006 commented 4 years ago

You know, this actually crossed my mind as a feature, but I made use of something else that might work for you. I used biometweaker and worldedit in combination to make a new biome of my custom name, and then set an area with the custom biome using worldedit. Then, configure my mod to include the new custom biome name you made and badda-bing - Same effect.

Unfortunately, I'd have to refactor basically all of my code to implement your exact feature, so I cannot reasonably implement. The work around above should give you really solid results though (I've tested this myself).