MagicLib

MagicLib

147k Downloads

[Bug] 在其它不使用magiclib制作的carpet拓展中加入了magiclib及相关拓展的版本信息

Crystal0404 opened this issue · 2 comments

commented

Minecraft Version

*

MagicLib Version

*

Description

TISUnion/Carpet-TIS-Addition#149 基本相同

private void printAdditionVersion(CommandSourceStack source, CallbackInfoReturnable<Integer> cir) {
WrappedSettingManager.printAllExtensionVersion(source);
}

这个mixin会导致magiclib的版本信息会显示在其它没有使用magiclib并且使用carpet的SettingsManager创建自己命令的拓展下面(例如carpet-fix)
屏幕截图 2024-05-24 172102

To Reproduce

  1. 安装magiclib任意版本
  2. 安装carpet-fix和carpet
  3. 使用/carpet-fixes

Expected behavior

image

Log

Latest CI build tested

  • I confirm that this problem still exists with the latest CI build.
commented

This issue is stale because it has been open for 14 days with no activity.

commented

This issue was closed because it has been inactive for 7 days since being marked as stale.