Skip to content

TubionMC/Tubion

Repository files navigation

Modrinth Downloads

Tubion

Tubion is a utility mod for the server TubNet. It aims to include highly configurable modifications to the client, to enable you to have a better gameplay experience overall, and to fill in the gaps in TubNet's multiplayer regime.

Features

Currently, the mod showcases several features:

  • Discord Rich Presence - Show your friends what you're up to at TubNet!

  • Panorama - Replaces the vanilla rotating background in the title screen to one from New Block City.

  • Resource Reloading Screen - Force the resource reloading screen to show the TubNet brand logo and a hue when connecting to TubNet.

  • TubNet Tweaks loader - Automatically downloads and injects TubNet Tweaks into the game.

  • Better NPC Messages - Prevents NPCs from taking up your whole chat box, and instead sending a message styled like how a player would say!

  • Broad Sword Glint - Adds back the enchantment glint from the broad sword, removed in Patch #3

    More will be coming soon in the coming weeks, so stay tuned! If you want to contribute any suggestions, join the discord server!

Installing

This mod is only available for Minecraft: Java Edition. If you're on Bedrock Edition, and own Bedrock for Windows, it might be a good idea to use Java Edition instead.

This mod also requires Fabric, not Forge. Quilt support is planned in the near future.

Players

You can either get Tubion from Modrinth (recommended), CurseForge, or the releases page.

Developers

To get this project, you can either obtain it as a zip file above, or clone it via git:

# clone
git clone https://github.com/ApricotFarmer11/Tubion
cd Tubion

To build the project and obtain the actual artifacts, you need to download JDK 17.

# unix (linux/macos)
./gradlew build
# windows
gradlew build

Credits

Thank you to DarkMagician6 for their EventAPI!