Skip to content

Commit

Permalink
Initial commit (kind of)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLLD576 committed Jul 21, 2024
1 parent 1b8111c commit bc56f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Fabric Example Mod

## Setup

For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.

## License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
# WeatherHud
## A mod for have a small display of the weather counters
### There's a keybind for toggling the display visibility
### For learn how to interpret the weather counters, please refer to the [Thunderstorm behavior article](https://minecraft.wiki/w/Thunderstorm#Behavior) of the Minecraft wiki
### When displaying the value, green means that the rain or thunder is on and red means that are off
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down

0 comments on commit bc56f84

Please sign in to comment.