I think this is what git meant by touching
This commit is contained in:
parent
0c4e2c9143
commit
d5798ecc7d
2 changed files with 55 additions and 55 deletions
|
@ -1,46 +1,46 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
set installfolder=%cd%
|
set installfolder=%cd%
|
||||||
ECHO The Monkey will now plant a Jungle in your computer.
|
ECHO The Monkey will now plant a Jungle in your computer.
|
||||||
ECHO Good Luck!
|
ECHO Good Luck!
|
||||||
ECHO It's CTRL+C to quit this btw.
|
ECHO It's CTRL+C to quit this btw.
|
||||||
ECHO If you wanna quit, now is the right time, because stopping copying files can be annyoing to clean.
|
ECHO If you wanna quit, now is the right time, because stopping copying files can be annyoing to clean.
|
||||||
PAUSE
|
PAUSE
|
||||||
cd %appdata%\.minecraft
|
cd %appdata%\.minecraft
|
||||||
MD mods
|
MD mods
|
||||||
CD mods
|
CD mods
|
||||||
|
|
||||||
SET /P installfabric=Install Fabric (Y/[N])?
|
SET /P installfabric=Install Fabric (Y/[N])?
|
||||||
IF /I "%installfabric%" NEQ "Y" GOTO SKIPINSTALLFABRIC
|
IF /I "%installfabric%" NEQ "Y" GOTO SKIPINSTALLFABRIC
|
||||||
SET fabriclocation=%installfolder%\fabric-installer-1.0.1.exe
|
SET fabriclocation=%installfolder%\fabric-installer-1.0.1.exe
|
||||||
START %fabriclocation%
|
START %fabriclocation%
|
||||||
ECHO Give this a second to load before moving onto the next step!
|
ECHO Give this a second to load before moving onto the next step!
|
||||||
PAUSE
|
PAUSE
|
||||||
|
|
||||||
:SKIPINSTALLFABRIC
|
:SKIPINSTALLFABRIC
|
||||||
|
|
||||||
SET /P installcore=Install Core (Y/[N])?
|
SET /P installcore=Install Core (Y/[N])?
|
||||||
IF /I "%installcore%" NEQ "Y" GOTO SKIPINSTALLCORE
|
IF /I "%installcore%" NEQ "Y" GOTO SKIPINSTALLCORE
|
||||||
COPY %installfolder%\core\*
|
COPY %installfolder%\core\*
|
||||||
|
|
||||||
:SKIPINSTALLCORE
|
:SKIPINSTALLCORE
|
||||||
|
|
||||||
SET /P installextra=Install Extras (Y/[N])?
|
SET /P installextra=Install Extras (Y/[N])?
|
||||||
IF /I "%installextra%" NEQ "Y" GOTO SKIPINSTALLEXTRA
|
IF /I "%installextra%" NEQ "Y" GOTO SKIPINSTALLEXTRA
|
||||||
COPY %installfolder%\extra\*
|
COPY %installfolder%\extra\*
|
||||||
|
|
||||||
:SKIPINSTALLEXTRA
|
:SKIPINSTALLEXTRA
|
||||||
|
|
||||||
SET /P installshaders=Install Shaders (Y/[N])?
|
SET /P installshaders=Install Shaders (Y/[N])?
|
||||||
IF /I "%installshaders%" NEQ "Y" GOTO SKIPINSTALLSHADERS
|
IF /I "%installshaders%" NEQ "Y" GOTO SKIPINSTALLSHADERS
|
||||||
COPY %installfolder%\shaders\*
|
COPY %installfolder%\shaders\*
|
||||||
CD ..
|
CD ..
|
||||||
MD shaderpacks
|
MD shaderpacks
|
||||||
CD shaderpacks
|
CD shaderpacks
|
||||||
XCOPY %installfolder%\shaderpacks %cd% /s /e
|
XCOPY %installfolder%\shaderpacks %cd% /s /e
|
||||||
|
|
||||||
:SKIPINSTALLSHADERS
|
:SKIPINSTALLSHADERS
|
||||||
|
|
||||||
ECHO Everything has installed successfully!
|
ECHO Everything has installed successfully!
|
||||||
ECHO Have fun!
|
ECHO Have fun!
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
|
@ -1,10 +1,10 @@
|
||||||
#Tue May 14 22:21:55 WAT 2024
|
#Tue May 14 22:21:55 WAT 2024
|
||||||
BLISS_SHADERS=1
|
BLISS_SHADERS=1
|
||||||
BLOOM_STRENGTH=0.0
|
BLOOM_STRENGTH=0.0
|
||||||
DAMAGE_TAKEN_EFFECT=false
|
DAMAGE_TAKEN_EFFECT=false
|
||||||
EMISSIVE_TYPE=0
|
EMISSIVE_TYPE=0
|
||||||
EXPOSURE_MULTIPLIER=0.7
|
EXPOSURE_MULTIPLIER=0.7
|
||||||
MOTION_AMOUNT=0.0
|
MOTION_AMOUNT=0.0
|
||||||
SATURATION=0.4
|
SATURATION=0.4
|
||||||
SHARPENING=1.0
|
SHARPENING=1.0
|
||||||
TONEMAP=Tonemap_Xonk
|
TONEMAP=Tonemap_Xonk
|
||||||
|
|
Loading…
Reference in a new issue