diff --git a/patches/server/0768-Rewrite-dataconverter-system.patch b/patches/server/0768-Rewrite-dataconverter-system.patch index 89bdb2938..0e5060a53 100644 --- a/patches/server/0768-Rewrite-dataconverter-system.patch +++ b/patches/server/0768-Rewrite-dataconverter-system.patch @@ -8734,7 +8734,7 @@ index 0000000000000000000000000000000000000000..a20d258814b0d2d0fa01d45be43a6698 + + switch (type) { + case "minecraft:mined": { -+ WalkerUtils.convert(MCTypeRegistry.ITEM_NAME, criteriaType, "id", fromVersion, toVersion); ++ WalkerUtils.convert(MCTypeRegistry.BLOCK_NAME, criteriaType, "id", fromVersion, toVersion); + break; + } + @@ -8743,7 +8743,7 @@ index 0000000000000000000000000000000000000000..a20d258814b0d2d0fa01d45be43a6698 + case "minecraft:broken": + case "minecraft:picked_up": + case "minecraft:dropped": { -+ WalkerUtils.convert(MCTypeRegistry.BLOCK_NAME, criteriaType, "id", fromVersion, toVersion); ++ WalkerUtils.convert(MCTypeRegistry.ITEM_NAME, criteriaType, "id", fromVersion, toVersion); + break; + } +