Compare commits

...

4 commits

Author SHA1 Message Date
Sergeant Acoustic 24ec7f4f1d 2.1.0 2026-03-17 19:43:35 +00:00
Sergeant Acoustic dedee1d54e Remove netherite related items from bastion chests
Not a permanent fix
2026-03-17 19:39:57 +00:00
Sergeant Acoustic 7e39d094ec Fix missing item for tag error in console 2026-03-17 19:36:49 +00:00
Sergeant Acoustic 495195b6cd Update README 2026-03-15 23:02:26 +00:00
7 changed files with 64 additions and 6 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).
## [Unreleased] ## [2.1.0]
### Added ### 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 - 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.0.0...HEAD [unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...HEAD
[2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1 [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.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. 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.0.0", "versionId": "2.1.0",
"files": [ "files": [
{ {
"downloads": [ "downloads": [

View file

@ -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"
}
]

View file

@ -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"
}
]

View file

@ -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"
}
]

View file

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