top.hendrixshen.magiclib.impl.carpet.MagicLibSettingManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.impl.carpet;
import top.hendrixshen.magiclib.MagicLibReference;
import top.hendrixshen.magiclib.carpet.impl.WrappedSettingManager;
import top.hendrixshen.magiclib.util.StringUtil;
public class MagicLibSettingManager extends WrappedSettingManager {
public MagicLibSettingManager(String version, String identifier, String fancyName) {
super(version, identifier, fancyName);
}
@Override
public String getVersion() {
return String.format("%s (%s)", super.getVersion(), this.tr(this.getCurrentLanguageCode(),
String.format("%s.%s", MagicLibReference.getModIdentifier(), StringUtil.getVersionTypeCode(MagicLibReference.getModVersion()))));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy