Compare commits

..

8 commits
1.1.3 ... HEAD

Author SHA1 Message Date
patience 5553c01d97
Segmented End City treasure to guarantee drops
I have not tested for balance, but it'll still be better than it was last week
2026-01-27 02:49:15 +00:00
Sergeant Acoustic f840fa80b8 Fix 3d6a694b87 not actually applying 2026-01-24 15:02:38 +00:00
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
8 changed files with 267 additions and 231 deletions

View file

@ -5,6 +5,27 @@ 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).
## [Unreleased]
### Fixed
- *Actually* removed some leftover Tinkers' Contruct functional blocks
## [1.2.0] - 2026-01-24
### Added
- Backported name tag recipe
### Fixed
- Attempted to remove 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 +110,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

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.

View file

@ -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"

View file

@ -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",
"tconstruct:scorched_alloyer",
"tconstruct:seared_heater",
"tconstruct:seared_chute"
],
// -----------------------------------------------------------
// 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
}

View file

@ -1,202 +1,210 @@
{
"pools":[{
"rolls": {"min":10,"max":16},
"entries":[
{
"type":"item",
"name":"minecraft:beetroot_seeds",
"weight":1
},
{
"type":"item",
"name":"minecraft:diamond",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":7}
}],
"weight":15
},
{
"type":"item",
"name":"minecraft:netherite_scrap",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":2}
}],
"weight":18
},
{
"type":"item",
"name":"minecraft:diamond_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_upgrade_smithing_template",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":8}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:purpur_block",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":12
},
{
"type":"item",
"name":"minecraft:book",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":6
},
{
"type":"item",
"name":"minecraft:phantom_membrane",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":9}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:splash_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:strong_leaping"
}],
"weight":4
}
]
}]
}
"pools":[
{
"rolls": {"min":2,"max":4},
"entries":[
{
"type":"item",
"name":"minecraft:beetroot_seeds",
"weight":1
},
{
"type":"item",
"name":"minecraft:diamond",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":5}
}],
"weight":15
},
{
"type":"item",
"name":"minecraft:netherite_scrap",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":2}
}],
"weight":18
}
]
},
{
"rolls":{"min":0, "max":2},
"entries":[
{
"type":"item",
"name":"minecraft:diamond_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
}
]
},
{
"rolls":{"min":2,"max":5},
"entries":[
{
"type":"item",
"name":"minecraft:netherite_upgrade_smithing_template",
"weight":4
},
{
"type":"item",
"name":"minecraft:purpur_block",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":12
},
{
"type":"item",
"name":"minecraft:book",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":6
},
{
"type":"item",
"name":"minecraft:phantom_membrane",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":9}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:splash_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:strong_leaping"
}],
"weight":4
}
]
}
]
}