Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tristankechlo committed Jul 30, 2024
1 parent 2afb65c commit 5c34d5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CURSEFORGE_LINK: "https://www.curseforge.com/minecraft/mc-mods/living-things"
MODRINTH_ID: "UKDLi1GJ"
MODRINTH_LINK: "https://modrinth.com/mod/living-things"
MODRINTH_FEATURED: true # if this version should be featured on modrinth
MODRINTH_FEATURED: false # if this version should be featured on modrinth
DISCORD_COLOR: 4037621
DISCORD_MENTION: "<@&890143122913370112>"
DISCORD_TITLE: "New version for LivingThings just released :exclamation:"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build
# other
eclipse
run
runs
CREDITS.txt
LICENSE.txt
README.txt
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group=com.tristankechlo.livingthings

# Common
minecraft_version=1.20.1
version_range=[1.20.1,1.21)
version_range=[1.20.1,1.20.2)
java_version=17

# Forge
Expand All @@ -16,7 +16,7 @@ fabric_version=0.92.2+1.20.1
fabric_loader_version=0.15.11
fabric_loader_min=0.14
fabric_range_min_inclusive=1.20.1
fabric_range_max_exclusive=1.21
fabric_range_max_exclusive=1.20.2

# Mod options
mod_name=LivingThings
Expand Down

0 comments on commit 5c34d5b

Please sign in to comment.