Skip to content

Commit 012099c

Browse files
committed
Release 8.1.2
1 parent 9c08476 commit 012099c

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.1.2]
810
### Changed
911
- EMC for [Mystical Agriculture] `cognizant_dust` to `16384` because it is a rarer mob drop
1012

@@ -770,7 +772,8 @@ Added support for 18 more mods
770772
- Added support for Extended Crafting
771773
- Combintation Core, Compressor, Ender Crafter and Tiered Tables
772774

773-
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.1...HEAD
775+
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.2...HEAD
776+
[8.1.2]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.1...v8.1.2
774777
[8.1.1]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...v8.1.1
775778
[8.1.0]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.3...v8.1.0
776779
[8.0.3]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.2...v8.0.3

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.1
26+
mod_version=8.1.2
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.0",
5-
"1.21.1-recommended": "8.1.0"
4+
"1.21.1-latest": "8.1.2",
5+
"1.21.1-recommended": "8.1.2"
66
},
77
"1.21.1": {
8+
"8.1.2": "Removed emc for crops and seeds tags and increased emc for MA cogizant dust",
89
"8.1.0": "Added support for Pam's HC and Touhou Little Maid"
910
}
1011
}

0 commit comments

Comments
 (0)