Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Apr 4, 2022
1 parent 0bbc414 commit f0c3820
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bilibili Danmaku
[![License](https://img.shields.io/github/license/Hendrix-Shen/Bilibili-Danmaku?label=License&style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/blob/master/LICENSE)
![Languages](https://img.shields.io/github/languages/top/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)
![Java](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016%7C%2017-orange?style=flat-square)
![Java](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016%20%7C%2017-orange?style=flat-square)
[![Issues](https://img.shields.io/github/issues/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/pulls)
[![Public Beta](https://img.shields.io/github/workflow/status/Hendrix-Shen/Bilibili-Danmaku/CI?label=Last%20building&style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/actions/workflows/CI.yml)
Expand All @@ -14,6 +14,13 @@

A Fabric mod that implements the Bilibili Danmaku for Minecraft.

## Dependencies

| Dependency | Type | Version | Download |
|------------|----------|----------|----------------------------------------------------------------------------------------------------------------------------------------------|
| MagicLib | Required | > =0.3.26 | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/magiclib) | [Github](https://github.com/Hendrix-Shen/MagicLib) |
| MaliLib | Required | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/malilib) | [Masa WebSite](https://masa.dy.fi/mcmods/client_mods/?mod=malilib) |

## Development

### Mappings
Expand Down
9 changes: 8 additions & 1 deletion README_ZH_CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bilibili Danmaku
[![License](https://img.shields.io/github/license/Hendrix-Shen/Bilibili-Danmaku?label=License&style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/blob/master/LICENSE)
![Languages](https://img.shields.io/github/languages/top/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)
![Java](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016%7C%2017-orange?style=flat-square)
![Java](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016%20%7C%2017-orange?style=flat-square)
[![Issues](https://img.shields.io/github/issues/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/Hendrix-Shen/Bilibili-Danmaku?style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/pulls)
[![Public Beta](https://img.shields.io/github/workflow/status/Hendrix-Shen/Bilibili-Danmaku/CI?label=Last%20building&style=flat-square)](https://github.com/Hendrix-Shen/Bilibili-Danmaku/actions/workflows/CI.yml)
Expand All @@ -14,6 +14,13 @@

一个为 Minecraft 实现了 哔哩哔哩弹幕姬 的 Fabric 模组。

## 依赖

| 依赖 | 类型 | 版本 | 下载 |
|----------|-----|----------|----------------------------------------------------------------------------------------------------------------------------------------------|
| MagicLib | 必需 | > =0.3.26 | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/magiclib) | [Github](https://github.com/Hendrix-Shen/MagicLib) |
| MaliLib | 必需 | 任意 | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/malilib) | [Masa WebSite](https://masa.dy.fi/mcmods/client_mods/?mod=malilib) |

## 开发

### 混淆映射表
Expand Down

0 comments on commit f0c3820

Please sign in to comment.