Compare commits

...

4 commits

Author SHA1 Message Date
Sergeant Acoustic cf38bd27e5 Update CHANGELOG.md 2026-03-15 22:22:49 +00:00
Sergeant Acoustic 33db29d4c3 Make ender chests drop without silk touch 2026-03-15 22:20:40 +00:00
Sergeant Acoustic 41972310c9 Change default EMI favourite button
Avoids conflict with walking (invmove)
2026-03-14 17:16:21 +00:00
Sergeant Acoustic 27a7e0edd4 Hide midnightlib button 2026-03-14 14:49:22 +00:00
4 changed files with 30 additions and 1 deletions

View file

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

View file

@ -338,7 +338,7 @@
* Favorite the item to display on the side of the screen opposite of recipies for
* quick access.
*/
favorite: "key.keyboard.a";
favorite: "key.keyboard.c";
/**
* Set the default recipe for a given stack in the output of a recipe to that

View file

@ -0,0 +1,3 @@
{
"config_screen_list": "FALSE"
}

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