Skip to content

Commit

Permalink
Use saner version description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimickal committed Mar 24, 2024
1 parent 9612d1a commit 7f1f190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build

# other
eclipse
libs
run
design-doc.md
progress.md
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ plugins {
}
apply plugin: 'net.minecraftforge.gradle'


version = '0.0.0-dev'
var mc_version = '1.18.2'
version = "${mc_version}-0.0.0-dev"
group = 'mimickal.minecraft.waterworks'
archivesBaseName = 'waterworks'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ credits="Mimickal"
authors="Mimickal"
displayTest="MATCH_VERSION"
description='''
Waterworks is a mod that changes how water behaves in Minecraft.
Waterworks is a mod that changes how water behaves.
Water accumulates when it rains and evaporates when the sun shines. Rain becomes a function of relative humidity.
'''

0 comments on commit 7f1f190

Please sign in to comment.