diff options
author | alemi <me@alemi.dev> | 2023-03-12 03:44:47 +0100 |
---|---|---|
committer | alemi <me@alemi.dev> | 2023-03-12 03:44:47 +0100 |
commit | fe466b0eeb98714666e78b652d39d0262309dd90 (patch) | |
tree | dcba8b41155aa747909ddceb1e61811f99722046 /README.md | |
parent | abbaac1fe2bbe88673e0798432b2d84e43bb7032 (diff) |
chore: README style
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ -# BSCV +# B S C V ![screenshot-bscv-plus-xaero](https://data.fantabos.co/bscv.png) + This is our next generation Minecraft utility mod, built from scratch. Its aim is to be lightweight, minimal but complete and powerful tools for technic servers. ## Features @@ -8,12 +9,12 @@ Only basic modules are implemented as of now, but already enough to provide some ## Architecture BSCV tries to not reinvent the wheel whenever possible. It's built on top of Forge config system and Brigadier command system. -To provide advanced patching capabilities, BSCV uses direct ASM patching over Mixins. Patching is built on top of [lll](https://git.fantabos.co/lillero/about). +To provide advanced patching capabilities, BSCV uses direct ASM patching over Mixins. Patching is built on top of **[lll](https://git.fantabos.co/lillero/about)**. -There is no GUI, but all config options can be changed with any mod implementing a GUI for Forge configs, such as [this one](https://www.curseforge.com/minecraft/mc-mods/config-menus-forge). +There is no GUI, but all config options can be changed with any mod implementing a GUI for Forge configs, such as **[this one](https://www.curseforge.com/minecraft/mc-mods/config-menus-forge)**. ## Release -Find most recent auto-built releases [here](https://data.fantabos.co/bscv/). +Find most recent auto-built releases **[here](https://data.fantabos.co/bscv/)**. Check this repository tags for changelogs and relevant notes. |