texture pack feature selection for ilhms mining packs (fancy/plain)
i would recommend:
-cobble overlay, ewarp noise & glass break noise for dillo
-glass pane overlay, ewarp noise & glass break noise for manual gemstone mining
-turning off all overlays other than glass pane and sometimes cobble because they are ugly and dumb and also not finished :)
-when you click the button that says download, it will look at all selected options and create a windows .bat file to delete unselected options, then download the file
-to use this .bat file, unzip your texture pack folder and place the .bat inside (in the same folder as the assets folder(not in the assets folder but the folder it is in))
-after it is in this folder, run the .bat
-because .bat files can be malicious, windows will "protect your pc" by not allowing the file to run. if youre concerned about running it, click below to show more info.
ALL COMMANDS AND THINGS USED IN THE BAT FILE:
-@echo off: shuts off batch screaming at you when it does things
-set deletepath=%~dp0: sets %deletepath% to current location that batch file is in
-rmdir "%deletepath%assets\minecraft\(something)" /s /q: delete textures/sound/etc folder and all contents
-echo (something): say something in console
-del "%deletepath%assets\minecraft\(something)">nul: delete a file inside a folder
-pause: stop console from closing when all commands have run
-to get around windows blocking the file, simply click "more info", then "run anyways"
-it should look like this after it runs. If it does, good! close the console and delete the .bat file. youre ready to use the pack
-if it doesnt, you probably have it in the wrong folder OR youve already run the file. check the folder its in. is it the texture pack folder? does it have all the files?
-if it is working properly, the only text to show up should be "deleted (files)" (ex. Deleted Cobblestone Texture!) (if you dont have all the text thats in the example, its probably still fine)