Skip to content

Commit

Permalink
Update #1
Browse files Browse the repository at this point in the history
-Added all necessary pages to test the website running statically.
  • Loading branch information
SuperTylerMan committed Jun 22, 2024
1 parent d1fec84 commit a8ff921
Show file tree
Hide file tree
Showing 9 changed files with 862 additions and 0 deletions.
96 changes: 96 additions & 0 deletions approvedmods(2).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>
<html>
<head>
<title>Cool Craft Approved Mods</title>
<link href="./style.css" rel="stylesheet" type="text/css"/>
<link href="./cool craft crafting table.png" rel="icon" />
<script src="https://cc.cbi-games.org/loginCookieCheck.js"></script>
</head>
<br>
<script src="https://cc.cbi-games.org/common.js"></script>
<script>
window.onload=function(){
loginCheck()
loadPageHead('mods')
}
</script>
<body>
<noscript><i>Javascript required</i></noscript>

</body>
<div >
<span class="headBlock"></span>
</div>
<br>
<!-- This announement box thing ONLY TO BE USED when there are announcements. Not being used -->
<div class="announcementbox">
</div>
<div class="page2topbar">
<center>
<!-- Page Top Info -->
<font color="white" size=100%><b>Cool Craft Approved Mods</b></font><br>
<font color="white"><i><b>THIS IS A VANILLA MINECRAFT SERVER. THESE MODS ARE 100% COMPLETELY OPTIONAL! YOU DO NOT NEED ANY OF THESE MODS TO
JOIN THE SERVER AT ALL.</b></i></font><br><br>
<font color="white">Here is the official list of the approved mods for Cool Craft! The server is currently in version <i><b>1.20.2</b></i> of Minecraft Java.
<br>All the mods that say "Click Here" means it is a downloadable file.
<br>All the mods that have a link that re-directs to another page, means that the entire downloadable list is approved for the server.
<br>NOTE: You do not need any of these mods at all to join the server. It is completely optional.
<br>
<br><br><i><b>If a mod you use is not on this list, please contact jSdCool</b></i></font>
</center>
</div>
<br>

<div class="page2mainbar">

<center>
<!-- Instructions setting up Fabric -->
<font size=100% color=white><b>How to set up Fabric for Minecraft Java</b></font><br>
<font color=white><h4>To run mods, it is highly recommended to use Fabric. Download fabric at <a href="https://fabricmc.net" target="_blank">https://fabricmc.net</a>,
download and run that .exe file off of Fabric, <br>
and make sure you install it in your .minecraft folder. After you installed Fabric, head over to your .minecraft folder
(C:\Users\*account name*\AppData\Roaming\.minecraft), and create a folder called >mods<. (It is case sensitive). <br>Once you're done installing and adding the
>mods< folder, you can start installing mods to that folder you want to run!<br>NOTE: MAKE SURE YOU INSTALL THE FABRIC API OFF OF THE FABRIC WEBSITE, AND THROW IT
IN YOUR MODS FOLDER. (Any mods you install will not work unless if you have the fabric API).
<br><i>If you cannot find the Fabric API off of the website, <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files" target="_blank">click here to download it</a></i></h4>
</font>
<br>

<!-- Approved Mods List. The list is set up in a way where it is organized by category. The first category is performance boost mods.-->
<br>
<font size=20% color="red"><b>Performance Boost Mods</b></font><br>
<font color=white size=5%>These mods help boost performance in Minecraft Java, such as FPS (Frames per second) and lag spikes for example</font>
<br><br><br>

<!-- Performance Boost Mod #1 -->
<font size=20% color="#ffffff"><b>#1: Sodium</b></font><br>
<font color=black size=5%><b>Description:</b> Boosts FPS up to 500%. Keeps original minecraft textures.<br>
<b>Download:</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/sodium/versions" target="_blank">https://modrinth.com/mod/sodium/versions</a><br>
<i>Other additional Sodium addons</i><br>
<b>Download (Sodium options):</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/reeses-sodium-options/versions" target="_blank">https://modrinth.com/mod/reeses-sodium-options/versions</a><br>
<b>Download (Sodium extra):</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/sodium-extra/versions" target="_blank">https://modrinth.com/mod/sodium-extra/versions</a><br>
<b>Download (Nvidium):</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/nvidium/versions" target="_blank">https://modrinth.com/mod/nvidium/versions</a> <-- renders worlds further without drops in FPS</font><br>
<b><i>NOTE: NVIDIUM ONLY WORKS WITH NVIDIA GRAPHICS CARD. IF YOU DO NOT HAVE AN NVIDIA GRAPHICS CARD, THIS MOD WILL NOT WORK WITH YOUR COMPUTER</i></b>
<br><i><b>All 4 mods are available for 1.20.2 and 1.20.1</b></i>
<br><i><b>You have to pick between Sodium or Optifine if your planning on installing it. They are not compatable with each other.</b></i>
<br><br><br>


<!-- Performance Boost Mod #2 -->
<font size=20% color="orange"><b>#2: Optifine</b></font><br>
<font color=black size=5%><b>Description:</b> Boosts FPS up to 200%, and optimize some textures in the game. Changes game<br>
graphics slightly, and has more grpahical options for Minecraft Java. Has built in smooth glass and zoom<br>
<i>More info on optifine's official website</i><br>
<b>Download:</b> <a class="coolcraftpage2" href="https://optifine.net/downloads" target="_blank">https://optifine.net/downloads</a><br></font>

<font>
<b>Download:</b> <a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/optifabric/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/optifabric/files</a></font>
<br><b><i>Optifine and Optifabric are not available for 1.20.2.</b></i><br>
<b><i>If you are planning to only run Optifine, you do not need to install Optifabric. If your planning to run Optifine in Fabric, you have to install Optifabric for Optifine to work</b></i>
<br><br><br>





</center></div>
175 changes: 175 additions & 0 deletions approvedmods.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
<!DOCTYPE html>
<html>
<head>
<title>Server Approved Mods</title>
<link href="./styles.css" rel="stylesheet" type="text/css"/>
<link href="./cool craft crafting table.png" rel="icon" />
</head>
<br>
<script src="./common.js"></script>
<script>
window.onload=function(){
loadPageHead('mods')
}
</script>
<body>
<noscript><i>Javascript required to load this webpage</i></noscript>

</body>
<div >
<span class="headBlock"></span>
</div>
<br>
<!-- This announement box thing ONLY TO BE USED when there are announcements. Not being used -->
<div class="announcementbox">
</div>
<div class="page2topbar2">
<center>
<!-- Page Top Info -->
<font color="white" size=100%><b>6460 Minecraft Server Approved Mods</b></font><br>
<font color="white"><i><b>NOTE: THIS IS A VANILLA MINECRAFT SERVER. THESE MODS ARE 100% COMPLETELY OPTIONAL! YOU DO NOT NEED ANY OF THESE MODS TO
JOIN THE SERVER AT ALL.</b></i></font><br><br>
<font color="white">Here is the official list of the approved mods for the minecraft server! The server is currently in version <i><b>1.21.0</b></i> in Minecraft Java.
<br>All the mods that say "Click Here" means it is a downloadable file, already set in the current version of Minecraft.
<br>All the mods that have a link that re-directs to another page, means that the entire downloadable list is approved for the server.
<br>NOTE: You do not need any of these mods at all to join the server. It is completely optional.
<br>NOTE: Mincecraft 1.21.0 is available, and not all mods approved for the server will be available. It will be updated when mods release in 1.21.0. Please be patient!
<br><br><i><b>If a mod you use is not on this list, please contact jSdCool, or SuperTylerMan</b></i></font>
</center>
</div>
<br>

<div class="page2mainbar">
<center>
<!-- Instructions setting up Fabric -->
<font size=100% color=black><b>How to set up Fabric for Minecraft Java</b></font><br>
<font color=black><h4>To run mods, it is highly recommended to use Fabric. Download fabric at <a href="https://fabricmc.net" target="_blank">https://fabricmc.net</a>,
download and run that .exe file off of Fabric, <br>
and make sure you install it in your .minecraft folder. After you installed Fabric, head over to your .minecraft folder
(C:\Users\*account name*\AppData\Roaming\.minecraft), and create a folder called >mods<. (It is case sensitive). <br>Once you're done installing and adding the
>mods< folder, you can start installing mods to that folder you want to run!<br>NOTE: MAKE SURE YOU INSTALL THE FABRIC API OFF OF THE FABRIC WEBSITE, AND THROW IT
IN YOUR MODS FOLDER. (Any mods you install will not work unless if you have the fabric API).
<br><i>If you cannot find the Fabric API off of the website, <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files" target="_blank">click here to download it</a></i></h4>
</font>
<br>

<!-- Cool Craft Mods List-->
<br>
<!-- Mod #1 -->
<font size=20% color="orange"><b>#1: Optifine & OptiFabric</b></font><br>
<font color=black size=5%><b>Description:</b> Boosts FPS up to 200%, and optimize some textures in the game. Changes game<br>
graphics slightly, and has more grpahical options for Minecraft Java. Has smooth glass and zoom<br>
<i>More info on optifine's official website</i><br>
<b>Download (Optifine):</b> <a class="coolcraftpage2" href="https://optifine.net/downloads" target="_blank">https://optifine.net/downloads</a><br>
<b>Download (OptiFabric):</b> <a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/optifabric/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/optifabric/files</a></font>
<br><i>Select what version, then click download on curseforge<br><b>Optifine and Optifabric are not available for 1.20.2.</b></i>
<br><i><b>You have to pick between Sodium or Optifine if your planning on installing it. They are not compatable with each other.<br>
You need Optifabric for Optifine to work on Fabric. You can install optifine and run it alone.</b></i>
<br><br><br>

<!-- Mod #2 -->
<font size=20% color="darkpink"><b>#2: Sodium</b></font><br>
<font color=black size=5%><b>Description:</b> Boosts FPS by as much as 500%. Keeps original minecraft textures.<br>
<b>Download:</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/sodium/versions" target="_blank">https://modrinth.com/mod/sodium/versions</a><br>
<i>Other additional Sodium addons</i><br>
<b>Download (Sodium options):</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/reeses-sodium-options/versions" target="_blank">https://modrinth.com/mod/reeses-sodium-options/versions</a><br>
<b>Download (Sodium extra):</b> <a class="coolcraftpage2" href="https://modrinth.com/mod/sodium-extra/versions" target="_blank">https://modrinth.com/mod/sodium-extra/versions</a></font>
<br><i><b>All 3 mods are available for 1.20.2 and 1.20.1</b></i>
<br><i><b>You have to pick between Sodium or Optifine if your planning on installing it. They are not compatable with each other.</b></i>
<br><br><br>

<!-- Mod #3 -->
<font size="20%" color="yellowgreen"><b>#3: Litematica & MaLiLib</b></font><br>
<font color="black" size="5%"><b>Description:</b> Litematica creates a schematic of a build that you designed. You can then copy that design, place a hologram of it in a different world,
<br>and you can recreate the exact same design in a different world, without having to switch back to your other world you built it on<br>
<b>Download (litematica): </b><a class="coolcraftpage2" href=https://www.curseforge.com/minecraft/mc-mods/litematica/files target="_blank">https://www.curseforge.com/minecraft/mc-mods/litematica/files</a><br>
<b>Download (MaLiLib): </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/malilib/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/malilib/files</a></font><br>
<i>You need MaLiLib to run litematica, or else it will not run if your planning to use this mod<br><b>Both mods are available for 1.20.2.</b></i>
<br><br><br>

<!-- Mod #4 -->
<font size="20%" color="red"><b>#4: Light Overlay Mod, Cloth-Config, & Architectury</b></font><br>
<font color="black" size="5%"><b>Description: </b>A mod that helps to know where mobs will spawn, and shows you where they will spawn, so you can mob-proof that area so mobs won't spawn in that area<br>
<b>Download (Light Overlay): </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/light-overlay/files/" target="_blank">https://www.curseforge.com/minecraft/mc-mods/light-overlay/files/</a><br>
<b>Download (Cloth-Config): </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/" target="_blank">https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/</a><br>
<b>Download (Architectury): </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/architectury-api/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/architectury-api/files</a></font>
<br><i>You need Cloth-Config and Architectury to run Light Overlay<br><b>Cloth-Config and Architectury are available for 1.20.2. Light Overlay is not available for 1.20.2</b></i>
<br><br><br>

<!-- Mod #5 -->
<font size="20%" color="lime"><b>#5: VoxelMap</b></font><br>
<font color="black" size="5%"><b>Description: </b>Helps seeing where you are, and setting waypoints to know where you want to go or head back!<br>
<b>Download: </b><a class="coolcraftpage2" href="https://modrinth.com/mod/voxelmap-updated/versions" target="_blank">https://modrinth.com/mod/voxelmap-updated/versions</a></font>
<br><i>If your picking a map mod, Voxel or Xareos, only download one or the other. Do not download both and run both at the same time<br><b>Available for 1.20.2.</b></i>
<br><br><br>

<!-- Mod #6 -->
<font size="20%" color="lightgreen"><b>#6: Xaero's Minimap Mod</b></font><br>
<font color="black" size="5%"><b>Description: </b>Helps seeing where you are, and setting waypoints to know where you want to go or head back!<br>
<b>Download: </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap/files</a></font>
<br><i>If your picking a map mod, Voxel or Xareos, only download one or the other. Do not download both and run both at the same time
<br><b>Available for 1.20.2.</b>
</i>
<br><br><br>

<!-- Mod #7 -->
<font size="20%" color="skyblue"><b>#7: Replay Mod</b></font><br>
<font color="black" size="5%"><b>Description: </b>Records replays in a flyover view, so you can use it to look back at epic moments, <br>
or use it to record a timelapse in a video you are editing <br>
<b>Download: </b><a class="coolcraftpage2" href="https://www.replaymod.com/download/" target="_blank">https://www.replaymod.com/download/</a></font>
<br><b><i>Available for 1.20.2.</i></b>
<br><br><br>

<!-- Mod #8 -->
<font size="20%" color="darkgrey"><b>#8: No Fog Mod</b></font><br>
<font color="black" size="5%"><b>Description:</b> Removes fog from the entire game, and shows all chunks loaded.<br>
<b>Download: </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/nofog/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/nofog/files</a></font>
<br><i><b>NOTE: IF YOU HAVE OPTIFINE INSTALLED, YOU DO NOT NEED TO INSTALL THIS MOD. </b>Optifine has a no fog option in settings you can enable, <br>
so there is no need to install this mod as well. If you do not want to install optifine, you can install this mod if you want to<br>
<b>Not available for 1.20.2. Available for 1.20.1</b></i><br><br><br>

<!-- Mod #9 -->
<font size="20%" color="blue"><b>#9: MiniHud Mod</b></font><br>
<font color="black" size="5%"><b>Description: </b>A client-side mod that allows displaying various "info lines" on the screen (It's like a mini-F3).
<br><b>Download: </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/minihud/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/minihud/files</a></font>
<br><b><i>Available for 1.20.2</b></i><br><br><br>

<!-- Mod #10 -->
<font size="20%" color="purple"><b>#10: Syncmatica</b></font><br>
<font color="black" size="5%"><b>Description: </b>Allows you to easily share litematica schematics and their placements with the entire server.
<br><b>Download: </b><a class="coolcraftpage2" href="./Minecraft Mods Download/syncmatica-1.20.2-0.3.11a.jar" download>Click Here</a></font>
<br><b><i>You need Litematica for this mod to work<br>Compiled by jSdCool. Available for 1.20.2
</i></b><br><Br><br>

<!-- Mod #11 -->
<font size="20%" color="lightbrown"><b>#11: Mod Menu</b></font><br>
<font color="black" size="5%"><b>Description: </b>Shows you all the installed mods you have on Fabric, and you can edit and configure settings<br>
through the mods you have downloaded without having to config your settings for that mod in the .minecraft foler
<br><b>Download: </b><a class="coolcraftpage2" href="https://modrinth.com/mod/modmenu/versions" target="_blank">https://modrinth.com/mod/modmenu/versions</a></font>
<br><b><i>Available for 1.20.2.</i></b>
<br><br><br><br>

<!-- Mod #12 -->
<font size="20%" color="#b8b5b5"><b>#12: Simple Voice Chat Mod</b></font><br>
<font color="black" size="5%"><b>Description:</b> An in-game voice chat system you can use to talk to other people on the server. It is a proximity 3D<br>
voice chat you can use in the server without having to use 3rd party apps<br>
<b>Download: </b><a class="coolcraftpage2" href="https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat/files" target="_blank">https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat/files</a></font>
<br><br><br>


<br><br><br>
<h2><font color="black">For more questions, or asking to use a mod that is not on this list, please contact jSdCool, or SuperTylerMan</font></h2>
<br>


<!-- PRESET FOR APPROVED MODS ARE BELOW. Remove the comments, and just place the stuff in the appropiote spots. They are not labled. See above for reference -->

<!-- <font size="20%" color="darkgrey">#</font><br>
<font color="black" size="5%"><b>Description: </b><br>
<b>Download: </b><a class="coolcraftpage2" href="" target="_blank"></a></font>
<br><br><br> -->

</center>
</div>
<br>
</html>
Loading

0 comments on commit a8ff921

Please sign in to comment.