Compare commits

..

No commits in common. "HEAD" and "1.2.0" have entirely different histories.
HEAD ... 1.2.0

3 changed files with 205 additions and 219 deletions

View file

@ -5,12 +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
- *Actually* removed some leftover Tinkers' Contruct functional blocks
## [1.2.0] - 2026-01-24 ## [1.2.0] - 2026-01-24
### Added ### Added
@ -19,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Attempted to remove some leftover Tinkers' Contruct functional blocks - Removed 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",
"tconstruct:scorched_alloyer", "scorched_alloyer",
"tconstruct:seared_heater", "seared_heater",
"tconstruct:seared_chute" "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,210 +1,202 @@
{ {
"pools":[ "pools":[{
{ "rolls": {"min":10,"max":16},
"rolls": {"min":2,"max":4}, "entries":[
"entries":[ {
{ "type":"item",
"type":"item", "name":"minecraft:beetroot_seeds",
"name":"minecraft:beetroot_seeds", "weight":1
"weight":1 },
}, {
{ "type":"item",
"type":"item", "name":"minecraft:diamond",
"name":"minecraft:diamond", "functions":[{
"functions":[{ "function":"minecraft:set_count",
"function":"minecraft:set_count", "count": {"type":"minecraft:uniform","min":2,"max":7}
"count": {"type":"minecraft:uniform","min":2,"max":5} }],
}], "weight":15
"weight":15 },
}, {
{ "type":"item",
"type":"item", "name":"minecraft:netherite_scrap",
"name":"minecraft:netherite_scrap", "functions":[{
"functions":[{ "function":"minecraft:set_count",
"function":"minecraft:set_count", "count": {"type":"minecraft:uniform","min":1,"max":2}
"count": {"type":"minecraft:uniform","min":1,"max":2} }],
}], "weight":18
"weight":18 },
} {
] "type":"item",
}, "name":"minecraft:diamond_sword",
{ "functions":[{
"rolls":{"min":0, "max":2}, "function":"enchant_with_levels",
"entries":[ "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_sword", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":25,"max":40} "name":"minecraft:diamond_boots",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_boots", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":25,"max":40} "name":"minecraft:diamond_chestplate",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_chestplate", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":25,"max":40} "name":"minecraft:diamond_helmet",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_helmet", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":25,"max":40} "name":"minecraft:diamond_leggings",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_leggings", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":25,"max":40} "name":"minecraft:diamond_pickaxe",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":25,"max":40}
"type":"item", }],
"name":"minecraft:diamond_pickaxe", "weight":2
"functions":[{ },
"function":"enchant_with_levels",
"treasure":true, {
"levels": {"min":25,"max":40} "type":"item",
}], "name":"minecraft:netherite_sword",
"weight":2 "functions":[{
}, "function":"enchant_with_levels",
"treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_sword", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:netherite_boots",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_boots", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:netherite_chestplate",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_chestplate", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:netherite_helmet",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_helmet", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:netherite_leggings",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_leggings", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:netherite_pickaxe",
}], "functions":[{
"weight":2 "function":"enchant_with_levels",
}, "treasure":true,
{ "levels": {"min":10,"max":30}
"type":"item", }],
"name":"minecraft:netherite_pickaxe", "weight":2
"functions":[{ },
"function":"enchant_with_levels", {
"treasure":true, "type":"item",
"levels": {"min":10,"max":30} "name":"minecraft:diamond_horse_armor",
}], "weight":2
"weight":2 },
}, {
{ "type":"item",
"type":"item", "name":"minecraft:netherite_upgrade_smithing_template",
"name":"minecraft:diamond_horse_armor", "functions":[{
"weight":2 "function":"minecraft:set_count",
} "count": {"type":"minecraft:uniform","min":3,"max":8}
] }],
}, "weight":4
{ },
"rolls":{"min":2,"max":5}, {
"entries":[ "type":"item",
{ "name":"minecraft:purpur_block",
"type":"item", "functions":[{
"name":"minecraft:netherite_upgrade_smithing_template", "function":"minecraft:set_count",
"weight":4 "count": {"type":"minecraft:uniform","min":10,"max":18}
}, }],
{ "weight":12
"type":"item", },
"name":"minecraft:purpur_block", {
"functions":[{ "type":"item",
"function":"minecraft:set_count", "name":"minecraft:book",
"count": {"type":"minecraft:uniform","min":10,"max":18} "functions":[{
}], "function":"enchant_with_levels",
"weight":12 "treasure":true,
}, "levels": {"min":10,"max":30}
{ }],
"type":"item", "weight":6
"name":"minecraft:book", },
"functions":[{ {
"function":"enchant_with_levels", "type":"item",
"treasure":true, "name":"minecraft:phantom_membrane",
"levels": {"min":10,"max":30} "functions":[{
}], "function":"minecraft:set_count",
"weight":6 "count": {"type":"minecraft:uniform","min":3,"max":9}
}, }],
{ "weight":7
"type":"item", },
"name":"minecraft:phantom_membrane", {
"functions":[{ "type":"item",
"function":"minecraft:set_count", "name":"minecraft:splash_potion",
"count": {"type":"minecraft:uniform","min":3,"max":9} "functions":[{
}], "function":"minecraft:set_potion",
"weight":7 "id":"minecraft:strong_leaping"
}, }],
{ "weight":4
"type":"item", }
"name":"minecraft:splash_potion", ]
"functions":[{ }]
"function":"minecraft:set_potion", }
"id":"minecraft:strong_leaping"
}],
"weight":4
}
]
}
]
}