Compare commits

..

No commits in common. "24ec7f4f1d3dca6af8f73a2b152ecb7ee5bd0787" and "cf38bd27e5b05285ab5b2aa46752ac60fc165196" have entirely different histories.

7 changed files with 6 additions and 64 deletions

View file

@ -5,7 +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.1.0] ## [Unreleased]
### Added ### Added
@ -16,14 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ender chests drop without silk touch - Ender chests drop without silk touch
### Fixed
- Fixed dendrite (netherite) materials appearing in bastion chests
## [2.0.0] ## [2.0.0]
Initial 2.0.0 release 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.0.0...HEAD
[2.1.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.1.0 [2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1
[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.0.0 - [Changelog](CHANGELOG.md) ## Minecraft Rebalanced 2.0.0 - [Changelog](CHANGELOG.md) - [TODO](TODO.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.1.0", "versionId": "2.0.0",
"files": [ "files": [
{ {
"downloads": [ "downloads": [

View file

@ -1,18 +0,0 @@
[
{
"op": "remove",
"path": "/pools/3/entries/1"
},
{
"op": "remove",
"path": "/pools/0/entries/4"
},
{
"op": "remove",
"path": "/pools/0/entries/3"
},
{
"op": "remove",
"path": "/pools/0/entries/2"
}
]

View file

@ -1,14 +0,0 @@
[
{
"op": "remove",
"path": "/pools/4/entries/1"
},
{
"op": "remove",
"path": "/pools/0/entries/4"
},
{
"op": "remove",
"path": "/pools/0/entries/3"
}
]

View file

@ -1,22 +0,0 @@
[
{
"op": "remove",
"path": "/pools/3"
},
{
"op": "remove",
"path": "/pools/0/entries/3"
},
{
"op": "remove",
"path": "/pools/0/entries/2"
},
{
"op": "remove",
"path": "/pools/0/entries/1"
},
{
"op": "remove",
"path": "/pools/0/entries/0"
}
]

View file

@ -160,7 +160,7 @@
}, },
{ {
"namespace": "dragonloot", "namespace": "dragonloot",
"path": "recipe/dragon_spear.json|tags/item/explosion_resistant.json" "path": "recipe/dragon_spear.json"
} }
] ]
} }