Compare commits
4 commits
320505b1a7
...
cf38bd27e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf38bd27e5 | ||
|
|
33db29d4c3 | ||
|
|
41972310c9 | ||
|
|
27a7e0edd4 |
|
|
@ -10,6 +10,11 @@ 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]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.a";
|
favorite: "key.keyboard.c";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
|
|
|
||||||
3
overrides/config/midnightlib.json
Normal file
3
overrides/config/midnightlib.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"config_screen_list": "FALSE"
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue