Fix 3d6a694b87 not actually applying

This commit is contained in:
Sergeant Acoustic 2026-01-24 14:59:14 +00:00
parent fd9d8927d3
commit f840fa80b8
2 changed files with 10 additions and 4 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.