From edb988c6bcc2283019608dcf6ba735293740b5aa Mon Sep 17 00:00:00 2001 From: matty <10895809+murrty@users.noreply.github.com> Date: Sat, 16 Aug 2025 06:26:01 -0500 Subject: [PATCH] Fix packing tape tags for fluid storage blocks --- .../tags/block_entity_type/blacklist/problematic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/packingtape/tags/block_entity_type/blacklist/problematic.json b/src/main/resources/data/packingtape/tags/block_entity_type/blacklist/problematic.json index e00ccaa..496d6c3 100644 --- a/src/main/resources/data/packingtape/tags/block_entity_type/blacklist/problematic.json +++ b/src/main/resources/data/packingtape/tags/block_entity_type/blacklist/problematic.json @@ -1,10 +1,10 @@ { "replace": false, "values": [ - "extrastorage:block_16384k_fluid", - "extrastorage:block_65536k_fluid", - "extrastorage:block_262144k_fluid", - "extrastorage:block_1048576k_fluid", + "extrastorage:block_16384b_fluid", + "extrastorage:block_65536b_fluid", + "extrastorage:block_262144b_fluid", + "extrastorage:block_1048576b_fluid", "extrastorage:block_256k", "extrastorage:block_1024k", "extrastorage:block_4096k", @@ -16,4 +16,4 @@ "extrastorage:diamond_crafter", "extrastorage:netherite_crafter" ] -} \ No newline at end of file +}