Compare commits
6 commits
dcd940c696
...
eb1ff1c0bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb1ff1c0bf | ||
|
|
c01c9ba1ef | ||
|
|
993c4ec360 | ||
|
|
8ab83af350 | ||
|
|
00bc7a4ed6 | ||
|
|
87e658924f |
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -5,22 +5,23 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [2.3.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added enchantment's exclusive sets to their descriptions
|
- Added enchantment's exclusive sets to their descriptions
|
||||||
- Added [Language Reload](https://modrinth.com/mod/language-reload)
|
|
||||||
- Added [Better Keep Inventory](https://modrinth.com/datapack/better-keep-inventory-datapack)
|
- Added [Better Keep Inventory](https://modrinth.com/datapack/better-keep-inventory-datapack)
|
||||||
- Added [Trimmable Tools](https://modrinth.com/datapack/trimmable-tools)
|
- On death you'll now drop everything besides your tools and armour
|
||||||
|
- The item spread is also off
|
||||||
|
- Added [Language Reload](https://modrinth.com/mod/language-reload), [Trimmable Tools](https://modrinth.com/datapack/trimmable-tools), [Boat Break Fix](https://modrinth.com/mod/boat-break-fix), [Simple Snowy Fix](https://modrinth.com/mod/simple-snowy-fix-\(forge-fabric\)), [Volume Fix](https://modrinth.com/mod/volume-fix), [HRTF Fix](https://modrinth.com/mod/hrtffix), [Dragon Movement Fix](https://modrinth.com/datapack/dragon-movement-fix)
|
||||||
|
- Ported cheaper rails recipes from 1.20 modpack
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated Vanilla backport, Platform lib, and Enderpearl Backport
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Added [Boat Break Fix](https://modrinth.com/mod/boat-break-fix)
|
|
||||||
- Added [Simple Snowy Fix](https://modrinth.com/mod/simple-snowy-fix-\(forge-fabric\))
|
|
||||||
- Added [Volume Fix](https://modrinth.com/mod/volume-fix)
|
|
||||||
- Added [HRTF Fix](https://modrinth.com/mod/hrtffix)
|
|
||||||
- Added [Dragon Movement Fix](https://modrinth.com/datapack/dragon-movement-fix)
|
|
||||||
- Fixed Ender Dragon melee attack damage applying every tick with no cooldown
|
- Fixed Ender Dragon melee attack damage applying every tick with no cooldown
|
||||||
|
|
||||||
## [2.2.0]
|
## [2.2.0]
|
||||||
|
|
@ -62,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
Initial 2.0.0 release
|
Initial 2.0.0 release
|
||||||
|
|
||||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.2.0...HEAD
|
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.3.0...HEAD
|
||||||
|
[2.3.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.2.0...2.3.0
|
||||||
[2.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...2.2.0
|
[2.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.1.0...2.2.0
|
||||||
[2.1.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/2.0.0...2.1.0
|
[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
|
[2.0.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/tag/2.0.0
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"game": "minecraft",
|
"game": "minecraft",
|
||||||
"name": "MC Rebalanced",
|
"name": "MC Rebalanced",
|
||||||
"versionId": "2.2.0",
|
"versionId": "2.3.0",
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
|
|
@ -70,33 +70,33 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/6xwxDTgf/versions/dQd9n3aB/VanillaBackport-fabric-1.21.1-1.1.5.4.2.jar"
|
"https://cdn.modrinth.com/data/6xwxDTgf/versions/wAeQBuFY/VanillaBackport-fabric-1.21.1-1.1.6.3.jar"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"client": "required",
|
"client": "required",
|
||||||
"server": "required"
|
"server": "required"
|
||||||
},
|
},
|
||||||
"fileSize": 28549222,
|
"fileSize": 27541846,
|
||||||
"hashes": {
|
"hashes": {
|
||||||
"sha1": "a1d7396d5ab9b22dfbf7d18e125a8a7e8f57a968",
|
"sha1": "39564fc06204353c24c22d26cd362af0732c147c",
|
||||||
"sha512": "9623f846019e236583f4791cf8a9062089d62c3b67b89f478c918aaf09dce735ef2857021b9c1500cf6fa1557b6fea760dfef834056ed77643d0fec26601c21f"
|
"sha512": "e75b73eda047e4d4b3504985aadcacf951944c27f523d0bc17b139b19a3b6170f745fd285790fe6a0e215bfa0f06b862095c160b6c79bc026aa0cd5d4f3277e0"
|
||||||
},
|
},
|
||||||
"path": "mods/VanillaBackport-fabric-1.21.1-1.1.5.4.2.jar"
|
"path": "mods/VanillaBackport-fabric-1.21.1-1.1.6.3.jar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/i6fiqm5y/versions/gV5SV031/Platform-fabric-1.21.1-1.2.11.5.jar"
|
"https://cdn.modrinth.com/data/i6fiqm5y/versions/WeSu6O41/Platform-fabric-1.21.1-1.3.jar"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"client": "required",
|
"client": "required",
|
||||||
"server": "required"
|
"server": "required"
|
||||||
},
|
},
|
||||||
"fileSize": 731829,
|
"fileSize": 719170,
|
||||||
"hashes": {
|
"hashes": {
|
||||||
"sha1": "355c4ddaf0e9362c570ccd8d1576c6fae9290071",
|
"sha1": "abc57a537cd2f2f5613d43455a31264095198154",
|
||||||
"sha512": "d08fdbef9148e38f306c951d03c8382308bccca65c4d269ed2901f9e838b8e62bdbdcc8f86e6f02429a52184163653b4914f47eaaf8e90a72370080201a55700"
|
"sha512": "b519abb4623fb2b986371d8d0c54bd29a4cfec02c04d4e2d7edc46a9cc0d045257ba5c479ea43aef32ef8dda79a2a8de9b03cc06ca90d6114d48ccc2e7a21a7c"
|
||||||
},
|
},
|
||||||
"path": "mods/Platform-fabric-1.21.1-1.2.11.5.jar"
|
"path": "mods/Platform-fabric-1.21.1-1.3.jar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
|
|
@ -460,18 +460,18 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/tfgqelN2/versions/y3X6z96U/enderpearl-backport-1.21-1.1.3.jar"
|
"https://cdn.modrinth.com/data/tfgqelN2/versions/iNDHgEJS/enderpearl-backport-1.21-1.1.5.jar"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"client": "required",
|
"client": "required",
|
||||||
"server": "required"
|
"server": "required"
|
||||||
},
|
},
|
||||||
"fileSize": 26196,
|
"fileSize": 27102,
|
||||||
"hashes": {
|
"hashes": {
|
||||||
"sha1": "77a42ae4844bd607a066e983b3fd5ccbad76c401",
|
"sha1": "a14530c22f7826c5e48b883cce0755e110b67d46",
|
||||||
"sha512": "a1456b480953adb08e688cc55d951d3d034a4505658ffdf0855bdc709a55d52782ce35a4598234accb922a44bfa56801c01e5070fa6ca28c95e81f0ef1fe6822"
|
"sha512": "b3ab735981ed6df9471a7ddbe1b2f859227dcf4120005a89670d1145f3da21e71324347c1c30eacec7d151fb4a305b088980b1e1ece8982b905553ff111126d3"
|
||||||
},
|
},
|
||||||
"path": "mods/enderpearl-backport-1.21-1.1.3.jar"
|
"path": "mods/enderpearl-backport-1.21-1.1.5.jar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
|
|
@ -1281,7 +1281,7 @@
|
||||||
"sha1": "060e9f774f3f9a26012f4dee6937e45112444fc8",
|
"sha1": "060e9f774f3f9a26012f4dee6937e45112444fc8",
|
||||||
"sha512": "7bc3e0d6dbbd660775d1eb6364911deed8b8385cd3160317842cbed8be57f4a8b4bec0c4c558f4bb15936067af96dbca924d11a6c4d7da41f8b1ccf9e48aedab"
|
"sha512": "7bc3e0d6dbbd660775d1eb6364911deed8b8385cd3160317842cbed8be57f4a8b4bec0c4c558f4bb15936067af96dbca924d11a6c4d7da41f8b1ccf9e48aedab"
|
||||||
},
|
},
|
||||||
"path": "resources/common/required/bKeepInv_1.3_1.20.5-26.1.zip"
|
"path": "resources/datapack/required/bKeepInv_1.3_1.20.5-26.1.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"R": {
|
||||||
|
"item": "minecraft:redstone_torch"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
},
|
||||||
|
"*": {
|
||||||
|
"item": "minecraft:glowstone_dust"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X*X",
|
||||||
|
"X#X",
|
||||||
|
"XRX"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:activator_rail"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"P": {
|
||||||
|
"item": "minecraft:stone_pressure_plate"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
},
|
||||||
|
"*": {
|
||||||
|
"item": "minecraft:quartz"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X*X",
|
||||||
|
"X#X",
|
||||||
|
"XPX"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:detector_rail"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"R": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_nugget"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"X#X",
|
||||||
|
"XRX"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 8,
|
||||||
|
"id": "minecraft:powered_rail"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"X#X",
|
||||||
|
"X X"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 16,
|
||||||
|
"id": "minecraft:rail"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue