Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd9d8927d3 | ||
|
|
cd90d4524f | ||
|
|
52f5931e08 | ||
|
|
4169fb3abf | ||
|
|
855f9b5a9c | ||
|
|
3d6a694b87 |
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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/),
|
||||
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
|
||||
|
||||
### Added
|
||||
|
|
@ -89,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
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.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,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "1.1.3",
|
||||
"versionId": "1.2.0",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
@ -1568,21 +1568,6 @@
|
|||
},
|
||||
"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": [
|
||||
"https://cdn.modrinth.com/data/YP9DjOvN/versions/vLphnHrj/tetra-1.20.1-6.10.1.jar"
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@
|
|||
// Example: minecraft:diamond
|
||||
"blacklisted_items": [
|
||||
"paxelsfordummies:golden_paxel",
|
||||
"advanced_copper:copper_axe",
|
||||
"advanced_copper:copper_hammer",
|
||||
"advanced_copper:copper_hoe",
|
||||
"advanced_copper:copper_paxel",
|
||||
"advanced_copper:copper_pickaxe",
|
||||
"advanced_copper:copper_shovel",
|
||||
"advanced_copper:copper_sword",
|
||||
"advanced_copper:copper_excavator",
|
||||
"advanced_copper:copper_axe",
|
||||
"advanced_copper:copper_hammer",
|
||||
"advanced_copper:copper_hoe",
|
||||
"advanced_copper:copper_paxel",
|
||||
"advanced_copper:copper_pickaxe",
|
||||
"advanced_copper:copper_shovel",
|
||||
"advanced_copper:copper_sword",
|
||||
"advanced_copper:copper_excavator",
|
||||
"tconstruct:repair_kit",
|
||||
"tconstruct:repair_kit_cast",
|
||||
"tconstruct:repair_kit_sand_cast",
|
||||
|
|
@ -182,7 +182,9 @@
|
|||
"tconstruct:cast_chest",
|
||||
"tconstruct:seared_casting_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.
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#Enable tooltip under Tinker's materials
|
||||
enable_tooltip = false
|
||||
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue