Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
320505b1a7 | ||
|
|
e3fb0eb70b |
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
Initial 1.21.1 release
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Netherite upgrades no longer need a smithing template
|
- Added C2ME
|
||||||
- Backported bundle
|
|
||||||
- Added [Trees Make Sound](https://modrinth.com/mod/trees-make-sound)
|
|
||||||
|
|
||||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/src/branch/1.21.1
|
## [2.0.0]
|
||||||
|
|
||||||
|
Initial 2.0.0 release
|
||||||
|
|
||||||
|
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...HEAD
|
||||||
[2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1
|
[2.0.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.0.1
|
||||||
[2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0
|
[2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0
|
||||||
|
|
|
||||||
6
TODO.md
6
TODO.md
|
|
@ -1,9 +1,5 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
options.txt
|
This list is very non-exhaustive
|
||||||
|
|
||||||
Thouroghly compare implemented features to the 1.20.1 pack before initial release
|
|
||||||
|
|
||||||
## Datapack
|
|
||||||
|
|
||||||
* Villagers (https://modrinth.com/mod/data-trades)
|
* Villagers (https://modrinth.com/mod/data-trades)
|
||||||
|
|
|
||||||
|
|
@ -1132,6 +1132,21 @@
|
||||||
"sha512": "7e9da0bdc6e558b551092390d6e5544fff5d81106a72110aa0059bda5abaa471c0f820c3d434f7350129ec84e5bcd75d9cffaf0e3c574a93b3459b3b3c92333e"
|
"sha512": "7e9da0bdc6e558b551092390d6e5544fff5d81106a72110aa0059bda5abaa471c0f820c3d434f7350129ec84e5bcd75d9cffaf0e3c574a93b3459b3b3c92333e"
|
||||||
},
|
},
|
||||||
"path": "mods/biome-music-1.0-1.21.1.jar"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue