Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24ec7f4f1d | ||
|
|
dedee1d54e | ||
|
|
7e39d094ec | ||
|
|
495195b6cd | ||
|
|
cf38bd27e5 | ||
|
|
33db29d4c3 | ||
|
|
41972310c9 | ||
|
|
27a7e0edd4 | ||
|
|
320505b1a7 | ||
|
|
e3fb0eb70b |
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -5,16 +5,25 @@ 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]
|
||||
|
||||
Initial 1.21.1 release
|
||||
## [2.1.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Netherite upgrades no longer need a smithing template
|
||||
- Backported bundle
|
||||
- Added [Trees Make Sound](https://modrinth.com/mod/trees-make-sound)
|
||||
- Added C2ME
|
||||
- Backported 26.1 stonecutting recipes
|
||||
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/src/branch/1.21.1
|
||||
[2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1
|
||||
### Changed
|
||||
|
||||
- Ender chests drop without silk touch
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed dendrite (netherite) materials appearing in bastion chests
|
||||
|
||||
## [2.0.0]
|
||||
|
||||
Initial 2.0.0 release
|
||||
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...HEAD
|
||||
[2.1.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.1.0
|
||||
[2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Minecraft Rebalanced 2.0.0 - [Changelog](CHANGELOG.md) - [TODO](TODO.md)
|
||||
## Minecraft Rebalanced 2.0.0 - [Changelog](CHANGELOG.md)
|
||||
|
||||
A modpack intended to rework almost every feature in the game with a focus on the vanilla progression.
|
||||
|
||||
|
|
|
|||
6
TODO.md
6
TODO.md
|
|
@ -1,9 +1,5 @@
|
|||
# TODO
|
||||
|
||||
options.txt
|
||||
|
||||
Thouroghly compare implemented features to the 1.20.1 pack before initial release
|
||||
|
||||
## Datapack
|
||||
This list is very non-exhaustive
|
||||
|
||||
* Villagers (https://modrinth.com/mod/data-trades)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "2.0.0",
|
||||
"versionId": "2.1.0",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
@ -1132,6 +1132,21 @@
|
|||
"sha512": "7e9da0bdc6e558b551092390d6e5544fff5d81106a72110aa0059bda5abaa471c0f820c3d434f7350129ec84e5bcd75d9cffaf0e3c574a93b3459b3b3c92333e"
|
||||
},
|
||||
"path": "mods/biome-music-1.0-1.21.1.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/VSNURh3q/versions/DSqOVCaF/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.362.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 4701117,
|
||||
"hashes": {
|
||||
"sha1": "9beac89c94f36a342cb07cd9fcb42608bdd07771",
|
||||
"sha512": "8653a751eb2ad1ad70da38017ccad0ee2bda5448ffe405d28049f09a61936765303f63ba4fcff798f32bb1e6b4645e892c275515b69c98c1730e24caab0ba7e0"
|
||||
},
|
||||
"path": "mods/c2me-fabric-mc1.21.1-0.3.0+alpha.0.362.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
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"
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/3/entries/1"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/4"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/3"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/2"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/4/entries/1"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/4"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/3"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/3"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/3"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/2"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/1"
|
||||
},
|
||||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/0"
|
||||
}
|
||||
]
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
},
|
||||
{
|
||||
"namespace": "dragonloot",
|
||||
"path": "recipe/dragon_spear.json"
|
||||
"path": "recipe/dragon_spear.json|tags/item/explosion_resistant.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue