Skip to content

Commit b7cb5c7

Browse files
committed
Release 8.2.0
1 parent 6a2933e commit b7cb5c7

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [8.2.0]
810
### Fixed
911
- Support for [Immersive Engineering] as they moved from FluidTagInput to SizedFluidIngredient
1012

@@ -774,7 +776,8 @@ Added support for 18 more mods
774776
- Added support for Extended Crafting
775777
- Combintation Core, Compressor, Ender Crafter and Tiered Tables
776778

777-
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.2...HEAD
779+
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.2.0...HEAD
780+
[8.2.0]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.2...v8.2.0
778781
[8.1.2]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.1...v8.1.2
779782
[8.1.1]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...v8.1.1
780783
[8.1.0]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.3...v8.1.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parchment_map_version=2024.11.17
2323
# Mod Details
2424
mod_id=projecteintegration
2525
mod_name=ProjectE-Integration
26-
mod_version=8.1.2
26+
mod_version=8.2.0
2727
mod_license=MIT
2828
mod_group_id=com.tagnumelite.projecteintegration
2929
mod_authors=TagnumElite

update.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"homepage": "https://www.curseforge.com/minecraft/mc-mods/projecte-integration",
33
"promos": {
4-
"1.21.1-latest": "8.1.2",
5-
"1.21.1-recommended": "8.1.2"
4+
"1.21.1-latest": "8.2.0",
5+
"1.21.1-recommended": "8.2.0"
66
},
77
"1.21.1": {
8+
"8.2.0": "Updated support for Immersive Engineering",
89
"8.1.2": "Removed emc for crops and seeds tags and increased emc for MA cogizant dust",
910
"8.1.0": "Added support for Pam's HC and Touhou Little Maid"
1011
}

0 commit comments

Comments
 (0)