Compare commits

...

6 commits
1.1.3 ... 1.2.0

Author SHA1 Message Date
Sergeant Acoustic fd9d8927d3 1.2.0 2026-01-24 14:50:48 +00:00
Sergeant Acoustic cd90d4524f Backport nametag recipe 2026-01-24 05:47:33 +00:00
Sergeant Acoustic 52f5931e08 Remove tconstruct swasher from fishing loot table 2026-01-21 02:14:31 +00:00
Sergeant Acoustic 4169fb3abf Update README to make changelog more accessible 2026-01-20 23:54:19 +00:00
Sergeant Acoustic 855f9b5a9c Remove TConJEI
It's redundant as this pack removes most tinkers' construct functional
blocks
2026-01-20 23:51:20 +00:00
Sergeant Acoustic 3d6a694b87 Obliterate missed tconstruct functional blocks 2026-01-20 23:48:42 +00:00
7 changed files with 52 additions and 30 deletions

View file

@ -5,6 +5,21 @@ 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).
## [1.2.0] - 2026-01-24
### Added
- Backported name tag recipe
### Fixed
- Removed some leftover Tinkers' Contruct functional blocks
- Removed Tinkers' Construct swasher item from fishing loot table
### Removed
- Removed the redundant Tinkers' Construct JEI integration mod
## [1.1.3] - 2026-01-16 ## [1.1.3] - 2026-01-16
### Added ### Added
@ -89,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release Initial release
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.3...HEAD [unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.2.0...HEAD
[1.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.3...1.2.0
[1.1.3]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.2...1.1.3 [1.1.3]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.2...1.1.3
[1.1.2]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.1...1.1.2 [1.1.2]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.1...1.1.2
[1.1.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.0...1.1.1 [1.1.1]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.1.0...1.1.1

View file

@ -1,4 +1,4 @@
# Minecraft Rebalanced # Minecraft Rebalanced - [Changelog](CHANGELOG.md)
A modpack intended to rework almost every feature in the game with a focus on the vanilla progression. A modpack intended to rework almost every feature in the game with a focus on the vanilla progression.

View file

@ -6,7 +6,7 @@
"formatVersion": 1, "formatVersion": 1,
"game": "minecraft", "game": "minecraft",
"name": "MC Rebalanced", "name": "MC Rebalanced",
"versionId": "1.1.3", "versionId": "1.2.0",
"files": [ "files": [
{ {
"downloads": [ "downloads": [
@ -1568,21 +1568,6 @@
}, },
"path": "mods/swampier_swamps-forge-1.20-4.0.0.jar" "path": "mods/swampier_swamps-forge-1.20-4.0.0.jar"
}, },
{
"downloads": [
"https://cdn.modrinth.com/data/DhBtjMiv/versions/r2UoKjoQ/tconjei-1.20.1-1.5.0.jar"
],
"env": {
"client": "required",
"server": "unsupported"
},
"fileSize": 42411,
"hashes": {
"sha1": "ace07009488cb4251e522247d78de438253decac",
"sha512": "ae8d600b2ce4e2da89ce8cad3ae24e46182cc19abf9ca9f2f54bd94e4eaa5ec28c8107983b4b0fd7bb93edb4aa89fe59a19cb59ae3002fc32072dfa71c920a7f"
},
"path": "mods/tconjei-1.20.1-1.5.0.jar"
},
{ {
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/YP9DjOvN/versions/vLphnHrj/tetra-1.20.1-6.10.1.jar" "https://cdn.modrinth.com/data/YP9DjOvN/versions/vLphnHrj/tetra-1.20.1-6.10.1.jar"

View file

@ -182,7 +182,9 @@
"tconstruct:cast_chest", "tconstruct:cast_chest",
"tconstruct:seared_casting_tank", "tconstruct:seared_casting_tank",
"tconstruct:scorched_proxy_tank", "tconstruct:scorched_proxy_tank",
"scorched_alloyer",
"seared_heater",
"seared_chute"
], ],
// ----------------------------------------------------------- // -----------------------------------------------------------
// Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed. // Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed.

View file

@ -1,3 +0,0 @@
#Enable tooltip under Tinker's materials
enable_tooltip = false

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"P": {
"item": "minecraft:paper"
},
"N": {
"tag": "c:nuggets"
}
},
"pattern": [
" N",
"P "
],
"result": {
"count": 1,
"item": "minecraft:name_tag"
},
"show_notification": true
}