Compare commits

..

No commits in common. "ef17c5e58a6fa6504e0c5ef5f73b760ab899574c" and "7c5e3cc6dd5884853f7266e2d5ca0e40de2426bc" have entirely different histories.

4 changed files with 6 additions and 36 deletions

View file

@ -5,11 +5,7 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2.0] ## [Unreleased]
### Added
- Added logical iframes
### Changed ### Changed
@ -20,11 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed power enchantment - Removed power enchantment
### Fixed
- Fixed copper pickaxe advancement
- Lowered minimum attack damage from cooldown (a fix for autoclickers with logical iframes)
## [2.1.0] ## [2.1.0]
### Added ### Added
@ -44,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial 2.0.0 release Initial 2.0.0 release
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.2.0...HEAD [unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.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.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 [2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0

View file

@ -1,4 +1,4 @@
# Minecraft Rebalanced 2 - [Changelog](CHANGELOG.md) # Minecraft Rebalanced 2.0.0 - [Changelog](CHANGELOG.md)
A modpack intended to rework almost every feature in the game with a focus on the vanilla progression. A modpack intended to rework almost every feature in the game with a focus on the vanilla progression.

View file

@ -6,7 +6,7 @@
"formatVersion": 1, "formatVersion": 1,
"game": "minecraft", "game": "minecraft",
"name": "MC Rebalanced", "name": "MC Rebalanced",
"versionId": "2.2.0", "versionId": "2.1.0",
"files": [ "files": [
{ {
"downloads": [ "downloads": [
@ -1147,21 +1147,6 @@
"sha512": "e1912941d38bd43019aeff3707e0d9fffbaffd768f774bea54b17f64d27a9a9c3d27102b555a798a7036b6c1a9cdad08d069c0639a8b4452346f9e6d21440c04" "sha512": "e1912941d38bd43019aeff3707e0d9fffbaffd768f774bea54b17f64d27a9a9c3d27102b555a798a7036b6c1a9cdad08d069c0639a8b4452346f9e6d21440c04"
}, },
"path": "mods/simpleresourceloader-1.0.0+1.21.1.jar" "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"
} }
] ]
} }

View file

@ -1,17 +1,12 @@
[ [
{ {
"op": "replace", "op": "add",
"path": "/parent", "path": "/parent",
"value": "mc_rebalance:story/wooden_paxel" "value": "mc_rebalance:story/wooden_paxel"
}, },
{ {
"op": "replace", "op": "add",
"path": "/display/icon/id", "path": "/display/icon/id",
"value": "minecraft:copper_pickaxe" "value": "minecraft:copper_pickaxe"
},
{
"op": "replace",
"path": "/criteria/stone_pickaxe/conditions/items/0/items",
"value": "minecraft:copper_pickaxe"
} }
] ]