Make ender chests drop without silk touch

This commit is contained in:
Sergeant Acoustic 2026-03-15 22:20:40 +00:00
parent 41972310c9
commit 33db29d4c3
2 changed files with 25 additions and 0 deletions

View file

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added C2ME
### Changed
- Ender chests drop without silk touch
## [2.0.0]
Initial 2.0.0 release

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:ender_chest"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/ender_chest"
}