Compare commits
No commits in common. "855f9b5a9c3d8948b757668d2e593f83d33b5b17" and "a92d3620233a0878ac646bf19bc4cf6771ffd5ed" have entirely different histories.
855f9b5a9c
...
a92d362023
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -5,16 +5,6 @@ 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]
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Removed some leftover Tinkers' Contruct functional blocks
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
- Removed the redundant Tinkers' Construct JEI integration mod
|
|
||||||
|
|
||||||
## [1.1.3] - 2026-01-16
|
## [1.1.3] - 2026-01-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1568,6 +1568,21 @@
|
||||||
},
|
},
|
||||||
"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"
|
||||||
|
|
|
||||||
|
|
@ -182,9 +182,7 @@
|
||||||
"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.
|
||||||
|
|
|
||||||
3
overrides/config/tconjei-client.toml
Normal file
3
overrides/config/tconjei-client.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Enable tooltip under Tinker's materials
|
||||||
|
enable_tooltip = false
|
||||||
|
|
||||||
Loading…
Reference in a new issue