MinestrapTeam / Minestrappolation-2

Minestrappolation - a complete Vanilla Minecraft overhaul!
http://minestrappolation.wikia.com
5 stars 3 forks source link

Config Options #339

Closed dportuesi closed 9 years ago

dportuesi commented 9 years ago

Many people on the forums are in need of config options, and I don't blame them. Feel free to add any config ideas to this post that pop into your mind.

Delocuro commented 9 years ago

Added a bunch more options to the list based on the forum comments. Some of these can wait a bit, but we should try to get as many as possible done by 3.3.2.

Clashsoft commented 9 years ago

I am not sure if it is possible to make a config option for altered vanilla textures, since Minecraft automatically loads them as long as they exist. However, we could make some sort of Minestrappolation Resource Pack.

Delocuro commented 9 years ago

Yeah, I guess that works. Probably would be easier to just put a note in the config file of which folders to delete to remove the Vanilla modified textures though, since I'd like to not add more things for people to have to download...

Clashsoft commented 9 years ago

Since we are shipping a signed JAR file, people can't simply remove folders from the file. However, because we are using 24000 lines of magic (Clashsoft Lib...), we can afford to add a config option that toggles if Minestrappolation should automatically download the resource pack file and load the resource pack.

Delocuro commented 9 years ago

oh yeah, that'd work. We'd also probably want to make it use the old Stained Clay decor texture if they're not using the resource pack, since it'd look dumb if everything but the raw Stained Clay blocks are re-colored.

Clashsoft commented 9 years ago

I don't know if that is possible to achieve.

Delocuro commented 9 years ago

Nah, it is. As long as we make it a resource pack, we can add support for Minestrapp within our own resource pack, which would allow us to have alternate versions of our own textures.

Clashsoft commented 9 years ago

I guess you want to put the old textures in the Mod JAR and the new textures in the Texture File. The problem is that I don't know which gets loaded last, because it doesn't work if the textures from the Mod JAR are loaded after the textures from the File.

Clashsoft commented 9 years ago

Alright, the system for creating and downloading is done. Users can now select Minestrappolation AVT as a resource pack if they want to use the altered textures. If the config option is set to true and the AVT file does not exist in the resource packs folder, it downloads it and adds it to the selected resource packs.