Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Nov 10, 2021
1 parent b7f1736 commit 8febb3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rat's Mischief - Changelog:

### Rat's Mischief 1.3.1 - 1.17.1
- Fixed an issue that caused the game to crash without Requiem and / or Origins

### Rat's Mischief 1.3 - 1.17.1
- Added a new rat type: Wild. This and the rare golden rat will now be the only two rat types that generate naturally in abandoned villages
- All other rat types, considered "fancy", now require breeding rats in order to be obtained
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ dependencies {

modImplementation "io.github.ladysnake:requiem-api:${requiem_version}"
modRuntime "io.github.ladysnake:requiem-core:${requiem_version}"
modImplementation "io.github.ladysnake:requiem:${requiem_version}"
modCompileOnly "io.github.ladysnake:requiem:${requiem_version}"
modRuntime "io.github.ladysnake:requiem:${requiem_version}"

// Made available when Requiem is present
modCompileOnly "io.github.ladysnake:PlayerAbilityLib:${pal_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version=0.11.6
fabric_version=0.37.0+1.17

# Mod Properties
mod_version = 1.3
mod_version = 1.3.1
maven_group = io.github.ladysnake
archives_base_name = ratsmischief

Expand Down

0 comments on commit 8febb3f

Please sign in to comment.