Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Fix REI deprecation warning
Browse files Browse the repository at this point in the history
Fixes #67
  • Loading branch information
florensie committed Jun 18, 2022
1 parent 376c7bb commit 99c1e72
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 @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix deprecation warning when playing with Roughly Enough Items

## [7.1.0] - 2022-06-14
### Changed
- Updated for Minecraft 1.19
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
modImplementation("com.terraformersmc:modmenu:${project.mod_menu_version}") {
transitive = false
}
modCompileOnly /*FIXME: modImplementation*/ "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
modImplementation "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"

// Compat & integration
modCompileOnly("curse.maven:origins-391943:${project.origins_version}") {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cardinal-components": [
"artifacts.common.init.ModComponents"
],
"rei_plugins": [
"rei_client": [
"artifacts.client.integrations.REIPlugin"
]
},
Expand Down

0 comments on commit 99c1e72

Please sign in to comment.