Compare commits
No commits in common. "cf38bd27e5b05285ab5b2aa46752ac60fc165196" and "320505b1a73d52468bb15aae75dea8f017e280ef" have entirely different histories.
cf38bd27e5
...
320505b1a7
|
|
@ -10,11 +10,6 @@ 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]
|
||||
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@
|
|||
* Favorite the item to display on the side of the screen opposite of recipies for
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"config_screen_list": "FALSE"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue