Compare commits
4 commits
cf38bd27e5
...
24ec7f4f1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24ec7f4f1d | ||
|
|
dedee1d54e | ||
|
|
7e39d094ec | ||
|
|
495195b6cd |
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [2.1.0]
|
||||
|
||||
### Added
|
||||
|
||||
|
|
@ -16,10 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Ender chests drop without silk touch
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed dendrite (netherite) materials appearing in bastion chests
|
||||
|
||||
## [2.0.0]
|
||||
|
||||
Initial 2.0.0 release
|
||||
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...HEAD
|
||||
[2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...HEAD
|
||||
[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) - [TODO](TODO.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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "2.0.0",
|
||||
"versionId": "2.1.0",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/4/entries/1"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/4"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/3"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
},
|
||||
{
|
||||
"namespace": "dragonloot",
|
||||
"path": "recipe/dragon_spear.json"
|
||||
"path": "recipe/dragon_spear.json|tags/item/explosion_resistant.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue