Skip to content

Commit 88d5dd1

Browse files
SmallingerSmallinger
authored andcommitted
Add logo, badges, and Ko-fi support link to README
1 parent 5f48418 commit 88d5dd1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
<div align="center">
2+
3+
<img src="src/main/resources/logo.png" alt="ChatCalc Logo" width="200"/>
4+
15
# ChatCalc NeoForge
26

7+
[![Minecraft](https://img.shields.io/badge/Minecraft-1.21.10-green.svg)](https://www.minecraft.net/)
8+
[![NeoForge](https://img.shields.io/badge/NeoForge-21.10.49--beta-orange.svg)](https://neoforged.net/)
9+
[![Java](https://img.shields.io/badge/Java-21-blue.svg)](https://adoptium.net/)
10+
[![License](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)
11+
[![GitHub release](https://img.shields.io/github/v/release/Smallinger/ChatCalc-NeoForge)](https://github.com/Smallinger/ChatCalc-NeoForge/releases)
12+
313
A Minecraft mod that enables mathematical calculations directly in the chat input field.
414

15+
</div>
16+
517
## Overview
618

719
ChatCalc NeoForge is a port of the original [ChatCalc Fabric mod](https://github.com/RTTV-TB-III/ChatCalc) to NeoForge for Minecraft 1.21.10. This mod allows you to perform mathematical calculations, define custom functions and constants, and execute various mathematical operations without leaving the chat interface.
@@ -98,6 +110,12 @@ See the [LICENSE](LICENSE) file for the full license text.
98110

99111
For more details, see [NOTICE.md](NOTICE.md) for copyright attributions.
100112

113+
## Support My Work
114+
115+
If you like what I do, consider supporting me:
116+
117+
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/smallpox)
118+
101119
## Differences from Fabric Version
102120

103121
This NeoForge port maintains feature parity with the original Fabric mod while adapting to NeoForge-specific APIs:

0 commit comments

Comments
 (0)