Skip to content

Commit

Permalink
Fixed image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Dec 1, 2024
1 parent fa1aff7 commit 09eea55
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img style="width: 100%" src="https://github.com/ferrumc-rs/ferrumc/assets/README/header.svg?raw=true" alt="FerrumC Header">
<img style="width: 100%" src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/header.svg?raw=true" alt="FerrumC Header">
<div align="center">
<img src="https://img.shields.io/github/license/ferrumc-rs/ferrumc?style=for-the-badge&color=red" alt="License">
<img src="https://img.shields.io/github/languages/code-size/ferrumc-rs/ferrumc?style=for-the-badge&color=red" alt="Code Size">
Expand Down Expand Up @@ -32,37 +32,37 @@ programming language, it is completely multithreaded and offers high performance
[Docs](https://docs.ferrumc.com) are currently under construction, but you can join
our [Discord server](https://discord.gg/qT5J8EMjwk) for help or to discuss the project!

<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/in_game.png?raw=true" alt="In-game screenshot">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/in_game.png?raw=true" alt="In-game screenshot">

## ✨ Key Features

<ul>
<li>
<h4>🛈 Customizable server list</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/server%20list.png?raw=true" alt="Server list">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/server%20list.png?raw=true" alt="Server list">
</li>
<li>
<h4>🚄 Extremely fast and adaptable update speeds</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/mind%20boggling.gif?raw=true" alt="Mind boggling">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/mind%20boggling.gif?raw=true" alt="Mind boggling">
</li>
<li>
<h4>🖥️ Highly efficient memory usage</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/mem_use.png?raw=true" alt="Low memory usage">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/mem_use.png?raw=true" alt="Low memory usage">
</li>
<li>
<h4>🗂️ Customizable configuration</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/config.toml.png?raw=true" alt="Configuration">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/config.toml.png?raw=true" alt="Configuration">
</li>
<li>
<h4>🔄 Can import existing worlds from vanilla minecraft</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/chunk_importing.gif?raw=true" alt="Configuration">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/chunk_importing.gif?raw=true" alt="Configuration">
</li>
<li>
<h4>🌐 Compatible with vanilla Minecraft clients (Currently only 1.21.1)</h4>
</li>
<li>
<h4>💪 Powerful Entity Component System to handle high entity loads</h4>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/ECSBlockDiagram.png?raw=true" alt="Entity Component System">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/ECSBlockDiagram.png?raw=true" alt="Entity Component System">
<p><i>ECS Block Diagram (credits: <a href="https://docs.unity3d.com/Packages/[email protected]/manual/ecs_core.html">Unity</a>)</i></p>
</li>
<li>
Expand All @@ -74,7 +74,7 @@ our [Discord server](https://discord.gg/qT5J8EMjwk) for help or to discuss the p
<li>
<h4>💾 Multiple database options to finetune the server to your needs</h4>
<i>32 render distance*</i>
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO">
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO">
</li>
</ul>

Expand Down Expand Up @@ -123,7 +123,7 @@ For now, you can either **compile** the server from source or **download** from

### [Option 1] Download from Github Actions

![Where To Find](https://github.com/ferrumc-rs/ferrumc/assets/README/download_prebuilt.gif?raw=true)
![Where To Find](https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/download_prebuilt.gif?raw=true)

1. Go to the [Actions](https://github.com/ferrumc-rs/ferrumc/actions) tab
2. Click on the latest build
Expand Down

0 comments on commit 09eea55

Please sign in to comment.