An open API service indexing awesome lists of open source software.

https://github.com/cloudnetservice/cloudnet-bridge-fabric

This repository holds the actual CloudNet-Bridge Fabric implementations for different minecraft versions.
https://github.com/cloudnetservice/cloudnet-bridge-fabric

cloudnet fabricmc

Last synced: 6 months ago
JSON representation

This repository holds the actual CloudNet-Bridge Fabric implementations for different minecraft versions.

Awesome Lists containing this project

README

          

# CloudNet Bridge Fabric Implementations

![Build](https://github.com/CloudNetService/cloudnet-bridge-fabric/actions/workflows/ci.yml/badge.svg)
![Release](https://img.shields.io/github/v/release/CloudNetService/cloudnet-bridge-fabric?sort=date&logo=github)

## What is the purpose of this repo?

This repository holds the actual CloudNet-Bridge Fabric implementations for different minecraft versions. Find a table
of all supported minecraft versions below. **Note**: generally speaking all fabric versions are supported, however, the
listed versions have extensive support (such as providing player information to the node and bungeecord player info
forwarding). If you want support for a specific minecraft version, feel free to
open [an issue](https://github.com/CloudNetService/cloudnet-bridge-fabric/issues/new) or a pull request.

The core bridge mod is still within the main CloudNet repository, this repo only provides the implementations for
specific minecraft versions.

## Supported Minecraft versions

| Minecraft Version | Subproject | Supported |
|------------------------|------------|--------------------|
| 1.20.5, 1.20.6 | v1_20_5 | :white_check_mark: |
| 1.21.6, 1.21.7, 1.21.8 | v1_21_6 | :white_check_mark: |

## Links

- [Support Discord](https://discord.cloudnetservice.eu)
- [Main CloudNet Repository](https://github.com/CloudNetService/CloudNet)
- [Issue Tracker](https://github.com/CloudNetService/cloudnet-bridge-fabric/issues)
- [Latest Release](https://github.com/CloudNetService/cloudnet-bridge-fabric/releases/latest)

## Compile from source

To compile this project you need JDK 24 and an internet connection. Then clone this repository and run `./gradlew build`
inside the cloned project.