Remove netherite related items from bastion chests

Not a permanent fix
This commit is contained in:
Sergeant Acoustic 2026-03-17 19:37:22 +00:00
parent 7e39d094ec
commit dedee1d54e
4 changed files with 58 additions and 0 deletions

View file

@ -16,6 +16,10 @@ 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

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