Skip to content

Commit

Permalink
fix startup issue with mod "REI Plugin Compatibilities (REIPC)" versi…
Browse files Browse the repository at this point in the history
…on 10.0.45
  • Loading branch information
cech12 committed Jan 18, 2023
1 parent 0460ce6 commit a9c2496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [1.19.3-1.3.2.1] - 2023-01-18
### Fixed
- fix startup issue with mod "REI Plugin Compatibilities (REIPC)" version 10.0.45 (thanks to subsonicer for the report)

## [1.19.3-1.3.2.0] - 2023-01-17
- re-add JEI support

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_id=solarcooker
mod_version=1.3.2.0
mod_version=1.3.2.1
minecraft_version=1.19.3
forge_version=44.0.41

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 @@ -27,7 +27,7 @@ license="The MIT License (MIT)"
[[dependencies.solarcooker]]
modId="jei"
mandatory=false
versionRange="[12.0.2.2,)"
versionRange="[11.9999,)"
ordering="NONE"
side="BOTH"
[[dependencies.solarcooker]]
Expand Down

0 comments on commit a9c2496

Please sign in to comment.