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/),
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
@ -19,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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

View file

@ -182,9 +182,9 @@
"tconstruct:cast_chest",
"tconstruct:seared_casting_tank",
"tconstruct:scorched_proxy_tank",
"tconstruct:scorched_alloyer",
"tconstruct:seared_heater",
"tconstruct:seared_chute"
"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.

View file

@ -1,7 +1,6 @@
{
"pools":[
{
"rolls": {"min":2,"max":4},
"pools":[{
"rolls": {"min":10,"max":16},
"entries":[
{
"type":"item",
@ -13,7 +12,7 @@
"name":"minecraft:diamond",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":5}
"count": {"type":"minecraft:uniform","min":2,"max":7}
}],
"weight":15
},
@ -25,12 +24,7 @@
"count": {"type":"minecraft:uniform","min":1,"max":2}
}],
"weight":18
}
]
},
{
"rolls":{"min":0, "max":2},
"entries":[
{
"type":"item",
"name":"minecraft:diamond_sword",
@ -156,15 +150,14 @@
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
}
]
},
{
"rolls":{"min":2,"max":5},
"entries":[
{
"type":"item",
"name":"minecraft:netherite_upgrade_smithing_template",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":8}
}],
"weight":4
},
{
@ -205,6 +198,5 @@
"weight":4
}
]
}
]
}]
}