Quellcode durchsuchen

Optifine, Resource Packs and Shaders HowTo

Tobias M vor 5 Jahren
Ursprung
Commit
c96211b166
1 geänderte Dateien mit 19 neuen und 2 gelöschten Zeilen
  1. 19 2
      README.md

+ 19 - 2
README.md

@@ -6,12 +6,12 @@ Realising a Minecraft Server with Docker to create a new Instance fast and try o
 - Used Mod Manager: [Forge](http://files.minecraftforge.net/)
 
 **Content:**
-
 <!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
 
 - [docker-mc-server Overview](#docker-mc-server-overview)
 - [Custom Servers](#custom-servers)
 - [HowTo create new Server with Forge Mods](#howto-create-new-server-with-forge-mods)
+- [HowTo use Optifine, Resource Packs and Shaders](#howto-use-optifine-resource-packs-and-shaders)
 - [Forge Mods](#forge-mods)
 	- [Biomes Mods](#biomes-mods)
 	- [Minecraft 1.15.2](#minecraft-1152)
@@ -34,11 +34,12 @@ Realising a Minecraft Server with Docker to create a new Instance fast and try o
 
 | Servername   | Description                                                                                                                                                                                                                                                                                                                       |
 | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| MC-1-7-10    | MC 1.7.10 Life in the Woods                                                                                                                                                                                                                                                                                                       |
+| MC-1-7-10    | MC 1.7.10 Life in the Woods. Portfreigabe `17101`                                                                                                                                                                                                                                                                                 |
 | MC-1-12-2    | MC 1.12.2 Life in the Woods                                                                                                                                                                                                                                                                                                       |
 | MC-1-15-2    | Server with some mods.                                                                                                                                                                                                                                                                                                            |
 | MC-1-15-2_pi | Same Server, but running on RaspPi 4. It is running good, but there were a lot of 2000ms behind server messages. It helped to increase RAM to 2G, but it is still happening quite often. Singleplayer should be fine with that, but it also uses all 4 Cores of RaspPi 4 at maximum load, so the normal x86 server is being used. |
 | MC-1-16-1    | Server without mods for Ewelina und Marcel. Portfreigabe `11611`. NOT IN USE ANYMORE!!!                                                                                                                                                                                                                                           |
+| MC-1-16-3    | Server without mods for Danny, Flo, Markus. Portfreigabe `17101`.                                                                                                                                                                                                                                                                 |
 
 
 # HowTo create new Server with Forge Mods
@@ -61,6 +62,20 @@ Realising a Minecraft Server with Docker to create a new Instance fast and try o
 11. Connect with Minecraft Client.
 12. Play and have fun.
 
+# HowTo use Optifine, Resource Packs and Shaders
+
+- [Optifine](https://optifine.net/downloads)
+  - Install Optifine (normal Minecraft) -> Doupleclick JAR, Install, new Installation entry in Launcher
+	- [Install Optifine with MultiMC](https://github.com/MultiMC/MultiMC5/wiki/MultiMC-and-OptiFine)
+	  - New Instance in MultMC with Version X
+	  - Install Version X in normale Minecraft Launcher
+	  - Run Optfine JAR -> **Extract** to `<Optifine>_MOD.jar`
+	  - In MultiMC Instance -> Version -> **Add to Minecraft.jar** -> select `<Optifine>_MOD.jar`
+- [Resource Pack - BD Craft](https://bdcraft.net/)
+  - MultiMC -> Instance -> Resource Packs -> Add
+- [Shader - Sildur](https://sildurs-shaders.github.io/)
+  - Start MC (with Optifine) -> Options -> Grafics -> Shaders -> Select via File Explorer
+
 
 # Forge Mods
 
@@ -259,4 +274,6 @@ Finally just the `ExtraBiomesXL` were necessary to reduce the ULTRA LARGE FOREST
                 - Inital start of this Doku.                
                 - Try to add old 1.7.10 and 1.12.2 Worlds, but Biomes'o'plenty won't run and the Client crashed as well.
                 - New World 1.16.1 without Mods
+2020-09-26	TM	- MC-1-16-3
+								- Resource Packs and Shaders
 ```