BioTechnica Challenge

⭐ — (1 endorsements) 📥 1,823 downloads 📌 v0.8.1 📅 5/11/2023
⚪ Last updated 2023

By anhgelus · challenging

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/1/2023 📅 Created: 5/11/2023

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #29 of 104 challenging mods in this game by downloads

📋 About This Mod

✅ Several players (the heros) with one life against one speedrunner (the hunter) with multiple life
✅ The goal of the heros is to kill the Ender Dragon and to build a house with farms and redstone systems
✅ The goal of the hunter is to kill the heros

# Presentation BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt). This event can be streamed or recorded and uploaded to a streaming plateform: it's pretty fun to watch this type of content. You can also add semi-rp to take away some of the boring aspects of survival on Minecraft. ## The rules of this event - Several players (the heros) with one life against one speedrunner (the hunter) with multiple life - The goal of the heros is to kill the Ender Dragon and to build a house with farms and redstone systems - The goal of the hunter is to kill the heros # Play To play with this modpack, you must install it on the server-side and on the client-side. ## Client Side To install it on the client-side, install it as a normal Modrinth modpack. Follow (https://docs.modrinth.com/docs/modpacks/playing_modpacks/) if you don't know how to install it. If you don't know wich launcher used, I recommend you to use the (https://prismlauncher.org/). ## Server Side There are two ways to install the modpack on the server side: (https://www.docker.com) and (https://github.com/nothub/mrpack-install). After installing the server, don't forget to setup Simple Voice Chat by editing the file `config/voicechat/voicechat-server.properties` (necessary if you are using Docker or a custom setup) and to look at the (https://modrinth.com/mod/player-tracking-compass) mod. ### Docker Follow these steps to install it with Docker: 1. Install Docker 2. Clone the repo `git clone https://github.com/anhgelus/biotechnica-challenge.git` 3. Go into the folder called "docker" inside the cloned repo `cd biotechnica-challenge/docker` 4. Rename the `.env.example` into `.env` `mv .env.example .env` 5. Setup the environment variables inside the `.env` * `MODPACK_LINK` - Direct link to download the modpack (get it from Modrinth). It should look like this `https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack` (outdated link here but the latest should look very similar to this) * `EULA` - Accept the Minecraft's EULA * `MEMORY` - The memory used by the server (at least 2G) 6. And start the container ! `docker compose up -d --build` ### mrpack-install Follow these steps to install the modpack with mrpack-install: 1. Install mrpack-install 2. Get a direct link to download the modpack. It should look like this `https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack`. 3. Run `mrpack-install LINK_TO_THE_MODPACK`. It will create a folder called `mc` 4. Go into this folder `cd mc` 5. Start the server with `java -jar quilt-server-launch.jar nogui`. ### Generating the server with Docker but running it outside of Docker You don't want to install mrpack-install? Just follow the steps to install it with Docker and stop it when Minecraft server start (you can see when it starts with `docker compose logs`). It will create a folder called `minecraft-data` and follow these steps: 1. Give you the own of the folder `chown -R user:user minecraft-data` 2. Go into this folder `cd minecraft-data` 3. Start the server with `java -jar quilt-server-launch.jar nogui`. # Credits Thanks to - @SuperNoobYT for the configuration of CraftPresence! - @aypierre42 for the configuration of the Complementary Shader

# Presentation

BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt).

This event can be streamed or recorded and uploaded to a streaming plateform: it's pretty fun to watch this type of content.

You can also add semi-rp to take away some of the boring aspects of survival on Minecraft.

## The rules of this event

  • Several players (the heros) with one life against one speedrunner (the hunter) with multiple life
  • The goal of the heros is to kill the Ender Dragon and to build a house with farms and redstone systems
  • The goal of the hunter is to kill the heros

To play with this modpack, you must install it on the server-side and on the client-side.

## Client Side

To install it on the client-side, install it as a normal Modrinth modpack.

Follow (https://docs.modrinth.com/docs/modpacks/playing_modpacks/) if you don't know how to install it.

If you don't know wich launcher used, I recommend you to use the (https://prismlauncher.org/).

## Server Side

There are two ways to install the modpack on the server side: (https://www.docker.com) and (https://github.com/nothub/mrpack-install).

After installing the server, don't forget to setup Simple Voice Chat by editing the file `config/voicechat/voicechat-server.properties` (necessary if you are using Docker or a custom setup) and to look at the (https://modrinth.com/mod/player-tracking-compass) mod.

Follow these steps to install it with Docker:

1. Install Docker 2. Clone the repo `git clone https://github.com/anhgelus/biotechnica-challenge.git` 3. Go into the folder called "docker" inside the cloned repo `cd biotechnica-challenge/docker` 4. Rename the `.env.example` into `.env` `mv .env.example .env` 5. Setup the environment variables inside the `.env` `MODPACK_LINK` - Direct link to download the modpack (get it from Modrinth). It should look like this `https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0. 6. 0.mrpack` (outdated link here but the latest should look very similar to this) `EULA` - Accept the Minecraft's EULA * `MEMORY` - The memory used by the server (at least 2G) 6. And start the container ! `docker compose up -d --build`

### mrpack-install

Follow these steps to install the modpack with mrpack-install:

1. Install mrpack-install 2. Get a direct link to download the modpack. It should look like this `https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0. 6. 0.mrpack`. 3. Run `mrpack-install LINK_TO_THE_MODPACK`. It will create a folder called `mc` 4. Go into this folder `cd mc` 5. Start the server with `java -jar quilt-server-launch.jar nogui`.

### Generating the server with Docker but running it outside of Docker

You don't want to install mrpack-install?

Just follow the steps to install it with Docker and stop it when Minecraft server start (you can see when it starts with `docker compose logs`).

It will create a folder called `minecraft-data` and follow these steps:

1. Give you the own of the folder `chown -R user:user minecraft-data` 2. Go into this folder `cd minecraft-data` 3. Start the server with `java -jar quilt-server-launch.jar nogui`.

  • @SuperNoobYT for the configuration of CraftPresence!
  • @aypierre42 for the configuration of the Complementary Shader
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Modpacks
Author
anhgelus
Version
0.8.1
Downloads
1,823
Endorsements
1
Category
challenging
Created
5/11/2023
Updated
6/1/2023
Game Versions
1.19.4
Tags
challenging, lightweight, multiplayer

🔧 How to Install Minecraft Modpacks Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Modpacks →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Modpacks commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Modpacks versions does BioTechnica Challenge support?

The author lists 1.19.4. Other versions may work but are untested by the author.

What is the latest version of BioTechnica Challenge?

Version 0.8.1, published 2023-06-01 with 1,823 downloads recorded at the source.

Keep browsing — more Minecraft Modpacks mods await

📋 All Minecraft Modpacks Mods 🏆 Top 25 📂 More challenging 👤 More by anhgelus 🔎 Similar Mods 🌐 Best challenging (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods