Skip to content

Commit

Permalink
fixed: JEI plugin was not loaded in Fabric/Quilt
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Apr 27, 2024
1 parent 8893d3e commit 77e1582
Show file tree
Hide file tree
Showing 4 changed files with 8 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.20.4-3.1.0.1] - 2024-04-27
### Fixed
- JEI plugin was not loaded in Fabric/Quilt

## [1.20.4-3.1.0.0] - 2024-04-25
### Added
- add Fabric (>=0.96.11+1.20.4) support (Fabric, Quilt)
Expand Down
1 change: 0 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies {

modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}")
modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-lib:${jei_version}")
modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-fabric-api:${jei_version}")
// at runtime, use the full JEI jar for Fabric
modRuntimeOnly("mezz.jei:jei-${minecraft_version}-fabric:${jei_version}")

Expand Down
3 changes: 3 additions & 0 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
],
"modmenu": [
"${group}.compat.ModMenuCompat"
],
"jei_mod_plugin": [
"${group}.jei.BrickFurnaceJEIPlugin"
]
},
"mixins": [
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 @@

# Project
group=de.cech12.brickfurnace
mod_version=3.1.0.0
mod_version=3.1.0.1
mod_id=brickfurnace
mod_name=Brick Furnace
mod_author=Cech12
Expand Down

0 comments on commit 77e1582

Please sign in to comment.