Skip to content

Commit

Permalink
feat: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gloridifice committed Jun 10, 2024
1 parent 9b69eeb commit c0e7a69
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
![Logo](readme/images/watersource.png)

# WaterSource

![Logo](readme/images/watersource.png)
A minecraft mod bring thirst system into minecraft.
A mod that adds thirst, hydration and drinking systems to minecraft.
Based on [Minecraft](https://minecraft.net), [Fabric](https://fabricmc.net/), [Kotlin](https://kotlinlang.org/), and [Yarn Mappings](https://github.com/FabricMC/yarn).

## Release

- Water Source 2: [Modrinth](https://modrinth.com/mod/watersource2)
- Water Source 1: [Curseforge](https://www.curseforge.com/minecraft/mc-mods/water-source)

## Version

| Minecraft | WaterSource | Status |
|-----------|-------------|-------------|
| 1.20.1 | - | under dev |
| 1.19 | - | not support |
| 1.20.1 | 2.0.x | beta |
| 1.19.x | - | not support |
| 1.18.1 | 1.3.x | released |
| 1.16.5 | 1.1.x | released |
| 1.15.2 | 1.0.x | released |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

}

version = project.mod_version
version = project.mod_version + "+" + project.mc_version + "-fabric" + "-" + project.build_state
group = project.maven_group

base {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ loader_version=0.15.7
fabric_kotlin_version=1.10.18+kotlin.1.9.22

# Mod Properties
mod_version=2.0.0-fabric-rc
mod_version=2.0.0
build_state=beta
maven_group=xyz.koiro.watersource
archives_base_name=watersource

Expand Down
Binary file modified readme/images/watersource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/watersource/watersource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0e7a69

Please sign in to comment.