Make ender chests drop without silk touch

This commit is contained in:
Sergeant Acoustic 2026-03-15 22:57:25 +00:00
parent 90f610dd78
commit e87a461b95
2 changed files with 27 additions and 0 deletions

View file

@ -5,6 +5,12 @@ 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]
### Changed
- Ender chests drop without silk touch
## [1.3.0] - 2026-02-20
### Added

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