Compare commits

..

No commits in common. "cf38bd27e5b05285ab5b2aa46752ac60fc165196" and "320505b1a73d52468bb15aae75dea8f017e280ef" have entirely different histories.

4 changed files with 1 additions and 30 deletions

View file

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

View file

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

View file

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

View file

@ -1,21 +0,0 @@
{
"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"
}