Compare commits
4 commits
7c5e3cc6dd
...
ef17c5e58a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef17c5e58a | ||
|
|
8eb33a7c6c | ||
|
|
c9ff1c099f | ||
|
|
18935c9f92 |
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -5,7 +5,11 @@ 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [2.2.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Added logical iframes
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -16,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Removed power enchantment
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed copper pickaxe advancement
|
||||
- Lowered minimum attack damage from cooldown (a fix for autoclickers with logical iframes)
|
||||
|
||||
## [2.1.0]
|
||||
|
||||
### Added
|
||||
|
|
@ -35,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
Initial 2.0.0 release
|
||||
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...HEAD
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.2.0...HEAD
|
||||
[2.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...2.2.0
|
||||
[2.1.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.1.0
|
||||
[2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Minecraft Rebalanced 2.0.0 - [Changelog](CHANGELOG.md)
|
||||
# Minecraft Rebalanced 2 - [Changelog](CHANGELOG.md)
|
||||
|
||||
A modpack intended to rework almost every feature in the game with a focus on the vanilla progression.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "2.1.0",
|
||||
"versionId": "2.2.0",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
@ -1147,6 +1147,21 @@
|
|||
"sha512": "e1912941d38bd43019aeff3707e0d9fffbaffd768f774bea54b17f64d27a9a9c3d27102b555a798a7036b6c1a9cdad08d069c0639a8b4452346f9e6d21440c04"
|
||||
},
|
||||
"path": "mods/simpleresourceloader-1.0.0+1.21.1.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/6sYYcZFx/versions/Vf0oWYOW/logical-iframes-1.1.1.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 24380,
|
||||
"hashes": {
|
||||
"sha1": "064dc01534d98afdc4a5ead62eb1838dc0ade817",
|
||||
"sha512": "4fdb6a9bfd5706299114810751b43b22fa1e8565f2666ba07bca24c5c9b09af2ae2a311ac02062a7453f4c6a38001525868486a111134335a0e60392759202cc"
|
||||
},
|
||||
"path": "mods/logical-iframes-1.1.1.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,17 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"op": "replace",
|
||||
"path": "/parent",
|
||||
"value": "mc_rebalance:story/wooden_paxel"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"op": "replace",
|
||||
"path": "/display/icon/id",
|
||||
"value": "minecraft:copper_pickaxe"
|
||||
},
|
||||
{
|
||||
"op": "replace",
|
||||
"path": "/criteria/stone_pickaxe/conditions/items/0/items",
|
||||
"value": "minecraft:copper_pickaxe"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue