从CurseForge和将来可能的其他地方下载并更新Minecraft mods。

minecraft-mod-manager的Python项目详细描述


minecraft mod经理

Latest PyPI version

通过一个简单的命令从CurseForge(以及将来可能的其他地方)安装和更新mods。在

目前最适合与结构修改。在

特点

  • 在CurseForge上搜索已安装的mod以查看是否有任何更新。在
  • 筛选更新
    • 稳定(默认)、beta --beta或alpha--alpha版本。在
    • Minecraft版本-v 1.16.4

使用

Install or update Minecraft mods from Curseforge.

positional arguments:
  {install,update,configure,list}
                        Install (NOT IMPLEMENTED YET), update, configure, or list mods
  mods
                        The mods to install, update, or configure.
                        If no mods are specified during an update, all mods will be updated.
                        To specify the download site for the mod, put 'curse:' before the mod.
                        E.g. 'curse:litematica'
                        By default it searches all sites for the mod.
                        To configure an alias for the mod, use 'mod_name=ALIAS_NAME'.
                        E.g. 'dynmap=dynmapforge'


minecraft:
  -d DIR, --dir DIR     Location of the mods folder. By default it's the current directory
  -v MINECRAFT_VERSION, --minecraft-version MINECRAFT_VERSION
                        Only update mods to this Minecraft version. Example: -v 1.16.4
  --allow-beta          Allow beta releases
  --allow-alpha         Allow alpha and beta releases

logging & help:
  -h, --help            show this help message and exit
  --debug               Turn on debug messages

安装

  1. 使用$ pip install --user minecraft-mod-manager安装
  2. 安装chromedriver

作者

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
返回空字符串的java Sabre SOAP调用   java将Log4J方面文件重构为共享项目   将Java字符串数组设置为Int   javascript为JSON创建临时Java对象   mysql[Java]插入SQL时出错,在表userId中自动递增   java在创建JSONObject实例时遇到了一个问题   java将对象传递到类中,它们只是对原始对象的引用吗?   java从一个表中减去金额之和,再从另一个表中减去金额之和   Java中整数之间的数学除法   当对象可以以多种方式使用时,java结构化接口   regex如何在Java中使用正则表达式从这个字符串中提取数字?   java从本地网络连接到Red5服务器   java无法使用Google Places API检索位置的图像   使用Apache POI 4.1.1从excel文件读取值时出现java错误   java Maven部署到Tomcat   正则表达式Java与正则表达式Javascript   java如何使用css样式将颜色应用于线条元素,直到指定的偏移宽度?   java为什么是比较器。比较不适用于String::toLowerCase方法引用?