changelog

This commit is contained in:
Darkere
2022-07-24 16:16:38 +02:00
committed by Raoul
parent 7147718f04
commit 92f3001499
2 changed files with 1 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added Japanese translations for certain autocrafting actions
- Improved waterlogging to behave more like vanilla
- Added Forge relocation and Packing Tape blacklist tag entries to prevent block movement
- Requires version 9.7.1 of JEI or higher
## [v1.10.2] - 2022-03-26

View File

@@ -104,9 +104,6 @@ processResources {
dependencies {
minecraft 'net.minecraftforge:forge:1.18.2-40.1.48'
//compileOnly fg.deobf("mezz.jei:jei-1.18.2-common-api:10.1.0.208")
//compileOnly fg.deobf("mezz.jei:jei-1.18.2-forge-api:10.1.0.208")
//runtimeOnly fg.deobf("mezz.jei:jei-1.18.2-forge:10.1.1.231")
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.1.232:api")
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.1.232")