Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1558ca8d00 | ||
|
|
db90b3cd23 | ||
|
|
1b23679ae4 | ||
|
|
5553c01d97 | ||
|
|
f840fa80b8 |
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -5,6 +5,20 @@ 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.3.0] - 2026-02-20
|
||||
|
||||
### Added
|
||||
|
||||
- Added No Chat Restrictions mod
|
||||
|
||||
### Changed
|
||||
|
||||
- Iron golems now drop iron nuggets (previously they didn't drop any iron at all)
|
||||
|
||||
### Fixed
|
||||
|
||||
- *Actually* removed some leftover Tinkers' Contruct functional blocks
|
||||
|
||||
## [1.2.0] - 2026-01-24
|
||||
|
||||
### Added
|
||||
|
|
@ -13,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Removed some leftover Tinkers' Contruct functional blocks
|
||||
- Attempted to remove some leftover Tinkers' Contruct functional blocks
|
||||
- Removed Tinkers' Construct swasher item from fishing loot table
|
||||
|
||||
### Removed
|
||||
|
|
@ -104,7 +118,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.2.0...HEAD
|
||||
[unreleased]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.3.0...HEAD
|
||||
[1.2.0]: https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/compare/1.2.0...1.3.0
|
||||
[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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "1.2.0",
|
||||
"versionId": "1.3.0",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
@ -1702,6 +1702,21 @@
|
|||
"sha512": "3ac1456322b91c6cb7d07c9f48f6981e29d63e5bf23f813a707fff1e221b8d76b858ab45f5b5939e842941e338d0863f0022631e329557e92ae3f8e50fc343ff"
|
||||
},
|
||||
"path": "mods/zombies_reworked-1.20.1-1.1.6.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/z440MEwJ/versions/nfAbW8d8/NoChatRestrictions-Forge-MC1.20.1-v1.0.0.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 9676,
|
||||
"hashes": {
|
||||
"sha1": "a189c024b78b1057f7bab8a64c327ed27a6d186d",
|
||||
"sha512": "bd0b8dd69a889c7d8153a44b56d5f997dd3a98728b1b270a7ad738d23f4ceffb095212cdf0ceb711b0ae3ad5735c219738c9797f43c8357653384b5365f688d0"
|
||||
},
|
||||
"path": "mods/NoChatRestrictions-Forge-MC1.20.1-v1.0.0.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -182,9 +182,9 @@
|
|||
"tconstruct:cast_chest",
|
||||
"tconstruct:seared_casting_tank",
|
||||
"tconstruct:scorched_proxy_tank",
|
||||
"scorched_alloyer",
|
||||
"seared_heater",
|
||||
"seared_chute"
|
||||
"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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
"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
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}]
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +1,48 @@
|
|||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [{
|
||||
"bonus_rolls": 0,
|
||||
"entries": [{
|
||||
"type": "minecraft:item",
|
||||
"functions": [{
|
||||
"add": false,
|
||||
"count": {"type": "minecraft:uniform","max":2,"min":0},
|
||||
"function": "minecraft:set_count"
|
||||
}],
|
||||
"name": "minecraft:poppy"
|
||||
}],
|
||||
"rolls": 1
|
||||
}],
|
||||
"random_sequence": "minecraft:entities/iron_golem"
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:poppy"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 3.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_nugget"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:entities/iron_golem"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue