bspkrs-mods / bspkrsCore

A Minecraft mod to hold utility classes used in all the mods I develop/maintain.
30 stars 39 forks source link

Extra Configuration for Simple Main Menu Feature #20

Closed T145 closed 9 years ago

T145 commented 9 years ago

Could you add an option for each component of the main menu feature? E.g.

# Enables player rendering in the main menu [default: true]
showMainMenuPlayer=true
# The player's model position on the screen (will always be the opposite of the mob if enabled) [default: right]
mainMenuPlayerPosition=right

# Enables mob rendering in the main menu [default: true]
showMainMenuMob=true
# The mob's model position on the screen (will always be the opposite of player mob if enabled) [default: left]
mainMenuPlayerPosition=left

Sometime it can render mobs from some mods awkwardly, like Mystcraft's books for example, and it would be nice to just have the player if someone doesn't prefer to see the glitchy mob models.

(Would be nice to have this in a 1.7.10 release too)

bspkrs commented 9 years ago

No, sorry. I have hated this code ever since I added it, and it will be gone in 1.8 anyway.