Changed text to centered HTML

This commit is contained in:
eliza 2024-02-27 15:38:09 +00:00
parent 95dd720fef
commit 52adfa26f7
3 changed files with 55 additions and 27 deletions

BIN
..gitignore.un~ Normal file

Binary file not shown.

28
.gitignore~ Normal file
View file

@ -0,0 +1,28 @@
# IDE folder
/.idea
# Microsoft office Lockfiles
~$*
*.tmp
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
# Dealing with BlueJ
*.bluej
*.out
*.ctxt
# Dealing with Mac users
.DS_Store
# nix
result
/result

View file

@ -4,95 +4,95 @@ date = 2024-02-27
slides = true slides = true
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
### How to setup the in-game voice chat <h2 style="text-align: center;">How to setup the in-game voice chat</h2>
so you can talk to other members in the CompSoc Minecraft Server <p style="text-align: center;">so you can talk to other members in the CompSoc Minecraft Server</p>
------------------------------------------------------------- -------------------------------------------------------------
You can open this presentation on: <p style="text-align: center;">You can open this presentation on:</p>
(public.skynet.ie)[https://public.skynet.ie] > slides > compsoc > 0_mc-setup.html <p style="text-align: center;"> <a href="https://public.skynet.ie">public.skynet.ie</a> > slides > compsoc > 0_mc-setup.html</p>
to access the links you need. <p style="text-align: center;">to access the links you need.</p>
---------------------------------------------------------------- ----------------------------------------------------------------
### Setup in the official Minecraft Launcher <h2 style="text-align: center;">Setup in the official Minecraft Launcher</h2>
I'll also show you how to do it in **MultiMC** later. <p style="text-align: center;">I'll also show you how to do it in **MultiMC** later.</p>
---------------------------------------------- ----------------------------------------------
Go to (fabricmc.net)[https://fabricmc.net] and click the **Download** button: <p style="text-align: center;">Go to <a href="https://fabricmc.net">fabricmc.net</a> and click the <b>Download</b> button:</p>
![download_fabric](0_mc-setup/01_fabric-download-1.png) ![download_fabric](0_mc-setup/01_fabric-download-1.png)
----------------------------------------------------------- -----------------------------------------------------------
Then click the **Download** button again: <p style="text-align: center;">Then click the <b>Download</b> button again:</p>
![download_fabric](0_mc-setup/02_fabric-download-2.png) ![download_fabric](0_mc-setup/02_fabric-download-2.png)
--------------------------------------------- ---------------------------------------------
Run the downloaded installer and click **Install**: <p style="text-align: center;">Run the downloaded installer and click <b>Install</b>:</p>
![install_fabric](0_mc-setup/03_install-fabric.png) ![install_fabric](0_mc-setup/03_install-fabric.png)
---------------------------------- ----------------------------------
Next, go to [this](https://modrinth.com/plugin/simple-voice-chat/versions?g=1.20.4&l=fabric) link or to (modrinth.com)[https://modrinth.com] then mods, search for Simple Voice Chat, then the Versions tab. <p style="text-align: center;">Next, go to <a href="https://modrinth.com/plugin/simple-voice-chat/versions?g=1.20.4&l=fabric">this</a> link or to <a href="https://modrinth.com">modrinth.com</a> then mods, search for Simple Voice Chat, then the Versions tab.</p>
Now download the latest version for 1.20.4 fabric. <p style="text-align: center;">Now download the latest version for 1.20.4 fabric.</p>
Also do this if you're using MultiMC. <p style="text-align: center;">Also do this if you're using MultiMC.</p>
---------------------------------------------------------------- ----------------------------------------------------------------
Open the Minecraft Launcher and go to the **Installations** tab: <p style="text-align: center;">Open the Minecraft Launcher and go to the <b>Installations</b> tab:</p>
![installations_tab](0_mc-setup/04_open-launcher.png) ![installations_tab](0_mc-setup/04_open-launcher.png)
----------------------------------- -----------------------------------
Now open the new version's folder: <p style="text-align: center;">Now open the new version's folder:</p>
![open_folder](0_mc-setup/05_open-folder.png) ![open_folder](0_mc-setup/05_open-folder.png)
---------------------------------- ----------------------------------
Move the downloaded mod into the folder called **mods**: <p style="text-align: center;">Move the downloaded mod into the folder called <b>mods</b>:</p>
![mods_folder](0_mc-setup/06_mods-folder.png) ![mods_folder](0_mc-setup/06_mods-folder.png)
----------------------------------------- -----------------------------------------
And you're done! <p style="text-align: center;">And you're done!</p>
You can launch the Fabric Minecraft version and join the server using the instructions on [games.skynet.ie](https://games.skynet.ie). <p style="text-align: center;">You can launch the Fabric Minecraft version and join the server using the instructions on <a href="https://games.skynet.ie">games.skynet.ie</a>.</p>
------------------------------------------------------ ------------------------------------------------------
### MultiMC setup <h2 style="text-align: center;">MultiMC setup</h2>
-------------------------------------------------- --------------------------------------------------
Run MultiMC and create a new instance: <p style="text-align: center;">Run MultiMC and create a new instance:</p>
![new_instance](0_mc-setup/07_multimc-instance.png) ![new_instance](0_mc-setup/07_multimc-instance.png)
------------------------------------------------ ------------------------------------------------
Select Vanilla 1.20.4 and click **Ok**: <p style="text-align: center;">Select Vanilla 1.20.4 and click <b>Ok</b>:</p>
![select_version](0_mc-setup/08_select-version.png) ![select_version](0_mc-setup/08_select-version.png)
----------------------------------------- -----------------------------------------
Now select the version and click on **Edit Instance** in the menu on the right side: <p style="text-align: center;">Now select the version and click on <b>Edit Instance</b> in the menu on the right side:</p>
![edit_instance](0_mc-setup/09_edit-instance.png) ![edit_instance](0_mc-setup/09_edit-instance.png)
---------------------------------------- ----------------------------------------
Click on **Install Fabric** then install the latest version with a star: <p style="text-align: center;">Click on <b>Install Fabric</b> then install the latest version with a star:</p>
![install_fabric_multimc](0_mc-setup/10_multimc-fabric.png) ![install_fabric_multimc](0_mc-setup/10_multimc-fabric.png)
----------------------------------------- -----------------------------------------
Go to the **Loader mods** menu: <p style="text-align: center;">Go to the <b>Loader mods</b> menu:</p>
![install_mod_multimc](0_mc-setup/11_copy-mod-multimc.png) ![install_mod_multimc](0_mc-setup/11_copy-mod-multimc.png)
And add the downloaded mod file: <p style="text-align: center;">And add the downloaded mod file:</p>
![add_mod](0_mc-setup/12_add-mod.png) ![add_mod](0_mc-setup/12_add-mod.png)
----------------------------- -----------------------------
And you're done! <p style="text-align: center;">And you're done!</p>
You can launch the Fabric Minecraft version and join the server using the instructions on [games.skynet.ie](https://games.skynet.ie). <p style="text-align: center;">You can launch the Fabric Minecraft version and join the server using the instructions on <a href="https://games.skynet.ie">games.skynet.ie</a>.</p>