Compare commits

...

2 commits
1.2.0 ... 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
3 changed files with 219 additions and 205 deletions

View file

@ -5,6 +5,12 @@ 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
- *Actually* removed some leftover Tinkers' Contruct functional blocks
## [1.2.0] - 2026-01-24 ## [1.2.0] - 2026-01-24
### Added ### Added
@ -13,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### 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 Tinkers' Construct swasher item from fishing loot table
### Removed ### Removed

View file

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