소스 검색

Central mod folders for a version

Tobias M. (Manjaro) 5 년 전
부모
커밋
164dd190ed
8개의 변경된 파일195개의 추가작업 그리고 183개의 파일을 삭제
  1. 4 4
      MC-1.07.10/docker-compose.yml
  2. 0 1
      MC-1.07.10_2/README.md
  3. 0 145
      MC-1.07.10_2/docker-compose.yml
  4. 14 9
      MC-1.12.2/docker-compose.yml
  5. 10 9
      MC-1.15.2/docker-compose.yml
  6. 11 9
      MC-1.15.2_pi/docker-compose.yml
  7. 7 4
      MC-1.16.1/docker-compose.yml
  8. 149 2
      README.md

+ 4 - 4
MC-1.07.10/docker-compose.yml

@@ -27,7 +27,7 @@ services:
       SERVER_PORT: 25565
       DIFFICULTY: 0
       #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai,SYRN
+      OPS: Reaver1202,SuminoSempai,SYYRN
       #ICON: http://..../some/image.png
 
       LEVEL: "Life in the Woods"
@@ -121,9 +121,9 @@ services:
       ALLOW_FLIGHT: "true"
 
       # Memory Limit
-      MEMORY: 4G
-      INIT_MEMORY: 4G
-      MAX_MEMORY: 4G
+      MEMORY: 6G
+      INIT_MEMORY: 6G
+      MAX_MEMORY: 10G
 
       # JVM Options
       # General JVM options can be passed to the Minecraft Server invocation by passing a JVM_OPTS environment variable.

+ 0 - 1
MC-1.07.10_2/README.md

@@ -1 +0,0 @@
-# Not Working

+ 0 - 145
MC-1.07.10_2/docker-compose.yml

@@ -1,145 +0,0 @@
-version: '3'
-
-# docker-compose up -d
-
-services:
-  minecraft-server:
-    ports:
-      - "17102:25565"
-
-    environment:
-      EULA: "true"
-      VERSION: "1.7.10"
-      # on Type Forge, by default the container will run the RECOMMENDED version of Forge server
-      TYPE: FORGE
-      # ...but you can also choose to run a specific version with:
-      FORGEVERSION: 10.13.4.1558
-
-      # By default the server configuration will be created and set based on the following environment variables,
-      #   but only the first time the server is started.
-      #   If the server.properties file already exists, the values in them will not be changed.
-      #   If you would like to override the server configuration each time the container starts up,
-      #   you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
-      OVERRIDE_SERVER_PROPERTIES: "false"
-
-      SERVER_NAME: MC-1.7.10
-      SERVER_PORT: 25565
-      DIFFICULTY: 0
-      #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai,SYRN
-      #ICON: http://..../some/image.png
-
-      LEVEL: "PlentyBiomes"
-
-      # RCRON
-      #ENABLE_RCON: "true"
-      #RCON_PASSWORD: testing
-      #RCON_PORT: 25575
-
-      # By default the query port will be 25565 (UDP)
-      #ENABLE_QUERY: "true"
-
-      MAX_PLAYERS: 5
-
-      # maximum possible size in blocks, expressed as a radius, that the world border can obtain
-      #MAX_WORLD_SIZE: 10000
-
-      ALLOW_NETHER: "true"
-      ANNOUNCE_PLAYER_ACHIEVEMENTS: "true"
-      ENABLE_COMMAND_BLOCK: "true"
-
-      # Force players to join in the default game mode.
-      #   "false" - Players will join in the gamemode they left in.
-      #   "true" - Players will always join in the default gamemode.
-      FORCE_GAMEMODE: "false"
-
-      # Defines whether structures (such as villages) will be generated.
-      #  "false" - Structures will not be generated in new chunks.
-      #  "true" - Structures will be generated in new chunks.
-      GENERATE_STRUCTURES: "true"
-
-      # If set to "true", players will be set to spectator mode if they die.
-      HARDCORE: "false"
-
-      # If set to "false", the server will not send data to snoop.minecraft.net server.
-      SNOOPER_ENABLED: "false"
-
-      MAX_BUILD_HEIGHT: 256
-
-      # The maximum number of milliseconds a single tick may take before the server watchdog stops the server with the message,
-      #  A single server tick took 60.00 seconds (should be max 0.05); Considering it to be crashed, server will forcibly shutdown.
-      #  Once this criteria is met, it calls System.exit(1). Setting this to -1 will disable watchdog entirely
-      MAX_TICK_TIME: 60000
-
-      # Determines if animals will be able to spawn.
-      SPAWN_ANIMALS: "true"
-      # Determines if monsters will be spawned.
-      SPAWN_MONSTERS: "true"
-      # Determines if villagers will be spawned.
-      SPAWN_NPCS: "true"
-
-      # Sets the area that non-ops can not edit (0 to disable)
-      SPAWN_PROTECTION: 0
-
-      # Sets the amount of world data the server sends the client, measured in chunks
-      #   in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
-      VIEW_DISTANCE: 10
-
-      SEED: 8185281071607683059
-
-      # By default, Minecraft servers are configured to run in Survival mode.
-      # creative, survival, adventure, spectator
-      MODE: survival
-      # message of the day, shown below each server entry in the UI
-      MOTD: Have a nice day! Tobi
-      # By default, servers are created with player-vs-player (PVP) mode enabled.
-      PVP: "false"
-
-      # DEFAULT, FLAT, LARGEBIOMES, AMPLIFIED, CUSTOMIZED, BUFFET
-      #LEVEL_TYPE: DEFAULT
-      LEVEL_TYPE: BIOMESOP # will not work with Container Image
-      #LEVEL_TYPE: biomesoplenty
-
-
-      #### MODS
-      # Like the WORLD option above, you can specify the URL of a "mod pack" to download and install into mods for Forge or plugins
-      # for Bukkit/Spigot. To use this option pass the environment variable MODPACK, such as the example below.
-      # NOTE: The referenced URL must be a zip file with one or more jar files at the top level of the zip archive. Make sure the
-      # jars are compatible with the particular TYPE of server you are running.
-      #MODPACK: http://www.example.com/mods/modpack.zip
-      # When the option above is specified (MODPACK) you can also instruct script to delete old mods/plugins prior to installing
-      # new ones. This behaviour is desirable in case you want to upgrade mods/plugins from downloaded zip file.
-      #REMOVE_OLD_MODS: true
-
-      # You may also download individual mods using the MODS environment variable and supplying the URL to the jar files.
-      # Multiple mods/plugins should be comma separated.
-      #MODS: https://www.example.com/mods/mod1.jar,https://www.example.com/mods/mod2.jar
-      # WARNING: All content of the mods or plugins directory will be deleted before unpacking new content from the MODPACK or MODS.
-
-      # Allows users to use flight on your server while in Survival mode, if they have a mod that provides flight installed.
-      ALLOW_FLIGHT: "true"
-
-      # Memory Limit
-      MEMORY: 4G
-      INIT_MEMORY: 4G
-      MAX_MEMORY: 4G
-
-      # JVM Options
-      # General JVM options can be passed to the Minecraft Server invocation by passing a JVM_OPTS environment variable.
-      # Options like -X that need to proceed general JVM options can be passed via a JVM_XX_OPTS environment variable.
-      # For some cases, if e.g. after removing mods, it could be necessary to startup minecraft with an additional
-      # -D parameter like -Dfml.queryResult=confirm. To address this you can use the environment variable JVM_DD_OPTS,
-      # which builds the params from a given list of values separated by space, but without the -D prefix. To make things
-      # running under systems (e.g. Plesk), which doesn't allow = inside values, a : (colon) could be used instead.
-      # The upper example would look like this: JVM_DD_OPTS=fml.queryResult:confirm, and will be converted to -Dfml.queryResult=confirm.
-
-
-    image: itzg/minecraft-server:latest
-    volumes:
-      - "/home/tobi/docker-minecraft_07-10_2/mc-1.7.10:/data"
-      - "/home/tobi/docker-minecraft_07-10_2/mods:/mods"
-
-    container_name: mc10710_2
-
-    tty: true
-    stdin_open: true

+ 14 - 9
MC-1.12.2/docker-compose.yml

@@ -20,15 +20,18 @@ services:
       #   If the server.properties file already exists, the values in them will not be changed.
       #   If you would like to override the server configuration each time the container starts up,
       #   you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
-      OVERRIDE_SERVER_PROPERTIES: "true"
+      # false, to set level_type to biomesoplenty
+      OVERRIDE_SERVER_PROPERTIES: "false"
 
       SERVER_NAME: MC-1.12.2
       SERVER_PORT: 25565
       DIFFICULTY: 0
       #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai
+      OPS: Reaver1202,SuminoSempai,SYYRN
       #ICON: http://..../some/image.png
 
+      LEVEL: "Life in the Woods for 1.12.2"
+
       # RCRON
       #ENABLE_RCON: "true"
       #RCON_PASSWORD: testing
@@ -37,7 +40,7 @@ services:
       # By default the query port will be 25565 (UDP)
       #ENABLE_QUERY: "true"
 
-      MAX_PLAYERS: 5
+      MAX_PLAYERS: 10
 
       # maximum possible size in blocks, expressed as a radius, that the world border can obtain
       #MAX_WORLD_SIZE: 10000
@@ -84,6 +87,7 @@ services:
       VIEW_DISTANCE: 10
 
       SEED: 8185281071607683059
+      
 
       # By default, Minecraft servers are configured to run in Survival mode.
       # creative, survival, adventure, spectator
@@ -94,8 +98,9 @@ services:
       PVP: "false"
 
       # DEFAULT, FLAT, LARGEBIOMES, AMPLIFIED, CUSTOMIZED, BUFFET
-      LEVEL_TYPE: DEFAULT
-      #LEVEL_TYPE: biomesoplenty
+      #LEVEL_TYPE: DEFAULT
+      #LEVEL_TYPE: biomesoplenty   # for 1.15 and above
+      LEVEL_TYPE: BIOMESOP        # for 1.12.2 and below
 
 
       #### MODS
@@ -117,9 +122,9 @@ services:
       ALLOW_FLIGHT: "true"
 
       # Memory Limit
-      MEMORY: 8G
+      MEMORY: 4G
       INIT_MEMORY: 4G
-      MAX_MEMORY: 12G
+      MAX_MEMORY: 4G
 
       # JVM Options
       # General JVM options can be passed to the Minecraft Server invocation by passing a JVM_OPTS environment variable.
@@ -133,8 +138,8 @@ services:
 
     image: itzg/minecraft-server:latest
     volumes:
-      - "/home/tobi/docker-minecraft_12-2/mc-1.12.2:/data"
-      - "/home/tobi/docker-minecraft_12-2/mods:/mods"
+      - "/home/tobi/docker-minecraft_12-2/data:/data"
+      - "/home/tobi/minecraft_mods/1-12-2:/mods"
 
     container_name: mc1122
 

+ 10 - 9
MC-1.15.2/docker-compose.yml

@@ -27,9 +27,11 @@ services:
       SERVER_PORT: 25565
       DIFFICULTY: 0
       #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai,SYRN
+      OPS: Reaver1202,SuminoSempai,SYYRN
       #ICON: http://..../some/image.png
 
+      LEVEL: "Tobi's World"
+
       # RCRON
       #ENABLE_RCON: "true"
       #RCON_PASSWORD: testing
@@ -38,7 +40,7 @@ services:
       # By default the query port will be 25565 (UDP)
       #ENABLE_QUERY: "true"
 
-      MAX_PLAYERS: 5
+      MAX_PLAYERS: 10
 
       # maximum possible size in blocks, expressed as a radius, that the world border can obtain
       #MAX_WORLD_SIZE: 10000
@@ -84,8 +86,6 @@ services:
       #   in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
       VIEW_DISTANCE: 10
 
-      #SEED: 2101715061381480750
-      #SEED: 1202512025120251202
       SEED: -7534676290343315407 # Instant Village To Call Home
       #SEED: -3619351824246593494 # Ocean Temple
 
@@ -99,7 +99,8 @@ services:
 
       # DEFAULT, FLAT, LARGEBIOMES, AMPLIFIED, CUSTOMIZED, BUFFET
       #LEVEL_TYPE: DEFAULT
-      LEVEL_TYPE: biomesoplenty
+      LEVEL_TYPE: biomesoplenty   # for 1.15 and above
+      #LEVEL_TYPE: BIOMESOP        # for 1.12.2 and below
 
 
       #### MODS
@@ -121,9 +122,9 @@ services:
       ALLOW_FLIGHT: "true"
 
       # Memory Limit
-      MEMORY: 8G
+      MEMORY: 4G
       INIT_MEMORY: 4G
-      MAX_MEMORY: 12G
+      MAX_MEMORY: 4G
 
       # JVM Options
       # General JVM options can be passed to the Minecraft Server invocation by passing a JVM_OPTS environment variable.
@@ -137,8 +138,8 @@ services:
 
     image: itzg/minecraft-server:latest
     volumes:
-      - "/home/tobi/docker-minecraft_15-2/mc-1.15.2:/data"
-      - "/home/tobi/docker-minecraft_15-2/mods:/mods"
+      - "/home/tobi/docker-minecraft_15-2/data:/data"
+      - "/home/tobi/minecraft_mods/1-15-2:/mods"
 
     container_name: mc1152
 

+ 11 - 9
MC-1.15.2_pi/docker-compose.yml

@@ -20,15 +20,18 @@ services:
       #   If the server.properties file already exists, the values in them will not be changed.
       #   If you would like to override the server configuration each time the container starts up,
       #   you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
-      OVERRIDE_SERVER_PROPERTIES: "true"
+      # false, to set level_type to biomesoplenty
+      OVERRIDE_SERVER_PROPERTIES: "false"
 
       SERVER_NAME: MC-1.15.2
       SERVER_PORT: 25565
       DIFFICULTY: 0
       #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai
+      OPS: Reaver1202,SuminoSempai,SYYRN
       #ICON: http://..../some/image.png
 
+      LEVEL: "Tobi's World"
+
       # RCRON
       #ENABLE_RCON: "true"
       #RCON_PASSWORD: testing
@@ -37,7 +40,7 @@ services:
       # By default the query port will be 25565 (UDP)
       #ENABLE_QUERY: "true"
 
-      MAX_PLAYERS: 5
+      MAX_PLAYERS: 10
 
       # maximum possible size in blocks, expressed as a radius, that the world border can obtain
       #MAX_WORLD_SIZE: 10000
@@ -83,8 +86,6 @@ services:
       #   in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
       VIEW_DISTANCE: 10
 
-      #SEED: 2101715061381480750
-      #SEED: 1202512025120251202
       SEED: -7534676290343315407 # Instant Village To Call Home
       #SEED: -3619351824246593494 # Ocean Temple
 
@@ -97,8 +98,9 @@ services:
       PVP: "false"
 
       # DEFAULT, FLAT, LARGEBIOMES, AMPLIFIED, CUSTOMIZED, BUFFET
-      LEVEL_TYPE: DEFAULT
-      #LEVEL_TYPE: biomesoplenty
+      #LEVEL_TYPE: DEFAULT
+      LEVEL_TYPE: biomesoplenty   # for 1.15 and above
+      #LEVEL_TYPE: BIOMESOP        # for 1.12.2 and below
 
 
       #### MODS
@@ -136,8 +138,8 @@ services:
 
     image: itzg/minecraft-server:multiarch
     volumes:
-      - "/home/d4r/docker-minecraft_15-2_pi/mc-1.15.2:/data"
-      - "/home/d4r/docker-minecraft_15-2_pi/mods:/mods"
+      - "/home/d4r/docker-minecraft_15-2/data:/data"
+      - "/home/d4r/minecraft_mods/1-15-2:/mods"
 
     container_name: mc1152
 

+ 7 - 4
MC-1.16.1/docker-compose.yml

@@ -20,15 +20,18 @@ services:
       #   If the server.properties file already exists, the values in them will not be changed.
       #   If you would like to override the server configuration each time the container starts up,
       #   you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
-      OVERRIDE_SERVER_PROPERTIES: "true"
+      # false, to set level_type to biomesoplenty
+      OVERRIDE_SERVER_PROPERTIES: "false"
 
       SERVER_NAME: MC-1.16.1
       SERVER_PORT: 25565
       DIFFICULTY: 0
       #WHITELIST: user1,user2
-      OPS: Reaver1202,SuminoSempai
+      OPS: Reaver1202,SuminoSempai,SYYRN
       #ICON: http://..../some/image.png
 
+      LEVEL: "A brave new world!"
+
       # RCRON
       #ENABLE_RCON: "true"
       #RCON_PASSWORD: testing
@@ -37,7 +40,7 @@ services:
       # By default the query port will be 25565 (UDP)
       #ENABLE_QUERY: "true"
 
-      MAX_PLAYERS: 5
+      MAX_PLAYERS: 10
 
       # maximum possible size in blocks, expressed as a radius, that the world border can obtain
       #MAX_WORLD_SIZE: 10000
@@ -133,7 +136,7 @@ services:
 
     image: itzg/minecraft-server:latest
     volumes:
-      - "/home/tobi/docker-minecraft_16-1/mc-1.16.1:/data"
+      - "/home/tobi/docker-minecraft_16-1/data:/data"
 
     container_name: mc1161
 

+ 149 - 2
README.md

@@ -57,9 +57,10 @@ Realising a Minecraft Server with Docker to create a new Instance fast and try o
 12. Play and have fun.
 
 
-# Mods
+# Forge Mods
+
+## Minecraft 1.15.2
 
-**Minecraft 1.15.2 Forge Mods:**
 ```
 ├── betteranimalsplus-1.15.2-8.2.1.96.jar
 ├── BiomesOPlenty-1.15.2-10.0.0.366-universal.jar
@@ -76,6 +77,152 @@ Realising a Minecraft Server with Docker to create a new Instance fast and try o
 └── U-Team-Core-1.15.2.jar
 ```
 
+## Minecraft 1.12.2
+
+```
+├── ae2stuff-0.7.0.4-mc1.12.2.jar
+├── antiqueatlas-1.12.2-4.6.3.jar
+├── AppleCore-mc1.12.2-3.2.0.jar
+├── appliedenergistics2-rv6-stable-7.jar
+├── autoplant-1.12-1.0.0.jar
+├── Backpacks-Mod-1.12.2.jar
+├── Baubles-1.12-1.5.2.jar
+├── bdlib-1.14.3.12-mc1.12.2.jar
+├── betteranimalsplus-1.12.2-8.1.1.jar
+├── BetterFoliage-MC1.12-2.3.1.jar
+├── BetterFps-1.4.8.jar
+├── BiblioCraft[v2.4.5][MC1.12.2].jar
+├── BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar
+├── Bookshelf-1.12.2-2.3.590.jar
+├── BrandonsCore-1.12.2-2.4.17.208-universal.jar
+├── buildcraft-all-7.99.24.4.jar
+├── Carpenter's Blocks v3.4.0-poc.6 - MC 1.12.2.jar
+├── Chameleon-1.12-4.1.3.jar
+├── Chisel-MC1.12.2-1.0.1.44.jar
+├── CodeChickenLib-1.12.2-3.2.3.358-universal.jar
+├── CoFHCore-1.12.2-4.6.3.27-universal.jar
+├── CoFHWorld-1.12.2-1.3.1.7-universal.jar
+├── CTM-MC1.12.2-1.0.1.30.jar
+├── CustomNPCs_1.12.2-(01Oct19).jar
+├── Decocraft-2.6.3_1.12.2.jar
+├── Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
+├── DrZharks-MoCreatures-Mod-12.0.5.jar
+├── EnchantingPlus-1.12.2-5.0.176.jar
+├── EnderCore-1.12.2-0.5.73.jar
+├── EnderIO-1.12.2-5.1.55.jar
+├── extrautils2-1.12-1.9.9.jar
+├── Farseek-1.12-2.4.jar
+├── FloodLights-1.12.2-1.4.1-17.jar
+├── Forgelin-1.8.4.jar
+├── GardenStuff-1.12-2.1.1.jar
+├── gravestone-1.10.1.jar
+├── Guide-API-1.12-2.1.8-63.jar
+├── hopperducts-mc1.12-1.5.jar
+├── HungerOverhaul-1.12.2-1.3.3.jenkins148.jar
+├── Hwyla-1.8.26-B41_1.12.2.jar
+├── iChunUtil-1.12.2-7.2.2.jar
+├── ImmersiveEngineering-0.12-92.jar
+├── InventoryTweaks-1.63.jar
+├── jei_1.12.2-4.15.0.293.jar
+├── journeymap-1.12.2-5.5.6.jar
+├── Mantle-1.12-1.3.3.55.jar
+├── NoMoreRecipeConflict-0.13(1.12.2).jar
+├── NotEnoughItems-1.12.2-2.4.3.245-universal.jar
+├── OpenBlocks-1.12.2-1.8.1.jar
+├── OpenModsLib-1.12.2-0.12.2.jar
+├── OptiFine_1.12.2_HD_U_F5.jar
+├── Pam's+HarvestCraft+1.12.2zf.jar
+├── Plant-Mega-Pack-Mod-1.12.2.jar
+├── PTRLib-1.0.4.jar
+├── RedstoneFlux-1.12-2.1.0.6-universal.jar
+├── redstonepaste-mc1.12-1.7.5.jar
+├── signpost-1.12-1.06.1.jar
+├── StorageDrawers-1.12.2-5.4.0.jar
+├── Streams-1.12-0.4.8.jar
+├── TConstruct-1.12.2-2.13.0.171.jar
+└── Thaumcraft-1.12.2-6.1.BETA26.jar
+```
+
+## Minecraft 1.7.10 LitW
+
+
+```
+├── ae2stuff-rv3-0.5.1.9-mc1.7.10.jar
+├── AncientTrees-1.7.10-1.6.4.jar
+├── animalsPlus-1.2.jar
+├── antiqueatlas-1.7.10-4.4.0.jar
+├── AppleCore-mc1.7.10-1.3.1.jar
+├── appliedenergistics2-rv3-beta-6.jar
+├── AutoSapling-1.1.jar
+├── BetterFps-1.0.1.jar
+├── BiblioCraft[v1.11.4][MC1.7.10].jar
+├── BiblioWoods[BiomesOPlenty][v1.9].jar
+├── BiblioWoods[ExtraBiomesXL][v1.4].jar
+├── BigReactors-0.4.3A.jar
+├── BrandonsCore-1.0.0.12.jar
+├── buildcraft-7.1.17.jar
+├── Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
+├── cfm-3.4.8-mc1.7.10.jar
+├── Chisel-2.9.5.11.jar
+├── CodeChickenCore-1.7.10-1.0.7.47-universal.jar
+├── CoFHCore-[1.7.10]3.1.4-329.jar
+├── CustomNPCs_1.7.10d(21feb16).jar
+├── Decocraft-2.3.3_1.7.10.jar
+├── dimensional-anchor-59.0.3.jar
+├── Draconic-Evolution-1.7.10-1.0.2h.jar
+├── EasyCrafting-1.7.10-2.0.1.16.jar
+├── EnchantingPlus-1.7.10-3.0.2-d.jar
+├── EnderCore-1.7.10-0.2.0.39_beta.jar
+├── EnderIO-1.7.10-2.3.0.429_beta.jar
+├── extrabiomesxl_1.7.10-3.16.4.jar
+├── ExtraButtons-1.7.10.1.jar
+├── extrautilities-1.2.12 .jar
+├── Farseek-1.0.11.jar
+├── fastcraft-1.25.jar
+├── FloodLights-1.7.10-1.2.8-137.jar
+├── GardenStuff-1.7.10-1.7.0.jar
+├── GraveStones-1.7.2_1.4.jar
+├── GUIAPI-1.0.5.jar
+├── GUILib.jar
+├── Hats-4.0.1.jar
+├── hopperductmod-1.7.10-1.3.2.jar
+├── HungerOverhaul-1.7.10-1.0.0.jar
+├── iChunUtil-4.2.2.jar
+├── ImmersiveEngineering-0.7.7.jar
+├── immibis-core-59.1.4.jar
+├── InventoryTweaks-1.59-dev-152.jar
+├── Jabba-1.2.2_1.7.10.jar
+├── journeymap-1.7.10-5.1.4p2-unlimited.jar
+├── KoreSample-1.7.10-1.3.2.jar
+├── Mantle-1.7.10-0.3.2b.jar
+├── MineFactoryReloaded-[1.7.10]2.8.1-174.jar
+├── MSC2.jar
+├── NoMoreRecipeConflict-0.3(1.7.10).jar
+├── NotEnoughItems-1.7.10-1.0.5.120-universal.jar
+├── OpenBlocks-1.7.10-1.6.jar
+├── OpenModsLib-1.7.10-0.10.jar
+├── OptiFine_1.7.10_HD_U_D6.jar
+├── OreDictionaryConverter-1.6.1.jar
+├── Pam's HarvestCraft 1.7.10Lb.jar
+├── plantmegapack-4.23-1.7.10-1448.jar
+├── RedstonePasteMod-1.7.10-1.6.2.jar
+├── Ruins-1.7.10.jar
+├── secretroomsmod-1.7.10-4.7.1.406.jar
+├── signposts-1.7.10-1.1.0.jar
+├── SimpleRefinement-mc1.7.10-1.0 (1).jar
+├── StorageDrawers-1.7.10-1.10.4.jar
+├── StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar
+├── Streams-0.2.jar
+├── TConstruct-1.7.10-1.8.8.jar
+├── Thaumcraft-1.7.10-4.2.3.5.jar
+├── ThermalExpansion-[1.7.10]4.1.5-248.jar
+├── ThermalFoundation-[1.7.10]1.2.6-118.jar
+├── TMechworks-1.7.10-0.2.15.106.jar
+├── Traincraft-4.3.2_009.jar
+├── UndergroundBiomesConstructs-1.7.2-0.7.jar
+├── VeganOption-mc1.7.10-0.2.0.jar
+└── Waila-1.5.10_1.7.10.jar
+```
 
 
 # CHANGELOG