Thanks for downloading G's Smooth Modern HD! I hope you enjoy it! Feel free to leave any comments or suggestions on my page, I love feedback!


To install textures for Rei's or Zan's minimap:

Install one of the mods first.

For Rei's: move minimap folder into reifnsk folder inside minecraft.jar.

For Zan's:move files inside minimap folder into mamiyaotaru folder inside minecraft.jar.


To install the 256x shaders I use for GLSL:

after installing the mod, drag the files from shaders.zip into the shaders folder inside your minecraft.jar.

to adjust them for 64x, open terrain.fsh and change to  64x. simple instructions are in the file.



I suggest running minecraft with 2gig or more of memory allocated to java. To do this easily:

open a new text document and paste the following in it then save as minecraft.bat :

for 2gig:

@echo off
java -client -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -Xnoclassgc -XX:UseSSE=3 -Xincgc -Xmx2048M -cp Minecraft.exe net.minecraft.LauncherFrame
exit

for 4gig:

@echo off
java -client -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -Xnoclassgc -XX:UseSSE=3 -Xincgc -Xmx4092M -cp Minecraft.exe net.minecraft.LauncherFrame
exit

put your new bat file in the same place as your minecraft.exe (don't delete it), and use the .bat to start minecraft instead.